v0.7.0
Atlas v0.7.0 is a minor release that includes many small improvements and two major features that were added:
- Atlas migration executor that allows applying migration files on databases. Read more about it in the Atlas blog: https://atlasgo.io/blog/2022/09/05/announcing-migration-execution.
- We are also happy to announce the official Atlas GitHub Action which can be used to integrate migration directory linting to your team’s existing continuous integration flow. The action can lint migration directories for Atlas projects as well as for other popular migration tools such as Flyway, Liquibase, and golang-migrate.
Installation
MacOS
curl -LO https://release.ariga.io/atlas/atlas-darwin-amd64-v0.7.0
chmod +x ./atlas-darwin-amd64-v0.7.0
sudo mv ./atlas-darwin-amd64-v0.7.0 /usr/local/bin/atlas
sudo chown root: /usr/local/bin/atlas
Linux
curl -LO https://release.ariga.io/atlas/atlas-linux-amd64-v0.7.0
sudo install -o root -g root -m 0755 ./atlas-linux-amd64-v0.7.0 /usr/local/bin/atlas
Windows
Docker
docker pull arigaio/atlas:0.7.0
docker run --rm arigaio/atlas:0.7.0
Legal
The binaries distributed in this release are released under the
Ariga End User License.
If you would like to build Atlas from source follow the instructions
here.
Full Changelog: v0.6.0...v0.7.0