Skip to content

chore(deps): update dependency aqua:ariga/atlas to v1#497

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aqua-ariga-atlas-1.x
Open

chore(deps): update dependency aqua:ariga/atlas to v1#497
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aqua-ariga-atlas-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2025

This PR contains the following updates:

Package Update Change
aqua:ariga/atlas major 0.37.01.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ariga/atlas (aqua:ariga/atlas)

v1.1.0

Compare Source

We're excited to announce Atlas v1.1.

This release delivers on a promise we made in v1.0: Database Security as Code is now available for Atlas Pro users.

We're also shipping declarative data management for lookup tables and seed data, expanding database coverage with Aurora DSQL, Azure Fabric, and CockroachDB Cloud, and further improving our drivers and Atlas Cloud.

Here is what you can find in this release:

Read the full announcement in our blogpost.

role "app_readonly" {
  comment = "Read-only access for application"
}

permission {
  for_each   = [table.users, table.orders, table.products]
  for        = each.value
  to         = role.app_readonly
  privileges = [SELECT]
}

role "app_admin" {
  superuser   = false
  create_db   = false
  create_role = false
  login       = true
  member_of   = [role.app_readonly]
}

permission {
  for        = schema.public
  to         = role.app_admin
  privileges = [ALL]
  grantable  = true
}

Quick installation

macOS + Linux:

curl -sSf https://atlasgo.sh | sh

Homebrew:

brew install ariga/tap/atlas

Docker:

docker pull arigaio/atlas
Windows

Download

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.

v1.0.0

Compare Source

We're excited to announce Atlas v1.0 - just in time for the holidays! 🎄

v1.0 is a milestone release. Atlas has been production-ready for a few years now, running at some of the top companies in the industry, and reaching 1.0 is our commitment to long-term stability and compatibility. It reflects what Atlas has become: a schema management product built for real production use that both platform engineers and developers love.

Here's what's in this release:

  • Monitoring as Code - Configure Atlas monitoring with HCL, including RDS discovery and cross-account support.
  • Schema Statistics - Size breakdowns, largest tables/indexes, fastest-growing objects, and growth trends over time.
  • Declarative Migrations UI - A new dashboard for databases, migrations, deployments, and status visibility.
  • Database Drivers - Databricks, Snowflake, and Oracle graduate from beta to stable; plus improvements across Postgres, MySQL, Spanner, Redshift, and ClickHouse.
  • Deployment Rollout Strategies - Staged rollouts (canaries, parallelism, and error handling) for multi-tenant and fleet deployments.
  • Deployment Traces - End-to-end traceability for how changes move through environments.
  • Multi-Config Files - Layer config files with -c file://base.hcl,file://app.hcl.
image

Read the full announcement in our blogpost.

Quick installation

macOS + Linux:

curl -sSf https://atlasgo.sh | sh

Homebrew:

brew install ariga/tap/atlas

Docker:

docker pull arigaio/atlas
Windows

Download

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.

v0.38.0

Compare Source

We are excited to announce the release of Atlas v0.38 🎊

We're excited to announce the release of Atlas v0.38 with a comprehensive set of new features and improvements that further strengthen Atlas as your go-to database schema management tool:

  • Oracle Triggers and Views - We've expanded the support for Oracle schemas to include triggers and views.
  • Snowflake Additions - Our library of supported resources for Snowflake has also expanded with the additions of stages, external tables, hybrid tables, and dynamic tables.
  • Google Spanner Additions - Spanner users can now manage geo-partitioning placements, locality groups, sequences, and change streams with Atlas.
  • Expanded Analyzer Detection - Our linting analyzers now detect SQL injections in SQL schema and migration files, and incorrect usage of transactions in migration files.
  • HTTP Data Source - Users can now use HTTP endpoints as data sources in the Atlas configuration file.
  • PII Detection - Objects containing potentially sensitive or PII data can now be automatically or manually tagged in the Atlas Registry.
  • Pre/Post-migration Hooks - Pre- and post-migration hooks enable teams to run custom logic before and after applying migrations.
  • Atlas Monitoring - The Atlas Agent can now automatically discover and monitor RDS instances across multiple AWS accounts using IAM role assumption.
  • Azure DevOps Repos CI/CD Integration - Atlas now provides native integration with Azure DevOps Pipelines and Azure Repos, including a dedicated Azure DevOps extension for seamless database schema CI/CD workflows.
image

Read the full announcement in our blogpost.

Change in v0.38: atlas migrate lint

As announced in v0.37, starting with v0.38, the, the atlas migrate lint command will no longer be included in the Starter (free) plan of Atlas. The code remains open-source (Apache 2 license) and available in Atlas Community Edition. If you need the command without using Atlas Pro, you can still build Atlas from source or use the community binary.

Quick installation

macOS + Linux:

curl -sSf https://atlasgo.sh | sh

Homebrew:

brew install ariga/tap/atlas

Docker:

docker pull arigaio/atlas
Windows

Download

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Dec 24, 2025
@renovate renovate bot requested a review from ryo246912 December 24, 2025 20:48
@coderabbitai
Copy link

coderabbitai bot commented Dec 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/aqua-ariga-atlas-1.x branch from b082987 to d04774e Compare January 8, 2026 20:40
@renovate renovate bot force-pushed the renovate/aqua-ariga-atlas-1.x branch 2 times, most recently from 9aed353 to 136dd07 Compare January 29, 2026 13:06
@renovate renovate bot force-pushed the renovate/aqua-ariga-atlas-1.x branch 3 times, most recently from 6461e48 to b5e4036 Compare February 7, 2026 08:03
@renovate renovate bot force-pushed the renovate/aqua-ariga-atlas-1.x branch from b5e4036 to 556b8b8 Compare March 13, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants