Releases: ariga/atlas-operator
Releases · ariga/atlas-operator
v0.7.3
What's Changed
- Internal/controller: refactor error handling in declarative flow by @datdao in #261
- internal/controller: refactor error handling in versioned flow by @datdao in #262
- internal/controller: track reconciliation failure count by @datdao in #263
- api/v1alpha1: added default value for
status.failed
by @giautm in #265 - test/e2e/testscript: remove outdated test case by @datdao in #267
- internal/controller: replace string literals with constants for reasons by @datdao in #268
- .github/workflows: revamp CD workflow by @datdao in #270
- .github/workflows: add CD workflow for image canary release by @datdao in #272
- .github/workflows: use semantic version when pushing charts by @datdao in #271
- .github/workflows: using dockermeta action to generate tags by @datdao in #273
- internal/controller: add exponential backoff by @datdao in #264
- .github/workflows: release helm chart base on tag by @datdao in #274
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- chore: bump helm chart version to v0.7.1 by @giautm in #255
- internal/controller: generate hash of declarative flow by using "schema inspect" by @datdao in #253
- internal/controller: prioritize custom config when merging by @datdao in #256
- internal/controller: override desired url if it is provided in the custom config by @datdao in #257
- test/e2e/testscript: custom config with template dir by @datdao in #258
- internal/controller: fix panic when getting repoURL in custom config by @datdao in #259
- chore: bump helm chart version to v0.7.2 by @datdao in #260
Full Changelog: v0.7.1...v0.7.2
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