Releases: ariga/atlas-operator
Releases · ariga/atlas-operator
v0.7.1
v0.7.0
What's Changed
- charts: bump atlas-operator t0 0.6.5 by @a8m in #236
- test/e2e: increase timeout by @datdao in #240
- internal/controller: use hcl pkg to generate atlas.hcl for declarative flow by @datdao in #239
- internal/controller: use hcl pkg to generate atlas.hcl for versioned flow by @datdao in #241
- internal/controller: handle the case of Atlas returning multiple results by @datdao in #249
- internal/controller: support custom atlas.hcl by @datdao in #244
New Contributors
Full Changelog: v0.6.5...v0.7.0
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
What's Changed
- charts: bump chart version to v0.6.0 by @giautm in #206
- chore: bump Go and Alpine by @giautm in #207
- chore: bump atlas and sdk-go by @giautm in #209
- .github/workflows: create codeql.yml by @giautm in #210
- test/e2e: apply manual changes on the database and trigger controller recognize by @giautm in #211
- test/e2e: use skaffold profile to install operator by @giautm in #212
- devdb: change
readinessProbe
tostartupProbe
by @giautm in #220 - atlas/schema: fixed panic when not set policy.lint by @giautm in #216
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- charts: bump charts version to v0.5.0 by @giautm in #184
- chore: fixed sqlserver heath check by @giautm in #187
- chore: upgrade atlas-go-sdk by @giautm in #186
- chore: upgrade
builder
togo/v4
by @giautm in #188 - test: added e2e test with kind and testscript by @giautm in #190
- devdb: fixed pod conflict when the resource same has name cross ns by @giautm in #191
- atlas/schema: support URL as desired state by @giautm in #189
- atlas/migration: refactor the
cloud
config struct by @giautm in #193 - atlas/schema: support
cloud
config block by @giautm in #192 - chore: add more methods to
AtlasExec
interface by @giautm in #195 - chore: ensure build docker image with latest atlas by @giautm in #196
- atlas/schema: check the whoami result by @giautm in #197
- chore: replace sqlserver tests with testscript by @giautm in #198
- test/e2e: added
envfile
to set ENV from file content by @giautm in #199 - test/e2e: pick correct controller pod for testscript by @giautm in #200
- devdb: use
readinessProbe
to check status by @giautm in #201 - test/e2e: add schema-mysql test by @giautm in #202
- devdb: render manifest using Go API by @giautm in #203
- devdb: support clickhouse driver by @giautm in #204
- test/e2e: add testscript for
AtlasMigration
resource by @giautm in #205 - atlas/schema: deploy changes with schema plan by @giautm in #194
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- chore: bump chart's version to v0.4.4 by @giautm in #176
- chore: guide to authenticate by @giautm in #177
- atlasmigration: store
migrations.tar.gz
in k8s' secrets by @giautm in #175 - controllers: allow mock
atlasexec
during tests by @giautm in #178 - atlasmigration: add devdb for
migrate down
command by @giautm in #179 - chore: move tests to make by @giautm in #180
- controllers: support migrate down command by @giautm in #167
- atlasmigration: update reason and message for migrate down by @giautm in #181
- chore: update README for new reasons by @giautm in #182
- devdb: support sqlserver by @giautm in #183
Full Changelog: v0.4.4...v0.5.0
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