Skip to content

Releases: raystack/optimus

v0.5.1

13 Dec 08:41
bcce5c2
Compare
Choose a tag to compare

Changelog

v0.5.0

12 Dec 13:25
5116e0d
Compare
Choose a tag to compare

Changelog

  • 4334c3a Revert "refactor: resource bounded context (#650)" (#674)
  • 484345e fix : add goreleaser CI for latest build and remove v from optimus versioning (#676)
  • 5116e0d fix : job_run_input call from airflow worker & fix airflow restart issue in dev (#686)
  • 746bc09 fix : remove tag validation on latest CI (#678)
  • 84368a7 fix : use stdout for logger instead of stdin (#683)
  • 2c3e2b8 fix: port commits from 0.4 to main (#684)
  • 4eb65e9 refactor: resource bounded context (#650)

v0.5.0-rc.1

30 Nov 13:07
b2126f0
Compare
Choose a tag to compare
v0.5.0-rc.1 Pre-release
Pre-release

Changelog

  • 6c8074c Fix: handle job failure event msg block builder (#582) (#590)
  • ef31e76 add missing usr/bin into plugin discover path (#612)
  • fcc5422 feat : add dev setup (#628)
  • 34ec9ce feat : simplify plugin ecosystem (init-container) (#609)
  • 7898d83 feat: Job Inspect (#543)
  • df23b5b feat: add bounded context utility (#652)
  • eda4ccc feat: add migration implementation (#538)
  • 989cf7a feat: deprecate climod compile asset, move to depResMod (#639)
  • 930a8e1 feat: improve dev setup (#651)
  • 6b05eb2 feat: improve logs on cyclic deps (#562)
  • 19102e8 fix : add non-root user in docker file (#580)
  • 346a7ee fix : avoid dynamically linked executable in latest builds (#671)
  • 17053a1 fix : handle deletions for both namespace id vs namespace name folders (#621)
  • b2126f0 fix : missing extra_files for docker in goreleaser (#672)
  • 88894c3 fix: bug on update secrets (#653)
  • 13c4a0d fix: fix issues with grafana dashboard for version 8 (#605)
  • 6b458b4 fix: fix sensor to pass version information to compute the start & end times (#614)
  • dadc4b3 fix: print upstream job and downstream job in the inspect command (#618)
  • dd4ba99 fix: pull image if not present locally on cluster (#648)
  • 4f31e3f fix: replay fix dependency resolution (#633)
  • d83b6ed fix: restore secrets fallback (#604)
  • 7475a4e fix: show error message regardless verbosity condition (#631)
  • e42648b fix: spec reading where asset is optional (#638)
  • 0595fdb fix: unproper logger print (#565)
  • 5600250 refactor: add tenant bounded context (#619)
  • 6afefe7 refactor: clean up admin build instance (#635)
  • c3bdc90 refactor: cleanup minor part 1 (#549)
  • b511ddd refactor: cleanup minor part 2 (#552)
  • 03952e9 refactor: cleanup minor part 3 (#555)
  • 1c656de refactor: mark namespace name mandatory in tenant (#643)
  • e579a6f refactor: re-work local spec implementation (#616)
  • a113012 refactor: remove BasePlugin mod (#644)
  • a6dafbc refactor: restructure the code to align with other odpf projects (#610)
  • e4e3859 refactor: unify job spec repository (#607)

v0.4.5

26 Nov 11:38
07272e9
Compare
Choose a tag to compare

Changelog

  • 07272e9 fix: Error handling airflow events release (#669)

v0.4.4

16 Nov 05:26
Compare
Choose a tag to compare

Changelog

v0.4.3

27 Oct 06:24
aa16c89
Compare
Choose a tag to compare

Changelog

  • aa16c89 fix: pull image if not present locally on cluster (#647)

v0.4.2

07 Oct 03:24
0ff5fe6
Compare
Choose a tag to compare

Changelog

  • 0ff5fe6 fix: keep things backward compatible for other deployments depending on the upgraded optimus server. (#629)

v0.4.1

04 Oct 08:29
Compare
Choose a tag to compare

Changelog

  • 4e125d0 refactor: fix unproper logger print

v0.4.0-rc.7

29 Sep 07:28
6a1ec5a
Compare
Choose a tag to compare

Changelog

  • 6a1ec5a fix: provide a mechanism to contact optimus server and upstream optimus server (#624)

v0.4.0

03 Oct 09:36
6a1ec5a
Compare
Choose a tag to compare

Changelog

  • 6a1ec5a fix: provide a mechanism to contact optimus server and upstream optimus server (#624)
  • eb9cf80 fix: fix sensor to pass version information to compute the start & end times (#614) (#617)
  • 71ef005 fix: handle deletions for both namespace id vs namespace name folders (#623)
  • eb50224 fix: add missing usr/bin into plugin discover path (#612)
  • 2b2e17f fix: handle job failure event msg block builder (#582) (#591)
  • 40409a4 fix: restore secrets fallback (#604)
  • 2c03789 fix: add non-root user in docker file (#580)
  • f7ef0bd fix: backward compatibility in loading yaml plugins (#567)
  • 2560ef8 feat: add support for yaml plugins & simplify installation of plugins on client side(#452)
  • 3cfc9df feat: support for new window version 2 and a playground command to understand window configurations better (#471)
  • 6bda155 chore: update golang version to 1.18 (#496)
  • d0f6250 feat: add AddJobSpecifications api & refactor createJobSpecification api (#537)
  • fee20e7 fix: fix app name and error message for resources (#542)
  • 516c9cd fix:refactored logger (#534)
  • a96503a refactor: command package (#536)
  • 7710e0e fix: incomplete deployment log (#535)
  • 17143b5 fix: Remove sensor poke failure event (#520) (#524)
  • 7253693 fix: err gracefully when config job spec is non string (#513)
  • 7d24318 feat: get compiled job assets from JobRunInput api (#435)
  • c9392dc fix: remove unused time variables from 'optimus_notify' api payload #503
  • da076b2 fix: init logger with server struct to avoid panic (#474)
  • 4e23e76 refactor: simplify observer response (#445)
  • ddb8def fix: initialize config filename (#497)
  • d9908bb refactor: change external optimus sensor task id similar with internal sensor task id (#491)
  • 7cd7f98 fix: deployed jobs folder to use namespace name instead of namespace id (#440)
  • 067771e feat : add plugin manager (#434)