Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Releases: spotify/styx

v2.0.13

31 May 09:07
Compare
Choose a tag to compare
  • Bugfix: Cover cases where 'reverse' field in datastore backfill entities is empty #519

v2.0.12

28 May 13:31
Compare
Choose a tag to compare
  • Fix for bug when displaying backfills in reversed order

v2.0.11

28 May 08:35
Compare
Choose a tag to compare
  • Trigger backfill in reversed order

Note: Buggy release!

  • Reverse backfills will run but the bug introduced is that displaying those backfills will result in an error 💀 Check out the following release 2.0.12 for the fix
  • Listing backfills using styx backfill list -a ...... or displaying older backfills that don't have thereverse field will result in an error due to poor parsing of older Datastore backfill entities that don't have the said reverse field. Check out v2.0.13 for the fix

v2.0.10

24 May 15:22
Compare
Choose a tag to compare
  • more improvements to logging and request ID tracking #513, #514, #516
  • scheduler: require authentication #515

v2.0.9

23 May 13:55
Compare
Choose a tag to compare

v2.0.8

22 May 11:30
Compare
Choose a tag to compare
  • assign UUIDs to all requests and their logs #506

v2.0.7

22 May 11:31
Compare
Choose a tag to compare
  • CLI: print error cause & add --debug flag #503
  • do not delete pods if the WFI is still RUNNING #505

v2.0.6

17 May 01:33
Compare
Choose a tag to compare
  • log verified events #499
  • fix pod creation / deletion race #497
  • consistently log the wfi key - ease log analysis #500

v2.0.5

16 May 03:07
Compare
Choose a tag to compare
  • check backfill halted status before moving on #487
  • remove redundant wfi reads - speed up polling #493
  • address one more corner case where exitCode lies #496
  • align with ShardedCounter for ease of reading #490
  • optimize and simplify kubernetes cleanup #494

v2.0.4

14 May 13:38
Compare
Choose a tag to compare
  • request no resources for keepalive container #492