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.15.0 - autoclosed #443

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
ariga.io/atlas require minor v0.12.0 -> v0.15.0

Release Notes

ariga/atlas (ariga.io/atlas)

v0.15.0

Compare Source

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

Hi everyone!

It's been a few weeks since our last version announcement and today we are happy to share with you v0.15, which includes some very exciting improvements for Atlas:

  • Interactive Declarative Migrations - Atlas supports a Terraform-like workflow for managing your database schema using the schema apply command. In this release we have added a new "Lint and Edit" mode to this command, which will analyze your schema changes for issues and will allow you to edit them interactively before applying them to your database.
  • Functions and Stored Procedures - Atlas now supports creating and managing functions and stored procedures in your database schema.
  • Postgres Domains - In addition, Atlas now supports Postgres Domains.
  • TypeORM Integration - TypeORM is a popular ORM for Node.js. In this release, we are happy to announce the TypeORM integration, which allows you to automatically generate your database schema from your TypeORM entities, create visualizations and more.
    Let's dive right in!

image

Quick installation

macOS + Linux:

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

Homebrew:

brew install ariga/tap/atlas

Docker:

docker pull arigaio/atlas
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

New Contributors

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

v0.14.2

Compare Source

v0.14.1

Compare Source

v0.14.0

Compare Source

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

It's been a few weeks since our last version announcement and today we're happy to share with you v0.14, which includes some very exciting improvements for Atlas. Read the announcement blog post.

What's new
  • Checkpoints - As your migration directory grows, replaying it from scratch can become annoyingly slow. Checkpoints
    allow you to save the state of your database at a specific point in time and replay migrations from that point forward.
  • Push to the Cloud - You can now push your migration directory to Atlas Cloud directly from the CLI. Think of it like docker push for your database migrations.
  • JetBrains Editor Support - After launching our VSCode Extension a few months ago, our team has been hard at work to bring the same experience to JetBrains IDEs. Starting today, you can use Atlas directly from your favorite JetBrains IDEs (IntelliJ, PyCharm, GoLand, etc.) using the new Atlas plugin.
  • Reporting Deployments - Atlas supports the reporting of migration deployments to personal workspaces in Atlas Cloud. This provides full visibility into the databases, migration runs, and their statuses for each project.

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

New Contributors

Full Changelog: ariga/atlas@v0.13.0...v0.14.0

v0.13.3

Compare Source

v0.13.2

Compare Source

v0.13.1

Compare Source

v0.13.0

Compare Source

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

It's been just over two months since our last version announcement and today I'm super excited to share with you our latest release, v0.13, which includes some long-anticipated additions to Atlas:

  • Atlas and Atlas Community Editions - we are making a change in the way Atlas is distributed. Starting today, we are making many of the features previously available only in the commercial version of Atlas available to everyone for free. More on this below.
  • Support for SQL Views - SQL Views are virtual tables in a database created by a query and stored in the database. Starting today, you can manage views in your database using the same Atlas workflows you use for tables, indexes, foreign keys, etc.
  • Microsoft SQL Server Driver Beta - Over the last few months, we have been working on a driver for MS-SQL with some of our enterprise design partners and are happy to make it available to you as a beta.
  • Built-in schema visualization - Over the past year we released some tools to help developers visualize their database schemas using Entity Relationship Diagrams (ERDs). Starting today, you can use the atlas schema inspect --visualize command to create database ERDs directly from the command line.
  • GitHub Action for Deployments - We recently received a request from the community to add a GitHub Action to streamline applying migrations directly from GitHub workflows. We thought this was a great idea and are happy to introduce ariga/atlas-deploy-action which you can use to deploy your migrations today.
  • Type checking for schema files - As part of our continuous effort to make the experience of working with Atlas as smooth as possible, we are excited to ship a new engine for running type checks on your schema files.

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 * cmd/atlas: update ariga.io/atlas by @​a8m in https://github.com/ariga/atlas/pull/1707 * chore: Use ldflag version in migrate_test.go in NoPendingFiles by @​silasdavis in https://github.com/ariga/atlas/pull/1712 * cmd/atlas: add example for 'schema diff' with dev and exclude defined in config by @​a8m in https://github.com/ariga/atlas/pull/1714 * doc: fix projects page and extend 'exclude' examples by @​a8m in https://github.com/ariga/atlas/pull/1715 * sql/migrate: support for migration planning mode by @​a8m in https://github.com/ariga/atlas/pull/1719 * merge libsql by @​a8m in https://github.com/ariga/atlas/pull/1716 * doc/website: update logos by @​dimagreat in https://github.com/ariga/atlas/pull/1720 * doc/md: turso guide by @​rotemtam in https://github.com/ariga/atlas/pull/1721 * sql/schema: add view types for (un)marshal by @​a8m in https://github.com/ariga/atlas/pull/1723 * sql/internal/specutil: marshal view spec by @​a8m in https://github.com/ariga/atlas/pull/1725 * sql/sqlspec: marshal view definition after columns by @​a8m in https://github.com/ariga/atlas/pull/1728 * sql: minor sync from ent repo by @​a8m in https://github.com/ariga/atlas/pull/1729 * ci: make go build tag aware by @​masseelch in https://github.com/ariga/atlas/pull/1730 * cmd/atlas/internal: initial support for schema loaders by @​a8m in https://github.com/ariga/atlas/pull/1733 * integration: fix run `go mod tidy` by @​giautm in https://github.com/ariga/atlas/pull/1736 * cmd/atlas: initial support for external schema data sources by @​a8m in https://github.com/ariga/atlas/pull/1737 * fix/event-update by @​dimagreat in https://github.com/ariga/atlas/pull/1739 * Spelling by @​jsoref in https://github.com/ariga/atlas/pull/1738 * doc/md: updated deployment guide with cloud by @​rotemtam in https://github.com/ariga/atlas/pull/1741 * sql/migrate: do not error on json encode unknown revision type by @​masseelch in https://github.com/ariga/atlas/pull/1746 * sql/mysql: improve foreign-keys inspection query by @​a8m in https://github.com/ariga/atlas/pull/1748 * doc: change --log to --format by @​a8m in https://github.com/ariga/atlas/pull/1751 * sql: modernize the way driver normalize schemas by @​a8m in https://github.com/ariga/atlas/pull/1753 * sql/internal/sqlx: sort schema names before printing by @​a8m in https://github.com/ariga/atlas/pull/1754 * sql/sqlx: move Charset/Collate to sqlx by @​giautm in https://github.com/ariga/atlas/pull/1755 * schemahcl: add PrecisionTypeAttr and ScaleTypeAttr by @​giautm in https://github.com/ariga/atlas/pull/1757 * sql/schema: added Scale attribute for TimeType by @​giautm in https://github.com/ariga/atlas/pull/1756 * cmd/atlas: defer HCL normalization until ReadState is called by @​a8m in https://github.com/ariga/atlas/pull/1758 * sql/sqlite: extract table options (without rowid, strict) from sql by @​noamcattan in https://github.com/ariga/atlas/pull/1745 * doc: move guide links to cards by @​a8m in https://github.com/ariga/atlas/pull/1762 * sql/sqlite: sqlspec for table options by @​noamcattan in https://github.com/ariga/atlas/pull/1763 * cmd/atlas/internal: support writing to template directories by @​a8m in https://github.com/ariga/atlas/pull/1764 * sql/postgres: support scanning prefixed sequences by @​a8m in https://github.com/ariga/atlas/pull/1768 * cmd/atlas/internal/cmdapi: add flavor to version by @​masseelch in https://github.com/ariga/atlas/pull/1770 * cmd/atlas/internal/cmdapi: flavor as build flag by @​masseelch in https://github.com/ariga/atlas/pull/1772 * sql/sqlite: migrate table options by @​noamcattan in https://github.com/ariga/atlas/pull/1769 * sql/sqlite: table options diff by @​noamcattan in https://github.com/ariga/atlas/pull/1773 * sql/postgres: add migrate change stubs by @​a8m in https://github.com/ariga/atlas/pull/1774 * sql/postgres: fix broken tests in internal repo by @​a8m in https://github.com/ariga/atlas/pull/1777 * ci: run revisions test only on schema change by @​masseelch in https://github.com/ariga/atlas/pull/1778 * web/inspect-visualize by @​dimagreat in https://github.com/ariga/atlas/pull/1779 * internal/integration: add test script for sqlite table options by @​noamcattan in https://github.com/ariga/atlas/pull/1784 * sql/postgres: handle enums as top-level objects by @​a8m in https://github.com/ariga/atlas/pull/1787 * sql/postgres: support diffing objects by @​a8m in https://github.com/ariga/atlas/pull/1789 * sql/mysql: support reordering tidb changes by their deps by @​a8m in https://github.com/ariga/atlas/pull/1792 * sql/postgres: remove views inspection from tests by @​a8m in https://github.com/ariga/atlas/pull/1793 * doc/md: updated gorm guide by @​rotemtam in https://github.com/ariga/atlas/pull/1795 * doc/website/blog: external schemas blog by @​rotemtam in https://github.com/ariga/atlas/pull/1799 * doc: initial changes to atlas schema options by @​a8m in https://github.com/ariga/atlas/pull/1800 * sql/mssql: initial package to resolve import doesn't exist by @​giautm in https://github.com/ariga/atlas/pull/1802 * cmd/atlas/internal/cmdapi: remove dead code and export log colors by @​masseelch in https://github.com/ariga/atlas/pull/1804 * ci: set ENV for test-script job by @​giautm in https://github.com/ariga/atlas/pull/1808 * cmd/atlas/internal: ensure dev-url is required in statereader by @​a8m in https://github.com/ariga/atlas/pull/1810 * doc/md: argo cd guide by @​rotemtam in https://github.com/ariga/atlas/pull/1807 * doc: add external schema to sidebar by @​a8m in https://github.com/ariga/atlas/pull/1809 * schemahcl: count nested locals as edges when traversing references by @​a8m in https://github.com/ariga/atlas/pull/1811 * schemahcl: skip evaluating non-referenced data-source by @​a8m in https://github.com/ariga/atlas/pull/1812 * internal/integration: skip inspecting views on integration tests by @​a8m in https://github.com/ariga/atlas/pull/1813 * doc/md/integrations: operator support versioned migration by @​datdao in https://github.com/ariga/atlas/pull/1749 * sql/sqlspec: marshal view dependencies by @​a8m in https://github.com/ariga/atlas/pull/1814 * doc/website/blog: announcing the atlas operator versioned flow by @​rotemtam in https://github.com/ariga/atlas/pull/1815 * sql/postgres: unmarshal views with their dependencies by @​a8m in https://github.com/ariga/atlas/pull/1816 * schemahcl: fix panic in Type method by @​ronenlu in https://github.com/ariga/atlas/pull/1817 * doc: replace mascot by @​a8m in https://github.com/ariga/atlas/pull/1818 * cmd/atlas: create context per flavor by @​masseelch in https://github.com/ariga/atlas/pull/1821 * website: replace favicon by @​a8m in https://github.com/ariga/atlas/pull/1822 * cmd/atlas: spin up a dev-database only if the target requires it by @​a8m in https://github.com/ariga/atlas/pull/1823 * cmd/atlas/internal: txmode for schema apply by @​a8m in https://github.com/ariga/atlas/pull/1824 * doc/md: cloud docs by @​rotemtam in https://github.com/ariga/atlas/pull/1826 * cmd/atlas/internal/cmdapi: allow to run cmd in test with context by @​masseelch in https://github.com/ariga/atlas/pull/1827 * sql/postgres: support schema comments by @​a8m in https://github.com/ariga/atlas/pull/1828 * doc: add links to schema pages by @​a8m in https://github.com/ariga/atlas/pull/1829 * website: getting started doc by @​a8m in https://github.com/ariga/atlas/pull/1831 * sql: remove mssql stubs until it is released by @​a8m in https://github.com/ariga/atlas/pull/1833 * sql/postgres: diff views stubs by @​a8m in https://github.com/ariga/atlas/pull/1832 * schemahcl: add helper/debug print function by @​a8m in https://github.com/ariga/atlas/pull/1834 * doc/website: update upcoming events by @​shani-a in https://github.com/ariga/atlas/pull/1835 * sql/internal/sqlx: oss stubs by @​a8m in https://github.com/ariga/atlas/pull/1836 * sql/postgres: move resource drop to the end of the planning by @​a8m in https://github.com/ariga/atlas/pull/1837 * sql/postgres: views should be created with new schemas by @​a8m in https://github.com/ariga/atlas/pull/1838 * sql/sqlite: normalize generated index names before comparing loaded schemas by @​a8m in https://github.com/ariga/atlas/pull/1839 * schemahcl: allow reference blocks in template expressions by @​a8m in https://github.com/ariga/atlas/pull/1840 * internal/integration: support running testsciprt in ent builds by @​a8m in https://github.com/ariga/atlas/pull/1844 * internal/integration: add build flags to cli tests by @​masseelch in https://github.com/ariga/atlas/pull/1845 * internal/integration: build testscript cli once by @​masseelch in https://github.com/ariga/atlas/pull/1846 * doc/md/guides: automatic migration planning for beego by @​rotemtam in https://github.com/ariga/atlas/pull/1843 * sql/mysql: implement unmarshal spec for views by @​a8m in https://github.com/ariga/atlas/pull/1847 * sql/sqlite: implement unmarshal spec for views by @​a8m in https://github.com/ariga/atlas/pull/1848 * cmd/atlas/cmdext: allow using empty schema hcl files by @​a8m in https://github.com/ariga/atlas/pull/1849 * cmd/atlas/internal/cmdapi: small comment cleanup by @​masseelch in https://github.com/ariga/atlas/pull/1850 * cmd/atlas: support for quoted identifiers in concurrent index creation by @​a8m in https://github.com/ariga/atlas/pull/1852 * cmd/atlas: create state dir if not exists by @​rotemtam in https://github.com/ariga/atlas/pull/1853 * sql/mysql: add stubs for views inspection by @​a8m in https://github.com/ariga/atlas/pull/1854 * internal/integration: exclude view inspection in community builds by @​a8m in https://github.com/ariga/atlas/pull/1855 * website: update favicon by @​a8m in https://github.com/ariga/atlas/pull/1856 * cmd/md/components: update manual installation instructions by @​masseelch in https://github.com/ariga/atlas/pull/1857 * sql/postgres: skip comparing default public schema comments by @​a8m in https://github.com/ariga/atlas/pull/1863 * sql/sqlx: add TableResource and Quote helpers by @​giautm in https://github.com/ariga/atlas/pull/1861 * sql/sqlx: quote Ident opening/closing by @​giautm in https://github.com/ariga/atlas/pull/1864 * internal/integration: add test case for migrate diff against ent/schema by @​a8m in https://github.com/ariga/atlas/pull/1866 * doc/website: remove hashitalks + update k8s event link by @​shani-a in https://github.com/ariga/atlas/pull/1865 * integration: add create command for testscript by @​giautm in https://github.com/ariga/atlas/pull/1867 * integration: use testing.T from Env to add Cleanup method by @​giautm in https://github.com/ariga/atlas/pull/1869 * sql/internal/specutil: support marshaling qualified views by @​a8m in https://github.com/ariga/atlas/pull/1871 * sql/postgres: add test case for qualified depends_on references by @​a8m in https://github.com/ariga/atlas/pull/1872 * sql/mysql: store schema name in driver by @​a8m in https://github.com/ariga/atlas/pull/1873 * sql: share the same conn between schema interfaces by @​a8m in https://github.com/ariga/atlas/pull/1875 * atlas/src: update k8s webinar date by @​shani-a in https://github.com/ariga/atlas/pull/1874 * website: k8s webinar announcement bar by @​rotemtam in https://github.com/ariga/atlas/pull/1876 * web/projects-amount-prop by @​dimagreat in https://github.com/ariga/atlas/pull/1868 * schemahcl: add tf function for simple reading files by @​a8m in https://github.com/ariga/atlas/pull/1878 * doc/website/blog: bridging the gap blogpost by @​rotemtam in https://github.com/ariga/atlas/pull/1879 * doc/guides: template directories by @​a8m in https://github.com/ariga/atlas/pull/1882 * chore: goimports -w . by @​sashamelentyev in https://github.com/ariga/atlas/pull/1880 * sql/mysql/mysqlversion: update information_schema charset/collate info by @​a8m in https://github.com/ariga/atlas/pull/1883 * doc/website: update utm tags to k8s event by @​shani-a in https://github.com/ariga/atlas/pull/1884 * sql/mysql/internal/mysqlversion: fetch collation/collate defaults from information_schema if possible by @​a8m in https://github.com/ariga/atlas/pull/1885 * sql/sqlite: add stubs for views operations by @​a8m in https://github.com/ariga/atlas/pull/1886 * sql/internal/sqlx: shared view trim function by @​a8m in https://github.com/ariga/atlas/pull/1888 * internal/migrate: fixed path on Windows by @​giautm in https://github.com/ariga/atlas/pull/1889 * sql/sqlite: delete views in snapshot by @​a8m in https://github.com/ariga/atlas/pull/1890 * sql/mysql: inspect fulltext index parsers by @​a8m in https://github.com/ariga/atlas/pull/1893 * doc/hcl: add fulltext index parser option by @​a8m in https://github.com/ariga/atlas/pull/1895 * cmd/atlas/internal/cmdapi: allow extension of schema command by @​masseelch in https://github.com/ariga/atlas/pull/1897 * sql: stubs and codec for view check options by @​a8m in https://github.com/ariga/atlas/pull/1898 * cmd/atlas: apply only revisions-table changes on automatic migration by @​a8m in https://github.com/ariga/atlas/pull/1900 * doc: add ORM to list of desired schemas by @​a8m in https://github.com/ariga/atlas/pull/1901 * cmd/atlas: export marshalSQL function by @​ronenlu in https://github.com/ariga/atlas/pull/1903 * cmd/atlas: update ariga.io/atlas by @​a8m in https://github.com/ariga/atlas/pull/1902 * cmd/atlas/internal: allow extension of migrate command by @​ronenlu in https://github.com/ariga/atlas/pull/1904 * Revert "cmd/atlas/internal: allow extension of migrate command (#​1904)" by @​ronenlu in https://github.com/ariga/atlas/pull/1905 * cmd/atlas/internal: add function to return schema cmd with flags by @​ronenlu in https://github.com/ariga/atlas/pull/1906 * cmd/atlas: deep copy flags when switching envs by @​a8m in https://github.com/ariga/atlas/pull/1907 * cmd/atlas: go work sync by @​masseelch in https://github.com/ariga/atlas/pull/1908 * atlas/cmdapi: decouple EntRevision from cmdapi by @​giautm in https://github.com/ariga/atlas/pull/1911 * schema: support UnderlyingExpr expr by @​giautm in https://github.com/ariga/atlas/pull/1910 * schemahcl: merge options and constructor files by @​a8m in https://github.com/ariga/atlas/pull/1912 * cmdapi: use migrate.ErrRevisionNotExist to check empty version by @​giautm in https://github.com/ariga/atlas/pull/1913 * migrate: use RRW from the driver if it supports by @​giautm in https://github.com/ariga/atlas/pull/1915 * cmd/atlas/internal: export marshalSQL function for schema diff by @​ronenlu in https://github.com/ariga/atlas/pull/1916 * cmd/atlas/internal: add current and desire realms to SchemaDiff data by @​ronenlu in https://github.com/ariga/atlas/pull/1917 * doc/md/integrations: update k8s operator docs by @​rotemtam in https://github.com/ariga/atlas/pull/1918 * docs/md: updating github actions page by @​rotemtam in https://github.com/ariga/atlas/pull/1919 * doc/md: update golang migrate guide by @​rotemtam in https://github.com/ariga/atlas/pull/1921 * schemahcl: add basic schema validator option by @​a8m in https://github.com/ariga/atlas/pull/1923 * schemahcl: validate body in schema validator by @​a8m in https://github.com/ariga/atlas/pull/1925 * doc/md/cloud: update the images for creating-bots doc by @​solomonme in https://github.com/ariga/atlas/pull/1926 * sql/mysql: minor changes to allow extending spec options by @​a8m in https://github.com/ariga/atlas/pull/1927 * internal/integration: set homedir to workdir for script tests by @​noamcattan in https://github.com/ariga/atlas/pull/1928 * sql: allow extending sqlite and postgres schema by @​a8m in https://github.com/ariga/atlas/pull/1929 * internal/integration: set homedir from env for script tests by @​noamcattan in https://github.com/ariga/atlas/pull/1930 * cmd/atlas: fix migrate test by @​noamcattan in https://github.com/ariga/atlas/pull/1931 * cmd/atlas: fix migrate test by @​noamcattan in https://github.com/ariga/atlas/pull/1932 * doc/website: remove k8s webinar from upcoming event - Atlas website by @​shani-a in https://github.com/ariga/atlas/pull/1933 * cmd/atlas: replace promptui to one without datarace by @​a8m in https://github.com/ariga/atlas/pull/1934 * doc/md: small typo in projects docs by @​caioariede in https://github.com/ariga/atlas/pull/1936 * cmd/atlas: do not pass error to inspect template by @​a8m in https://github.com/ariga/atlas/pull/1938 * doc/website/blog: release v0.13.0 by @​rotemtam in https://github.com/ariga/atlas/pull/1941 * doc/md: update from template by @​rotemtam in https://github.com/ariga/atlas/pull/1943 * sql/postgres: support the NULLS [NOT] DISTINCT index attribute by @​a8m in https://github.com/ariga/atlas/pull/1942 * Remove executable bits in `os.WriteFile` by @​ramikg in https://github.com/ariga/atlas/pull/1944 * cmd/atlas/internal: export cloud header setter by @​a8m in https://github.com/ariga/atlas/pull/1946 * doc: update opt-in to beta drivers by @​a8m in https://github.com/ariga/atlas/pull/1948 * doc/md: update community install guide by @​giautm in https://github.com/ariga/atlas/pull/1947 * doc/md: add custom dev url to k8s doc by @​rotemtam in https://github.com/ariga/atlas/pull/1949 * cmd/atlas: update ariga.io/atlas by @​a8m in https://github.com/ariga/atlas/pull/1950 * doc: add view to hcl schema by @​a8m in https://github.com/ariga/atlas/pull/1935

New Contributors


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 changed the title fix(deps): update module ariga.io/atlas to v0.11.0 fix(deps): update module ariga.io/atlas to v0.12.0 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from 61f4ead to d76b73c Compare June 1, 2023 13:53
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.12.0 fix(deps): update module ariga.io/atlas to v0.12.0 - autoclosed Jul 23, 2023
@renovate renovate bot closed this Jul 23, 2023
@renovate renovate bot deleted the renovate/ariga.io-atlas-0.x branch July 23, 2023 03:58
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.12.0 - autoclosed fix(deps): update module ariga.io/atlas to v0.12.0 Jul 26, 2023
@renovate renovate bot reopened this Jul 26, 2023
@renovate renovate bot restored the renovate/ariga.io-atlas-0.x branch July 26, 2023 22:34
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.12.0 fix(deps): update module ariga.io/atlas to v0.12.1 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch 2 times, most recently from cac6316 to dd6c2e2 Compare July 27, 2023 21:22
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.12.1 fix(deps): update module ariga.io/atlas to v0.13.0 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from dd6c2e2 to 89fe0dd Compare August 6, 2023 21:25
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.13.0 fix(deps): update module ariga.io/atlas to v0.13.1 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from 89fe0dd to bc76f4e Compare August 8, 2023 12:26
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.13.1 fix(deps): update module ariga.io/atlas to v0.13.2 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch 2 times, most recently from a7ba11f to 06791cd Compare August 27, 2023 22:31
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.13.2 fix(deps): update module ariga.io/atlas to v0.13.3 Aug 27, 2023
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.13.3 fix(deps): update module ariga.io/atlas to v0.14.0 Sep 3, 2023
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from 06791cd to edc3f5b Compare September 3, 2023 09:43
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.14.0 fix(deps): update module ariga.io/atlas to v0.14.1 Sep 21, 2023
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from edc3f5b to 94b2136 Compare September 21, 2023 13:49
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from 94b2136 to 09f1c51 Compare September 29, 2023 15:57
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.14.1 fix(deps): update module ariga.io/atlas to v0.14.2 Sep 29, 2023
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.14.2 fix(deps): update module ariga.io/atlas to v0.15.0 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from 09f1c51 to 01a3065 Compare October 24, 2023 14:22
@renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from 01a3065 to ca5c78c Compare November 16, 2023 02:22
@renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.15.0 fix(deps): update module ariga.io/atlas to v0.15.0 - autoclosed Nov 16, 2023
@renovate renovate bot closed this Nov 16, 2023
@renovate renovate bot deleted the renovate/ariga.io-atlas-0.x branch November 16, 2023 02:45
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.

0 participants