We are excited to announce the release of Atlas v0.30 🎊
Happy new year everyone, and welcome to our first release of 2025, Atlas v0.30! We have some exciting new features and improvements to share with you.
In this release you will find:
- Simplified Schema Monitoring: Previously you needed to install a long-running agent on your database VPC to monitor your schema. Schema monitoring is now even simpler with the introduction of a new agentless monitoring mode.
- Drizzle Support: We now support Drizzle, a popular ORM for Node.js. You can now use Atlas to automate schema migrations for your Drizzle projects.
- Bitbucket Pipelines: We have added support for Bitbucket Pipelines, making it easier to integrate Atlas into your Bitbucket CI/CD workflows.
- Custom Kubernetes Configurations: Atlas Pro users can now provide custom
atlas.hcl
configurations for their Kubernetes Custom Resource Definitions (CRDs) using the Atlas Operator. txtar
Editor Support: The Atlas JetBrains plugin now supports editingtxtar
files, used by the Atlas CLI to define pre-migration checks but also useful for other purposes.
Quick installation
macOS + Linux:
curl -sSf https://atlasgo.sh | sh
Homebrew:
brew install ariga/tap/atlas
Docker:
docker pull arigaio/atlas
Windows
Legal
The default binaries in this release are distributed released under Atlas EULA, and the community binaries are released under the Apache 2.0 license.
Full Changelog: v0.29.0...v0.30.0