Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module ariga.io/atlas to v0.10.0 #327

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ariga.io/atlas require minor v0.9.1-0.20230119145809-92243f7c55cb -> v0.10.0

Release Notes

ariga/atlas

v0.10.0

Compare Source

We are excited to share the v0.10.0 release! 🎊

It's been two months since v0.9.0, and it's time to release a new version and share with you what we've accomplished so far, as well as what's to come in the upcoming weeks. Besides the many improvements and bug fixes in v0.10.0, we added two major integrations to Atlas that we want to share with you: schema loaders and cloud-based migration linting.

Read the full announcement on Atlas blog

Quick installation

macOS + Linux:

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

Homebrew:

brew install ariga/tap/atlas

Docker:

docker pull arigaio/atlas
Windows

Download

What's Changed
Commits
  • cmd/atlas: update ariga.io/atlas by @​a8m in https://github.com/ariga/atlas/pull/1391
  • sql/sqlclient: improve url/opener error by @​a8m in https://github.com/ariga/atlas/pull/1392
  • sql/postgres: clear enum types after replaying migrations directory by @​a8m in https://github.com/ariga/atlas/pull/1393
  • cmd/atlas: improve 'atlas migrate set' command by @​a8m in https://github.com/ariga/atlas/pull/1395
  • doc: add examples for down migrations by @​a8m in https://github.com/ariga/atlas/pull/1396
  • doc/md/guides: Add article about functional indexes in MySQL by @​priteshtm in https://github.com/ariga/atlas/pull/1389
  • doc/md/cloud/getting-started: update multi tenancy content by @​shani-a in https://github.com/ariga/atlas/pull/1386
  • doc/md: sqlc guide (declarative) by @​crossworth in https://github.com/ariga/atlas/pull/1394
  • doc/md: adds more examples for the sqlc declarative guide by @​crossworth in https://github.com/ariga/atlas/pull/1399
  • website: add newsletter icon & link by @​shani-a in https://github.com/ariga/atlas/pull/1400
  • schemahcl: add url un/escape functions by @​a8m in https://github.com/ariga/atlas/pull/1401
  • sql: add support for diffing primary-key changes by @​a8m in https://github.com/ariga/atlas/pull/1402
  • sql/mysql: support planning pk changes by @​a8m in https://github.com/ariga/atlas/pull/1403
  • sql/mysql: DROP and ADD primary key on the same command by @​a8m in https://github.com/ariga/atlas/pull/1404
  • doc/md/guides/mysql: Add article about prefix indexes by @​priteshtm in https://github.com/ariga/atlas/pull/1397
  • sql/postgres: support planning primary-key changes by @​a8m in https://github.com/ariga/atlas/pull/1406
  • doc/md: sqlc guide (versioned) by @​crossworth in https://github.com/ariga/atlas/pull/1398
  • sql/postgres: use the database to compare expressions only by @​a8m in https://github.com/ariga/atlas/pull/1409
  • doc/md: ecs fargate guide by @​rotemtam in https://github.com/ariga/atlas/pull/1408
  • sql/mysql: respect the lower_case_table_names sysvar on table search by @​a8m in https://github.com/ariga/atlas/pull/1410
  • sql/internal/sqlx: patch non-identical table names in lcmode by @​a8m in https://github.com/ariga/atlas/pull/1411
  • doc: add youtube footer link by @​rotemtam in https://github.com/ariga/atlas/pull/1413
  • doc/website: Remove newsletter icon from front page by @​shani-a in https://github.com/ariga/atlas/pull/1419
  • doc/website: update links to Atlas Cloud by @​hilakashai in https://github.com/ariga/atlas/pull/1420
  • sql/postgres: disable locking capability in crdb mode by @​a8m in https://github.com/ariga/atlas/pull/1421
  • doc/website: changing banner content to newsletter subscription by @​shani-a in https://github.com/ariga/atlas/pull/1422
  • sql/migrate: support reading file directives by @​a8m in https://github.com/ariga/atlas/pull/1423
  • Update docusaurus.config.js by @​shani-a in https://github.com/ariga/atlas/pull/1425
  • Doc/md/guides/mysql: Add doc about CHECK constraint by @​priteshtm in https://github.com/ariga/atlas/pull/1416
  • Merge https://github.com/ariga/atlas/pull/1418 by @​a8m in https://github.com/ariga/atlas/pull/1426
  • docs: fix typo in golang-migrate by @​CanRau in https://github.com/ariga/atlas/pull/1427
  • cmd/atlas/internal: support file-level nolint directives by @​a8m in https://github.com/ariga/atlas/pull/1430
  • cmd/atlas: add support for txmode in file directives by @​a8m in https://github.com/ariga/atlas/pull/1432
  • doc/md: update cloud screenshots by @​hilakashai in https://github.com/ariga/atlas/pull/1433
  • sql/mysql: unquote timestamp default values on diff by @​a8m in https://github.com/ariga/atlas/pull/1437
  • sql/migrate: MemDir will now only return sql files and respect a chec… by @​masseelch in https://github.com/ariga/atlas/pull/1438
  • sql/migrate: allow overriding migrate.Validate by @​masseelch in https://github.com/ariga/atlas/pull/1442
  • sql/postgres: add internal and special types by @​a8m in https://github.com/ariga/atlas/pull/1443
  • doc/md: updating getting started instruction from tokens to CI bot by @​shani-a in https://github.com/ariga/atlas/pull/1439
  • internal/integration: tests postgres internal types by @​a8m in https://github.com/ariga/atlas/pull/1446
  • sql/sqlite: support reading index part with expressions by @​a8m in https://github.com/ariga/atlas/pull/1447
  • sql/sqlite: add uint64 to sqlspec types by @​a8m in https://github.com/ariga/atlas/pull/1452
  • doc/md/declarative: add doc for declarative migrations with single schemas (HCL) by @​priteshtm in https://github.com/ariga/atlas/pull/1451
  • sql/migrate: accept nil values in CheckClean by @​masseelch in https://github.com/ariga/atlas/pull/1455
  • sql/migrate: ensure consistency of NotCleanError by @​blukai in https://github.com/ariga/atlas/pull/1454
  • cmd/atlas: update ariga.io/atlas by @​a8m in https://github.com/ariga/atlas/pull/1457
  • cmd/atlas: create directory in 'migrate new' if it does not exist by @​a8m in https://github.com/ariga/atlas/pull/1458
  • cmd/atlas: allow using ent/schemas as desired states by @​a8m in https://github.com/ariga/atlas/pull/1459
  • cmd/atlas: support sqltool formatters in ent extension by @​a8m in https://github.com/ariga/atlas/pull/1460
  • doc/md/declarative: add doc about SQL declarative migrations for a single MySQL schema by @​priteshtm in https://github.com/ariga/atlas/pull/1453
  • cmd/atlas: print ErrNoPlan message when cmdext.MigrateDiff is executed by @​a8m in https://github.com/ariga/atlas/pull/1462
  • sql/migrate: fix validate logic with empty directory by @​giautm in https://github.com/ariga/atlas/pull/1463
  • cmd/lint: fixed atlas.sum report on empty dir by @​giautm in https://github.com/ariga/atlas/pull/1464
  • sql/migrate: small refactor and test changes by @​a8m in https://github.com/ariga/atlas/pull/1466
  • cmd/atlas: experiment function for running lint by @​a8m in https://github.com/ariga/atlas/pull/1467
  • doc/versioned: add all drivers to migrate apply by @​a8m in https://github.com/ariga/atlas/pull/1470
  • doc/md: Add getting started docs for declarative migrations by @​a8m in https://github.com/ariga/atlas/pull/1473
  • doc/website: new front page design by @​dimagreat in https://github.com/ariga/atlas/pull/1468
  • atlas/x: ignore SilentError by @​giautm in https://github.com/ariga/atlas/pull/1475
  • Revert "doc/website: new front page design" by @​rotemtam in https://github.com/ariga/atlas/pull/1477
  • schemahcl: limit type variables scope to specific location by @​a8m in https://github.com/ariga/atlas/pull/1478
  • cmd/atlas/internal: add an HCL reference to the --env name by @​a8m in https://github.com/ariga/atlas/pull/1479
  • atlas/lint: change Result to FileReport by @​giautm in https://github.com/ariga/atlas/pull/1481
  • cmd/atlas: add support for template_dir by @​a8m in https://github.com/ariga/atlas/pull/1480
  • doc: add template_dir data source by @​a8m in https://github.com/ariga/atlas/pull/1482
  • doc/md/guides: Add docs for functional and descending indexes in PostgreSQL and SQLite by @​a8m in https://github.com/ariga/atlas/pull/1486
  • doc: baseline migration + dev database by @​a8m in https://github.com/ariga/atlas/pull/1488
  • cmd/atlas: unnamed env blocks by @​a8m in https://github.com/ariga/atlas/pull/1489
  • cmd/atlas: update ariga.io/atlas by @​a8m in https://github.com/ariga/atlas/pull/1491
  • sql/migrate: archive and unarchive dir by @​rotemtam in https://github.com/ariga/atlas/pull/1492
  • feat/atlas react website by @​dimagreat in https://github.com/ariga/atlas/pull/1490
  • cmd/atlas/internal/cloudapi: cloud client by @​rotemtam in https://github.com/ariga/atlas/pull/1493
  • sql: support planning with indentation by @​a8m in https://github.com/ariga/atlas/pull/1494
  • bugfix/website-header-link by @​dimagreat in https://github.com/ariga/atlas/pull/1497
  • doc/md/integrations: minor fixes to gh actions doc by @​rotemtam in https://github.com/ariga/atlas/pull/1499
  • cmd/atlas: rename --log to --format by @​a8m in https://github.com/ariga/atlas/pull/1500
  • cmd/atlas: add --format to both schema and migrate diff by @​a8m in https://github.com/ariga/atlas/pull/1504
  • doc/md: guide on testing with github actions by @​rotemtam in https://github.com/ariga/atlas/pull/1502
  • cmd/atlas: pass indentation info to ext diff by @​a8m in https://github.com/ariga/atlas/pull/1506
  • schemahcl: add support for init blocks by @​a8m in https://github.com/ariga/atlas/pull/1507
  • cmd/atlas: add drop column and drop index to entloader by @​giautm in https://github.com/ariga/atlas/pull/1508
  • atlas/cmd/internal/cmdext: remote_dir data source by @​rotemtam in https://github.com/ariga/atlas/pull/1496
  • sql/postgres: clean enums on table drop by @​a8m in https://github.com/ariga/atlas/pull/1510
  • cmd/atlas/internal: remote dir tags by @​rotemtam in https://github.com/ariga/atlas/pull/1513
  • sql/postgres: drop tables with CASCADE on cleanup by @​a8m in https://github.com/ariga/atlas/pull/1515
  • cmd/atlas/internal: add sumfile to remotedir memdir by @​rotemtam in https://github.com/ariga/atlas/pull/1514
  • sql/sqlcheck: add backwards-incompatible checks by @​a8m in https://github.com/ariga/atlas/pull/1511
  • sql/sqlite/sqlitecheck: add backwards-incompatible checks by @​a8m in https://github.com/ariga/atlas/pull/1516
  • doc: add bc checks by @​a8m in https://github.com/ariga/atlas/pull/1518
  • sql/postgres: accept sequence quoted as identifiers by @​a8m in https://github.com/ariga/atlas/pull/1521
  • cmd/atlas: simplify gql client by @​a8m in https://github.com/ariga/atlas/pull/1522
  • go: update golang.org/x/text and golang.org/x/net to latest by @​a8m in https://github.com/ariga/atlas/pull/1525
  • Update image.md by @​michaelcaulley in https://github.com/ariga/atlas/pull/1531
  • make a string lower before doing the string comparison by @​markdessain in https://github.com/ariga/atlas/pull/1526
  • cmd/atlas: update ariga.io/atlas by @​a8m in https://github.com/ariga/atlas/pull/1532
  • New Contributors

    Full Changelog: ariga/atlas@v0.9.0...v0.10.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 2bedb10 to 495ca5e Compare March 7, 2023 11:23
    @renovate renovate bot changed the title fix(deps): update module ariga.io/atlas to v0.9.1 fix(deps): update module ariga.io/atlas to v0.10.0 Mar 15, 2023
    @renovate renovate bot force-pushed the renovate/ariga.io-atlas-0.x branch from 495ca5e to 26f4318 Compare March 15, 2023 22:25
    @hay-kot hay-kot merged commit 90cbb9b into main Mar 21, 2023
    @renovate renovate bot deleted the renovate/ariga.io-atlas-0.x branch March 21, 2023 02:43
    OrellBuehler pushed a commit to thechosenlan/homebox that referenced this pull request Jun 24, 2023
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    None yet

    1 participant