Skip to content

Comments

chore(deps): bump ariga.io/atlas from 0.38.0 to 1.1.0#136

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/ariga.io/atlas-1.1.0
Open

chore(deps): bump ariga.io/atlas from 0.38.0 to 1.1.0#136
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/ariga.io/atlas-1.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps ariga.io/atlas from 0.38.0 to 1.1.0.

Release notes

Sourced from ariga.io/atlas's releases.

v1.1.0

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
}

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ariga.io/atlas](https://github.com/ariga/atlas) from 0.38.0 to 1.1.0.
- [Release notes](https://github.com/ariga/atlas/releases)
- [Commits](ariga/atlas@v0.38.0...v1.1.0)

---
updated-dependencies:
- dependency-name: ariga.io/atlas
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants