Skip to content

Releases: ariga/atlas-operator

v0.4.4

19 Apr 11:28
87247e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

04 Apr 08:13
920f1d9
Compare
Choose a tag to compare

What's Changed

  • charts: bump version 0.4.0 by @datdao in #140
  • charts: options to provide volumes and mounts by @rotemtam in #143
  • charts: bump 0.4.1 by @rotemtam in #144
  • charts: support labels on pod/service account for Azure AD by @giautm in #154
  • atlas/schema: added concurrent_index support by @giautm in #106
  • update readme to explain error message by @datdao in #159

Full Changelog: v0.4.0...v0.4.3

v0.4.0

06 Feb 07:30
acece1c
Compare
Choose a tag to compare

Support for login-require feature

  • In this release of Atlas-Operator, we support setting environment variables on the operator controller. This enables the ability to use login-required features of Atlas-CLI: (e.g. View, Trigger, Functions... and other drivers SQL Server, ClickHouse).
extraEnvs:
  - name: ATLAS_TOKEN
    valueFrom:
      secretKeyRef:
        key: atlas-token
        name: my-secrets
  • This release also includes a newer version of atlas-cli for the last features from v0.19.0. Please upgrade and cheers for new features!

What's Changed

Full Changelog: v0.3.9...v0.4.0

v0.3.8

21 Dec 17:50
2da4ae2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7

11 Dec 10:14
e78d6b2
Compare
Choose a tag to compare

What's Changed

  • charts: bump chart to v0.3.6 by @rotemtam in #101
  • controllers: add deployment context to migrate cmd by @datdao in #102
  • controllers/migration: remove transient for checksum error by @datdao in #103
  • atlasmigration: added execOrder for CRDs by @giautm in #104
  • chore: update go.mod by @giautm in #105

Full Changelog: v0.3.6...v0.3.7

v0.3.4

26 Sep 08:24
b22cffc
Compare
Choose a tag to compare

What's Changed

  • charts: fix deployment template related to prewarmDevDB by @datdao in #94
  • controllers/migration: support baselineVersion by @myl2821 in #95

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

18 Sep 08:42
9576b22
Compare
Choose a tag to compare

What's Changed

  • chore: bump chart version to v0.3.2 by @giautm in #84
  • charts/atlas-operator: fixed missing permission to delete devdb by @giautm in #86
  • chore: update tools and make script by @giautm in #87
  • controllers: merge permission into one config by @giautm in #89
  • helm: cleanup template to match with k8s manifest by @giautm in #88
  • api: add username and host from secret by @datdao in #90
  • controllers: support disposeDevDB flag by @datdao in #91
  • config/integration: use postgres 15.4 for testing by @datdao in #92
  • chore: bump chart version to v0.3.3 by @datdao in #93

Full Changelog: v0.3.2...v0.3.3

v0.3.2

20 Aug 17:30
83181a8
Compare
Choose a tag to compare

What's Changed

  • charts: bump chart by @rotemtam in #77
  • devdb: refactor logic to spin up devdb by @giautm in #79
  • controllers: don't share single atlas-cli by @giautm in #80
  • migration: update controller to using working-dir API by @giautm in #81
  • schema: update controller to using working-dir API by @giautm in #72
  • all: added license header for all source by @giautm in #82
  • charts: fixed template by @giautm in #83

Full Changelog: v0.3.1...v0.3.2

v0.3.2-pre.0

19 Aug 07:45
83181a8
Compare
Choose a tag to compare
v0.3.2-pre.0 Pre-release
Pre-release

What's Changed

  • charts: bump chart by @rotemtam in #77
  • devdb: refactor logic to spin up devdb by @giautm in #79
  • controllers: don't share single atlas-cli by @giautm in #80
  • migration: update controller to using working-dir API by @giautm in #81
  • schema: update controller to using working-dir API by @giautm in #72
  • all: added license header for all source by @giautm in #82
  • charts: fixed template by @giautm in #83

Full Changelog: v0.3.1...v0.3.2-pre.0

v0.3.1

06 Aug 16:28
3cb77a8
Compare
Choose a tag to compare

What's Changed

  • readme: change db credentials of migration step by @datdao in #73
  • api/v1alpha1: add helpers and tests by @giautm in #74
  • api: support custom dev-url for atlasschema by @rotemtam in #75
  • chore: replace internal api with atlasexec by @giautm in #71
  • api: add dev url from secret by @rotemtam in #76

Full Changelog: v0.3.0...v0.3.1