Skip to content

Releases: goto/optimus

v0.6.3

12 May 08:03
Compare
Choose a tag to compare

Changelog

  • af9bc92 refactor: reduce concurrency (#25)
  • f39cfd1 refactor: trace the upload to scheduler

v0.7.0

11 May 17:36
09a0199
Compare
Choose a tag to compare

Changelog

  • 3d6790d feat: Publish job run events (#41)
  • c58ea08 feat: improve check job specs (#31)
  • 3757613 feat: job downstream deletion (#40)
  • 8175130 fix: add migration to cleanup old , data and remove delete cascade fr… (#39)
  • 09a0199 fix: update job state query main (#46)
  • 669179e fix: update kafka write for errors (#42)
  • 09db0f8 refactor: error handling changes (#35)
  • 6815ad5 refactor: use no-op handler for no publisher (#43)

v0.7.0-rc.2

02 May 11:33
4529519
Compare
Choose a tag to compare
v0.7.0-rc.2 Pre-release
Pre-release

Changelog

v0.6.2

02 May 11:46
67472a9
Compare
Choose a tag to compare

Changelog

  • 67472a9 feat: improve check job specifications (#37)

v0.7.0-rc.1

28 Apr 07:18
e3ff5ea
Compare
Choose a tag to compare
v0.7.0-rc.1 Pre-release
Pre-release

Changelog

v0.6.1

11 Apr 09:12
43e9984
Compare
Choose a tag to compare

Changelog

  • 43e9984 Merge pull request #13 from goto/async-upload-to-scheduler
  • e67c0c6 Merge pull request #9 from goto/batch-resources

v0.6.0

05 Apr 08:24
6c4fd17
Compare
Choose a tag to compare

Following features released as part of 0.6.0

Note

  • Deploy command is removed.
    • Introduced job replace-all command to replace all job specifications of a project and scheduler upload-all to upload all jobs in the server to the scheduler.
    • Introduced resource upload-all to deploy resources.
  • Improving job deployment time by only processing the modified jobs.
  • Enhance job validation with cyclic dependency check.
  • Introduced job & resource export commands.
  • Temporarily removed the Replay feature.

Deprecating below APIs:

Deprecated API Note
CreateJobSpecification Substituted by: AddJobSpecifications, UpdateJobSpecifications
DeployJobSpecification Substituted by: ReplaceAllJobSpecifications, UploadToScheduler
GetDeployJobsStatus -
CheckJobSpecification Substituted by: CheckJobSpecifications
BackupDryRun -

v0.6.0-rc.16

21 Mar 03:08
e767999
Compare
Choose a tag to compare
v0.6.0-rc.16 Pre-release
Pre-release

Changelog

  • e767999 Merge pull request #4 from goto/release-v0.6-fix-schedule-configs
  • b86f909 fix: job scheduling configs not match

v0.6.0-rc.15

20 Mar 11:13
3ec1434
Compare
Choose a tag to compare
v0.6.0-rc.15 Pre-release
Pre-release

Changelog

  • 3ec1434 fix: fix url for init container

v0.6.0-rc.14

20 Mar 10:13
9d9f08b
Compare
Choose a tag to compare
v0.6.0-rc.14 Pre-release
Pre-release

Changelog

  • 679ceac fix: remove upgrade check for forked repo