Skip to content

Releases: ariga/atlas-action

v1.3.10

11 Dec 17:54
8bd94f1
Compare
Choose a tag to compare

What's Changed

  • chore: cleanup action options by @giautm in #268
  • atlasaction: share logger implement for actions by @giautm in #269
  • dont pass cloud-token twice in schema monitor action by @ronenlu in #266
  • atlasaction: allow provide ATLAS_PATH for atlas-cli binary by @giautm in #271
  • chore: added docker for actions by @giautm in #270
  • atlasaction: initial bitbucket pipe by @giautm in #267
  • migrate/down: allow provide dev-url from atlas.hcl by @giautm in #273

Full Changelog: v1.3.9...v1.3.10

v1

22 Feb 09:51
8bd94f1
Compare
Choose a tag to compare

This is a major release of the Atlas GitHub Actions that unifies existing actions in to this repository. This change doesn't introduce significant new technical capabilities but contains breaking API changes with the following goals:

  1. We've moved all actions into a single repo - ariga/atlas-action. (With the exception of ariga/setup-atlas.)
  2. The API has been reviewed and updated to make sure it is consistent among the different actions and with the rest of the Atlas ecosystem.
  3. We've rewritten the code in Go, which is the language we use for all of our internal tools. This allows us to share code between the CLI and the GitHub Actions, and to provide a more consistent experience between the two. In addition, looking forward we have greatly simplified the process of adding new GitHub Actions as needed.

Deprecation Notice

As part of this change we are deprecating the previous generation of GitHub Actions, and we encourage you to migrate to the new ones as soon as possible. The old actions will continue to work for the time being, but we will not be receiving any updates. These actions are:

The new actions are:

Action Use Case
ariga/setup-atlas Install Atlas from a GitHub Actions workflow
ariga/atlas-action/migrate/lint CI for schema changes
ariga/atlas-action/migrate/push Push your migration directory to Atlas Cloud (atlasgo.cloud)
ariga/atlas-action/migrate/apply Deploy versioned migrations from GitHub Actions

Full Changelog: v0...v1

v1.3.9

01 Dec 07:27
aeee6dc
Compare
Choose a tag to compare

What's Changed

  • add monitor/schema action by @ronenlu in #261
  • .github/workflows: add action to monitor schema changes agentless by @masseelch in #263
  • Revert ".github/workflows: add action to monitor schema changes agent… by @masseelch in #264

Full Changelog: v1.3.8...v1.3.9

v1.3.8

21 Nov 09:16
b50c5b8
Compare
Choose a tag to compare

What's Changed

  • atlasaction: support output for circle-ci by @giautm in #260
  • migrate/apply: support allow-dirty flag by @ronenlu in #262

Full Changelog: v1.3.7...v1.3.8

v1.3.7

12 Nov 06:25
18efec4
Compare
Choose a tag to compare

What's Changed

  • fix lint template when migration dir is root by @ronenlu in #258
  • migrate/lint: support tag input by @giautm in #259

Full Changelog: v1.3.6...v1.3.7

v1.3.6

11 Nov 12:38
0ae4378
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.5...v1.3.6

v1.3.5

19 Oct 16:29
a747e59
Compare
Choose a tag to compare

What's Changed

  • atlasaction: gitlab ci by @noamcattan in #242
  • atlasaction: set plan directives on creation from pr description by @a8m in #247
  • atlasaction: use gh codeblock instead of html pre/code by @a8m in #248
  • atlasaction: fail if plan lint contains error by @a8m in #249
  • atlasaction: push the latest tag first by @noamcattan in #250
  • atlasaction: support schema input for actions by @giautm in #251
  • atlasaction/comments: update edit this plan comment by @a8m in #252

Full Changelog: v1.3.4...v1.3.5

v1.3.4

07 Oct 17:42
3285208
Compare
Choose a tag to compare

What's Changed

  • atlasaction: link to plan on Atlas Cloud by @giautm in #243
  • atlasaction: base64url encoding for plan's filename by @giautm in #245

Full Changelog: v1.3.3...v1.3.4

v1.3.3

24 Sep 07:39
3568c22
Compare
Choose a tag to compare

What's Changed

  • schema/apply: update inputs and doc for URL by @giautm in #241

Full Changelog: v1.3.2...v1.3.3

v1.3.2

24 Sep 06:07
e8b9e79
Compare
Choose a tag to compare

What's Changed

  • schema/push: support desired schema URL(s) input by @giautm in #240

Full Changelog: v1.3.1...v1.3.2