Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 14, 2022

Bumps github.com/pressly/goose/v3 from 3.5.3 to 3.7.0.

Release notes

Sourced from github.com/pressly/goose/v3's releases.

v3.7.0

Changelog

  • 45a192fa308b54fe324ac8bf9868d34d577be235: Add a credit notation for Gopher image in README (#375) (@​ryokotmng)
  • 4826c0313b181c339a4be3008341cc11015d18ec: Bump github.com/ClickHouse/clickhouse-go/v2 from 2.1.0 to 2.2.0 (#377) (@​dependabot[bot])
  • 8abd890d06412e899314e96b23b91ed1350eeddd: Exit with error 1 without required arguments (#399) (@​el4v)
  • 7792d04aae3ac1732b5ed0d49930ff1e5cc99a43: Update GH workflow to include go version 1.19.0-rc.1 (#381) (@​mfridman)
  • 2278d75a8657c9f9a9661d0b8d99e8b219e1a358: Upgrade direct and indirect deps (#391) (@​mfridman)
  • 0a729707373536519a3aef3d3a4d0c4d4ced5766: logger: add nop logger (#384) (@​mfridman)
  • 496d7cdf15e0d08f07763466cfbeb5aeed0d328f: parser: preserve empty lines in SQL statements (#372) (@​iktakahiro)
  • bc72e7863c9635de654f05f966d603a291e4955b: postgres: switch from lib/pq to jackc/pgx (#382) (@​craigpastro)

v3.6.1

Changelog

  • bfd4286c0fda61ce69e54a272fdf90e72b301aa5: Fix example index out of range error (#368) (@​slavick)
  • f3d569f61bc677350e34ae36f825ca103e526857: Remove pkg/errors in favor of std lib (#373, #328) (@​oussama4)
  • 4ec294d599fb81b1f0f4cb6682587492de1188dd: clickhouse: remove hard-coded verb in dialect (#370) (@​mfridman)
  • d04c088d096a40cce3e20a30b286aacc957ac9f2: e2e: move db container helpers to internal/testdb (#371) (@​mfridman)

v3.6.0

Breaking change

The ClickHouse driver has been upgraded from /v1 to /v2. See comment here and a short blog post.

See comment here for new format: pressly/goose#369

Changelog

  • 1311a0eb134faa3ad19b6d9f4118e4910b4f400b: Add GOOSE_MIGRATION_DIR env variable (#337) (@​mfridman)
  • b7c7a8dc0f0987f7f47927e44b0291ef612264f4: Add gofmt formatting check to CI (@​mfridman)
  • b51d50131bc6de3d7d2d364b534e9893fe5b61d7: Add goose init command (#313) (@​mfridman)
  • 8d29bfcbba20d4311abc6ef01cdbc85d5d31a758: Bump goreleaser/goreleaser-action from 2 to 3 (#357) (@​dependabot[bot])
  • 0995b6908a3f002452766155858b640fbb1df4f4: Bump modernc.org/sqlite from 1.14.8 to 1.15.4 (#326) (@​dependabot[bot])
  • 8f53c35cc42851557e7d62a637bae17765221930: Bump modernc.org/sqlite from 1.15.4 to 1.16.0 (#327) (@​dependabot[bot])
  • b44efc3a961c5c8be1876ba296f0ea6c7ef8cfdb: Bump modernc.org/sqlite from 1.16.0 to 1.17.0 (#342) (@​dependabot[bot])
  • b1fc11adb346af1679f5c5154624374b431e853b: Cleanup go modules (@​mfridman)
  • 630ef77c338efdb4018d690edf33d5c283689b73: DownTo returns error if no matching migration file is found (#314) (@​Schparky)
  • fbd200be157bab45ffb676ba28f20f429a12de29: Fix misspelling in README.md (#323) (@​jsanc623)
  • c05d3375c88830a18e25a6b1ed8a1c770d5dc527: Fixing clickhouse dialect placeholders (#333) (@​kafkiansky)
  • 33487e40af7ae91cca46cef1f80bfb63c392e909: Make NumericComponent errors more understandable (#334) (@​zealws)
  • e7c5f69f48eb41e96e680f21a4252f0e26ac7128: Periodic output for long running migrations (#364) (@​nikitacrit)
  • 4a10c2c400c8b84bf09f5c346d8dfa969f5fabbe: Remove matryer/is replace with simple internal lib (#356) (@​mfridman)
  • 205faf5cd314dcc76f2687bac7cfe0534a4bd5a9: Update CI to support go1.18 (#320) (@​mfridman)
  • 5cb7ab673d7cb8722170e63d9b2f351a57bd398c: Update README.md (#316) (@​fwielstra)
  • dc83fe7e30ab6c251fbf07112394198e10130e28: Update go dependencies (@​mfridman)
  • 6fc031a28ae1ea5c72fa082a4009b851207d369a: Update ory/dockertest dependency (#330) (@​nadinelyab)
  • e8d93a07346417d93c09ca993b41c94ed5bdb8f9: clickhouse: Fixed get db version query (#240) (@​chapsuk)
  • 1b45f3781e837aa877bdb7cf01898dddb048204d: e2e: add clickhouse and update v2 (#369) (@​mfridman)
Commits
  • 8abd890 Exit with error 1 without required arguments (#399)
  • 2278d75 Upgrade direct and indirect deps (#391)
  • 0a72970 logger: add nop logger (#384)
  • 496d7cd parser: preserve empty lines in SQL statements (#372)
  • bc72e78 postgres: switch from lib/pq to jackc/pgx (#382)
  • 7792d04 Update GH workflow to include go version 1.19.0-rc.1 (#381)
  • 45a192f Add a credit notation for Gopher image in README (#375)
  • 4826c03 Bump github.com/ClickHouse/clickhouse-go/v2 from 2.1.0 to 2.2.0 (#377)
  • f3d569f Remove pkg/errors in favor of std lib (#373)
  • d04c088 e2e: move db container helpers to internal/testdb (#371)
  • 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 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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 14, 2022
@dependabot dependabot bot temporarily deployed to integration September 14, 2022 03:06 Inactive
@dependabot dependabot bot temporarily deployed to integration September 14, 2022 03:30 Inactive
Bumps [github.com/pressly/goose/v3](https://github.com/pressly/goose) from 3.5.3 to 3.7.0.
- [Release notes](https://github.com/pressly/goose/releases)
- [Changelog](https://github.com/pressly/goose/blob/master/.goreleaser.yml)
- [Commits](pressly/goose@v3.5.3...v3.7.0)

---
updated-dependencies:
- dependency-name: github.com/pressly/goose/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/pressly/goose/v3-3.7.0 branch from faa1e4b to ecadc44 Compare September 20, 2022 18:50
@dependabot dependabot bot temporarily deployed to integration September 20, 2022 18:50 Inactive
@dependabot dependabot bot temporarily deployed to integration September 20, 2022 18:50 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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