Skip to content

Releases: ariga/atlas-sync-action

v0.2.1

15 Oct 13:09
2ca31f5
Compare
Choose a tag to compare

This action has been deprecated in favor of ariga/atlas-action/migrate/push. See the docs for details.

What's Changed

Full Changelog: v0...v0.2.1

v0.2.0

07 Sep 06:41
6f531e4
Compare
Choose a tag to compare

v0.2.0 is a minor release for atlas-sync-action containing some breaking changes. Starting this version the action verifies that the migration directory is syntactically correct by replaying all migrations on a Dev Database, hence dev-url has been added as a required input parameter. See the updated README.

In addition, to maintain consistency with the rest of the Atlas ecosystem, this action now directly uses the atlas migrate push command instead of using custom code for syncing your migration directory.

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.2.0

v0.1.8

31 May 10:32
363901d
Compare
Choose a tag to compare

What's Changed

  • chore: bump atlas action to fix archive bug by @giautm in #21

Full Changelog: v0...v0.1.8

v0.1.7

31 May 09:46
35fb8b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0...v0.1.7

v0.1.6

30 May 13:58
411756a
Compare
Choose a tag to compare

What's Changed

  • action: fixed golang-migrate format by @giautm in #19

Full Changelog: v0...v0.1.6

v0.1.5

30 May 06:53
6892c0c
Compare
Choose a tag to compare

What's Changed

  • feat: support flyway and Golang-Migrate by @giautm in #16
  • action: added dir-format in input by @giautm in #18

Full Changelog: v0...v0.1.5

v0.1.4

30 Apr 16:54
6760f27
Compare
Choose a tag to compare

What's Changed

  • feat: sync directory to public tenant by @giautm in #14

New Contributors

Full Changelog: v0...v0.1.4

v0.1.3

24 Apr 13:17
0ce6699
Compare
Choose a tag to compare
internal/atlascloud: support maria (#12)