42milez / go-oidc-expt

An experimental implementation of OpenID provider with Go.
MIT License
0 stars 0 forks source link

Bump ariga.io/atlas from 0.25.0 to 0.26.0 #201

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps ariga.io/atlas from 0.25.0 to 0.26.0.

Release notes

Sourced from ariga.io/atlas's releases.

v0.26.0

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

It's been about a month since our last release, and we're excited to announce that Atlas v0.26 is now available! In this release we are happy to introduce a new feature that has been requested by many of you: support for Entity Framework Core. As part of our ever going effort to improve the quality and coverage of our documentation, we have published a set of guides on testing database schemas and migrations as well as a new GORM Portal.

Read the full announcement in our blogpost.

[!NOTE]
Stay tuned for our next release which is going to include some exciting new features around declarative migrations and database schema observability.

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.

Full Changelog: https://github.com/ariga/atlas/compare/v0.25.0...v0.26.0

Commits
  • 677f5b8 cmd/atlas/internal/docker: support docker+mariadb url scheme
  • 37078a1 doc/website/blog: announcing v0.26 (#3035)
  • 7a2ae96 doc/md/guides: add Guide for EF Core (#3023)
  • 94e5af1 cmd/atlas/internal/cmdlog: alow fmtPlan editable
  • 5f3b798 doc/md/guides: remove redundant sentence (#3033)
  • ec9326c doc/md: add gorm docs (#3020)
  • f798458 doc/md: migrate test guide (#3008)
  • 6816852 cmd/atlas/internal/cmdapi: move getenv to variable to make it reused
  • 5036a9f cmd/atlas/internal/cmdapi: warn once (#3029)
  • f04ca30 cmd/atlas/internal/cmdapi: run upgrade suggestion in logic (#3024)
  • Additional commits viewable in compare view


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
dependabot[bot] commented 3 months ago

Superseded by #206.