Update migrate/migrate Docker tag to v4.15.0 #358
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.13.0
->v4.15.0
Release Notes
golang-migrate/migrate
v4.15.0
Compare Source
Breaking Changes
migrate
binary changed from/usr/local/bin/migrate
to/usr/bin/migrate
migrate
with postgres, you need to ensure that no migrations are currently running and no old versions of migrate will run at the same time as new versions. The inputs for generating the advisory lock changed so this version will lock with a different key than previous versions.Changes
Builds
Source Drivers
Database Drivers
ROW DELETION POLICY
,ALTER DATABASE
and parsing keywords and functions in case insensitiveCLI
-all
flag usage fromdrop
todown
(#522) by @JuneezeeDocs
v4.14.1
Compare Source
Changes
Source Drivers
go mod tidy
. Thanks to @zikaeroh for reporting the issue (#480) and @johejo for the revert PR (#481)v4.14.0
Compare Source
Changes
Source Drivers
go:embed
(https://github.com/golang/go/issues/41191)Database Drivers
ANSI
orANSI_QUOTES
sql_mode
(https://github.com/golang-migrate/migrate/issues/475) thanks to @MacTynow (https://github.com/golang-migrate/migrate/pull/476)drop
thanks to @hypnoglow (https://github.com/golang-migrate/migrate/pull/456)CLI
-h
) to everymigrate
command thanks to @yageek (https://github.com/golang-migrate/migrate/pull/460)Docs
migrate
viago get
from within a module fixing https://github.com/golang-migrate/migrate/pull/257search_path
issues thanks to @veger (https://github.com/golang-migrate/migrate/pull/414)-f
option for the drop command thanks to @neomantra (https://github.com/golang-migrate/migrate/pull/459)Configuration
📅 Schedule: "every weekend" (UTC).
🚦 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.