Releases: ariga/atlas-action
v0.2.5
atlas-action
is a GitHub action to run Atlas's migration lint
functionality that can be used to provide CI for database schema changes.
What's Changed
- src: add a warning to report if there is a token but an error reporting to cloud by @masseelch in #45
- all: transition to Atlas Cloud by @masseelch in #47
- action: change input param to cloud-token by @rotemtam in #48
Learn more
To learn more about CI for database schema changes, read the docs or the announcement
Full Changelog: v0...v0.2.5
v0.2.1
atlas-action
is a GitHub action to run Atlas's migration lint
functionality that can be used to provide CI for database schema changes.
What's new
This release of atlas-action
includes:
- A mechanism to update users about newer versions of
atlas-action
.
Learn more
To learn more about CI for database schema changes, read the docs or the announcement
v0.2.0
atlas-action
is a GitHub action to run Atlas's migration lint
functionality that can be used to provide CI for database schema changes.
What's new
This release of atlas-action
includes:
- A better integration with GitHub Pull Requests - get feedback from the linter as comments on your PR.
- Support for Atlas Project Files - support for fine-grained linting policies.
- Many more small fixes and improvements.
Learn more
To learn more about CI for database schema changes, read the docs or the announcement