Releases: ariga/atlas-operator
Releases · ariga/atlas-operator
v0.4.4
What's Changed
- charts: bump v0.4.3 by @datdao in #163
- atlasmigration: replace
remote_dir
block withatlas
schema by @giautm in #164 - controllers: truncate SQL for applied/spending queries by @giautm in #165
- all: upgrade atlas-go-sdk by @giautm in #166
- all: remove
exp/slices
by @giautm in #168 - controllers: refactor devdb to reuse for atlas_migration by @giautm in #169
- all: upgrade sdk for operator by @giautm in #170
- sec: CVE-2023-45288 by @giautm in #172
- charts: fixed container security-context typo by @giautm in #173
- controllers: replace
fs.FS
withmigrate.Dir
by @giautm in #174
Full Changelog: v0.4.3...v0.4.4
v0.4.3
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
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
- chore: bump atlas to latest by @giautm in #128
- .github/workflows: run chart test on PR by @giautm in #137
- docker: allow bundle atlas with given version by @giautm in #139
- charts: allow setting env by @datdao in #138
Full Changelog: v0.3.9...v0.4.0
v0.3.8
What's Changed
- charts: bump chart to v0.3.7 by @datdao in #107
- chore: update readme for prewarmDevDB flag by @datdao in #108
- create dependabot.yml by @giautm in #110
- chore: setup trivy for image scan by @giautm in #117
- trivy by @giautm in #118
- [docker] Bump alpine from 3.17.3 to 3.19.0 by @dependabot in #111
- trivy: extend severity to medium by @giautm in #119
- chore: fixed GO-2023-2382 by @giautm in #109
- [go] Bump ariga.io/atlas-go-sdk from 0.2.1 to 0.2.3 by @dependabot in #112
Full Changelog: v0.3.7...v0.3.8
v0.3.7
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
v0.3.3
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
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
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
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