Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

fix(deps): update module ariga.io/atlas to v0.18.0 #699

Merged
merged 2 commits into from
Jan 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ariga.io/atlas v0.15.0 -> v0.18.0 age adoption passing confidence

Release Notes

ariga/atlas (ariga.io/atlas)

v0.18.0

Compare Source

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

It's been only a bit over a week since our last release, but we have some exciting new features we couldn't wait to share with you:

  • Drift Detection - A common source of database trouble is that the schema in your database doesn't match the schema in your code. This can happen for a variety of reasons, including manual changes to the database, or changes made by other tools. Today, we are happy to announce the availability of a new feature that lets you automatically detect these drifts, and alerts you when they happen.
  • SQLAlchemy Support - SQLAlchemy is a popular Python ORM. Developers using SQLAlchemy can use Atlas to automatically plan schema migrations for them, based on the desired state of their schema instead of crafting them by hand.
  • Composite Schemas - The newly added composite_schema data source lets you combine multiple schemas into one, which is useful for managing schemas that are loaded from multiple sources or to describe applications that span multiple database schemas.
  • VSCode ERDs - We've added a new feature to our VSCode extension that lets you visualize your database schema as an ERD diagram.

image

Read the full announcement on our blog: https://atlasgo.io/blog/2024/01/09/atlas-v0-18

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. If you would like to build Atlas from source follow the instructions here.

Full Changelog: ariga/atlas@v0.17.0...v0.18.0

What's Changed

Full Changelog: ariga/atlas@v0.17.0...v0.18.0

v0.17.0

Compare Source

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

It's been only a bit over a week since our last release, but we have some exciting new features we couldn't wait to share with you:

  • Trigger Support - Atlas now supports managing triggers on MySQL, PostgreSQL, MariaDB, and SQLite databases.
  • Improved ERDs - You can now visualize your schema's SQL views, as well as create filters to select the specific database objects you wish to see.

Read the full announcement on our blog: https://atlasgo.io/blog/2024/01/01/atlas-v-0-17

image

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. If you would like to build Atlas from source follow the instructions here.

What's Changed

Commits history

Full Changelog: ariga/atlas@v0.16.0...v0.17.0

v0.16.0

Compare Source

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

Hi everyone!

It's been a while since our last version announcement and today I'm happy to share with you v0.16, which includes some very exciting improvements for Atlas:

  • ClickHouse Beta Program - ClickHouse is a high-performance, columnar database optimized for analytics and real-time query processing. Support for ClickHouse in Atlas has been one of the top requested features by our community in the past year. Today, we are happy to announce the launch of our ClickHouse Beta Program which you can sign up for today. See details below.
  • Hibernate Provider - Atlas now supports loading the desired state of your database directly from your Hibernate code. Hibernate developers can now join developers from the GORM, Sequelize, TypeORM and more communities who can now use Atlas to manage their database schema.
  • Baseline Schemas - In some cases, your migrations rely on certain database objects to exist apriori to your application schema, for example extensions or legacy tables. Atlas now supports defining a baseline schema which will be loaded before automatically planning and applying your migrations.
  • Proactive conflict detection - Teams that have connected their project to Atlas Cloud will get a prompt in the CLI if their migration directory is out of sync with the latest version in Atlas Cloud. This ensures that new migration files are added in a sequential order, preventing unexpected behavior.
  • Mermaid Support - Atlas now supports generating a Mermaid diagram of your database schema. This is a great way to visualize your database schema and share it with your team.
  • Review Policies - Users working with declarative migrations can now define "review policies" which can define thresholds for which kinds of changes require human review and which can be auto-applied.
  • Postgres Sequences - Another long-awaited feature, Atlas now supports managing sequences in PostgreSQL.

Read the full announcement on our blog: https://atlasgo.io/blog/2023/12/19/atlas-v-0-16

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. If you would like to build Atlas from source follow the instructions here.

What's Changed

Commits history

New Contributors

Full Changelog: ariga/atlas@v0.15.0...v0.16.0


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from 7ed9db4 to 0f6a067 Compare January 11, 2024 22:02
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.17.0 fix(deps): update module ariga.io/atlas to v0.18.0 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from 0f6a067 to defd11b Compare January 28, 2024 03:36
@hay-kot hay-kot merged commit dd2910c into main Jan 28, 2024
3 checks passed
@renovate renovate bot deleted the renovate/ariga.io-atlas-0.x branch January 28, 2024 04:06
@hay-kot hay-kot restored the renovate/ariga.io-atlas-0.x branch January 28, 2024 16:49
@renovate renovate bot deleted the renovate/ariga.io-atlas-0.x branch January 28, 2024 16:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants