-
Notifications
You must be signed in to change notification settings - Fork 320
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
Upgrade Flywaydb to v7.6.0 #1974
Upgrade Flywaydb to v7.6.0 #1974
Conversation
Signed-off-by: Dakshin Karthikeyan <[email protected]>
caee583
to
a821bd2
Compare
Codecov Report
@@ Coverage Diff @@
## main #1974 +/- ##
=========================================
Coverage 78.23% 78.23%
Complexity 955 955
=========================================
Files 194 194
Lines 5292 5293 +1
Branches 420 420
=========================================
+ Hits 4140 4141 +1
Misses 706 706
Partials 446 446
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
I'm not sure if this change needs an entry in |
@@ -8,6 +8,10 @@ | |||
* Enable pod specific annotations in Marquez Helm Chart via `marquez.podAnnotations` [@wslulciuc](https://github.com/wslulciuc) | |||
* Add support for job renaming/redirection via symlink [@collado-mike](https://github.com/collado-mike) | |||
|
|||
### Changed | |||
|
|||
* Upgrade Flyway to v7.6.0 [@dakshin-k](https://github.com/dakshin-k) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @dakshin-k for getting Marquez on the latest and greatest of flyway 💯 🥇
Problem
Flywaydb changed the public migrate API to return an object instead of a raw integer. This updates the migration script to use the new API.
Closes: #1052
Solution
Incorporated the API change and bumped the Flyway version in
api/build.gradle
.Checklist
CHANGELOG.md
with details about your change under the "Unreleased" section (if relevant, depending on the change, this may not be necessary).sql
database schema migration according to Flyway's naming convention (if relevant)