chore(deps): update module github.com/golang-migrate/migrate/v4 to v4.17.0 #87

Merged
CSRBot merged 1 commits from renovate/github.com-golang-migrate-migrate-v4-4.x into master 2023-12-20 23:15:23 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/golang-migrate/migrate/v4 require minor v4.16.2 -> v4.17.0

Release Notes

golang-migrate/migrate (github.com/golang-migrate/migrate/v4)

v4.17.0

Compare Source

Changelog

  • cf03803 Add rqlite 8.0.0 to tested database versions
  • 12968a7 Add syntax highlighting to Postgres example
  • 50112e7 Add to clickhouse README.md database creation
  • 5ded96d Bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • c3ebd52 Bump google.golang.org/grpc from 1.55.0 to 1.56.3
  • 5026488 Clean up require directive grouping
  • 3b02b18 Correct a spelling mistake
  • cd17c5a Drop support for Go 1.19 and add support for Go 1.21
  • 839421e Leverage quoteIdentifier from pgx
  • bad30b5 Mention migradaptor
  • fb22436 Merge remote-tracking branch 'origin/master' into upgrade-spanner
  • bfedabb Merge remote-tracking branch 'upstream/master'
  • 92dec35 Move supported go version to standard place
  • 4078ef8 New release prep
  • 9fe7383 Quote in drop as well
  • 691f687 Reformat ScyllaDB/Cassandra docs
  • 90a3ac4 Remove cluster adaptation for tables to pass tests
  • 64755d0 Update README.md
  • f2c4b52 Update aws-sdk-go from v1.44.301 to v1.49.6
  • 876a13d Update aws-sdk-go to adress vulerabilitiy
  • b567287 Update from alpine 3.18 to 3.19
  • f2e0b33 Update lib/pq to fix cert permissions issues
  • 208ac53 Update spanner to fix security issue See also: https://github.com/golang-migrate/migrate/pull/952
  • 72957b6 Updated version of spanner to support sequences and generate uuid
  • 7d03609 add 8.11 and 8.12 versions and remove debug logging
  • 7a72550 add tests for scylladb. add scylladb to docs
  • 90273fe clickhouse: Quote db name in ensureVersionTable
  • 5163ac7 feature: add rqlite support
  • ee8a8e5 fix: typo
  • f8afa5a small changes to retry failed by timeout CI
  • 669437c update rqlite 8 container version to 8.0.6

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | require | minor | `v4.16.2` -> `v4.17.0` | --- ### Release Notes <details> <summary>golang-migrate/migrate (github.com/golang-migrate/migrate/v4)</summary> ### [`v4.17.0`](https://github.com/golang-migrate/migrate/releases/tag/v4.17.0) [Compare Source](https://github.com/golang-migrate/migrate/compare/v4.16.2...v4.17.0) #### Changelog - [`cf03803`](https://github.com/golang-migrate/migrate/commit/cf03803) Add rqlite 8.0.0 to tested database versions - [`12968a7`](https://github.com/golang-migrate/migrate/commit/12968a7) Add syntax highlighting to Postgres example - [`50112e7`](https://github.com/golang-migrate/migrate/commit/50112e7) Add to clickhouse README.md database creation - [`5ded96d`](https://github.com/golang-migrate/migrate/commit/5ded96d) Bump golang.org/x/crypto from 0.14.0 to 0.17.0 - [`c3ebd52`](https://github.com/golang-migrate/migrate/commit/c3ebd52) Bump google.golang.org/grpc from 1.55.0 to 1.56.3 - [`5026488`](https://github.com/golang-migrate/migrate/commit/5026488) Clean up require directive grouping - [`3b02b18`](https://github.com/golang-migrate/migrate/commit/3b02b18) Correct a spelling mistake - [`cd17c5a`](https://github.com/golang-migrate/migrate/commit/cd17c5a) Drop support for Go 1.19 and add support for Go 1.21 - [`839421e`](https://github.com/golang-migrate/migrate/commit/839421e) Leverage quoteIdentifier from pgx - [`bad30b5`](https://github.com/golang-migrate/migrate/commit/bad30b5) Mention migradaptor - [`fb22436`](https://github.com/golang-migrate/migrate/commit/fb22436) Merge remote-tracking branch 'origin/master' into upgrade-spanner - [`bfedabb`](https://github.com/golang-migrate/migrate/commit/bfedabb) Merge remote-tracking branch 'upstream/master' - [`92dec35`](https://github.com/golang-migrate/migrate/commit/92dec35) Move supported go version to standard place - [`4078ef8`](https://github.com/golang-migrate/migrate/commit/4078ef8) New release prep - [`9fe7383`](https://github.com/golang-migrate/migrate/commit/9fe7383) Quote in drop as well - [`691f687`](https://github.com/golang-migrate/migrate/commit/691f687) Reformat ScyllaDB/Cassandra docs - [`90a3ac4`](https://github.com/golang-migrate/migrate/commit/90a3ac4) Remove cluster adaptation for tables to pass tests - [`64755d0`](https://github.com/golang-migrate/migrate/commit/64755d0) Update README.md - [`f2c4b52`](https://github.com/golang-migrate/migrate/commit/f2c4b52) Update aws-sdk-go from v1.44.301 to v1.49.6 - [`876a13d`](https://github.com/golang-migrate/migrate/commit/876a13d) Update aws-sdk-go to adress vulerabilitiy - [`b567287`](https://github.com/golang-migrate/migrate/commit/b567287) Update from alpine 3.18 to 3.19 - [`f2e0b33`](https://github.com/golang-migrate/migrate/commit/f2e0b33) Update lib/pq to fix cert permissions issues - [`208ac53`](https://github.com/golang-migrate/migrate/commit/208ac53) Update spanner to fix security issue See also: https://github.com/golang-migrate/migrate/pull/952 - [`72957b6`](https://github.com/golang-migrate/migrate/commit/72957b6) Updated version of spanner to support sequences and generate uuid - [`7d03609`](https://github.com/golang-migrate/migrate/commit/7d03609) add 8.11 and 8.12 versions and remove debug logging - [`7a72550`](https://github.com/golang-migrate/migrate/commit/7a72550) add tests for scylladb. add scylladb to docs - [`90273fe`](https://github.com/golang-migrate/migrate/commit/90273fe) clickhouse: Quote db name in ensureVersionTable - [`5163ac7`](https://github.com/golang-migrate/migrate/commit/5163ac7) feature: add rqlite support - [`ee8a8e5`](https://github.com/golang-migrate/migrate/commit/ee8a8e5) fix: typo - [`f8afa5a`](https://github.com/golang-migrate/migrate/commit/f8afa5a) small changes to retry failed by timeout CI - [`669437c`](https://github.com/golang-migrate/migrate/commit/669437c) update rqlite 8 container version to 8.0.6 </details> --- ### Configuration πŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. β™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMy4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
CSRBot added 1 commit 2023-12-20 23:08:45 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
a0cf1cf57a
chore(deps): update module github.com/golang-migrate/migrate/v4 to v4.17.0
CSRBot scheduled this pull request to auto merge when all checks succeed 2023-12-20 23:08:46 +00:00
CSRBot merged commit a0cf1cf57a into master 2023-12-20 23:15:23 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: flucky/flucky#87
No description provided.