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

Update dependency org.liquibase:liquibase-maven-plugin to v4 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.liquibase:liquibase-maven-plugin (source) 3.6.1 -> 4.28.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

liquibase/liquibase (org.liquibase:liquibase-maven-plugin)

v4.28.0

Compare Source

Liquibase 4.28.0 is a major release

[!IMPORTANT]
Liquibase 4.28.0 contains several New Capabilities and Notable Enhancements for Liquibase Pro users: DATABASECHANGELOGHISTORY with Big Query, Flow file enhancements, Formatted SQL changelog enhancements, and a new --pro-strict flag
[!NOTE]
See the Liquibase 4.28.0 Release Notes for the complete set of release information.

Notable Changes
[PRO]
DATABASECHANGELOGHISTORY table with Big Query: See all changes that have been applied with Big Query
  • Liquibase uses the DATABASECHANGELOGHISTORY (DBCLH) table to record a history of all changes made to the database. Unlike the DATABASECHANGELOG table that only shows active changes, the DBCLH shows all historical changes, including those that have been rolled back, dropped, or cleared. The DBCLH is now available for Big Query users.
  • Learn more https://docs.liquibase.com/databasechangeloghistory
Flow file usage enhancements: Full strings as single variable values, and nested variables for "double-expansion"
  • Flow files have been enhanced to allow multi-part args to be expanded from a single variable. Think cmdArgs: { "${COMMAND_ARGS}" }, which allows for more dynamic customization in the flowfile operations. Similarly, variables can include variables when expanded, which will in turn be expanded before processing.
  • Learn more https://docs.liquibase.com/flow
Formatted SQL changelog enhanced with include/includeAll functionality
New --pro-strict flag: Catch missing Pro resource files early!
  • A new optional pro parameter which alerts users when specified paths to Pro resource files (flow files, checks settings files, native executor conf files, etc) or rollback scripts are missing or empty.
  • Learn more https://docs.liquibase.com/parameters/pro-strict.html
[PRO] Changelog
🤖 [PRO] Security, Driver and Other Updates
15 changes

(#​1652) Bump org.apache.groovy:groovy-all from 4.0.20 to 4.0.21 @​dependabot
(#​1673) Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 @​dependabot
(#​1700) Bump com.fasterxml.jackson.module:jackson-module-jaxb-annotations from 2.17.0 to 2.17.1 @​dependabot
(#​1701) Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 @​dependabot
(#​1710) Bump info.picocli:picocli from 4.7.5 to 4.7.6 @​dependabot
(#​1702) Bump liquibase/build-logic from 0.7.5 to 0.7.7 @​dependabot
(#​1699) Bump com.fasterxml.jackson.core:jackson-annotations from 2.17.0 to 2.17.1 @​dependabot
(#​1698) Bump com.fasterxml.jackson.core:jackson-core from 2.17.0 to 2.17.1 @​dependabot
(#​1684) Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 @​dependabot
(#​1668) Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 @​dependabot
(#​1707) Bump net.snowflake:snowflake-jdbc from 3.15.1 to 3.16.0 @​dependabot
(#​1695) Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.13 @​dependabot
(#​1690) Bump liquibase/build-logic from 0.7.2 to 0.7.5 @​dependabot
(#​1680) Bump liquibase/build-logic from 0.7.2 to 0.7.5 AI Generated Code @​dependabot
(#​1666) Bump actions/upload-artifact from 2 to 3 @​dependabot

[OSS] Changelog
💥 Breaking Changes
Changes
🚀 New Features
🐛 Bug Fixes 🛠
🤖 Security, Driver and Other Updates
33 changes
New Contributors
  • @​adaryin made their first contribution 5874

Full Changelog: liquibase/liquibase@v4.27.1...v4.28.0

Get Certified

Learn all the Liquibase fundamentals from free online courses by Liquibase experts and see how to apply them in the real world at https://learn.liquibase.com/.

Read the Documentation

Please check out and contribute to the continually improving docs, now at https://docs.liquibase.com/.

Meet the Community

Our community has built a lot. From extensions to integrations, you’ve helped make Liquibase the amazing open source project that it is today. Keep contributing to making it stronger:

Contribute code
Make doc updates
Help by asking and answering questions
Set up a chat with the Product team

Thanks to everyone who helps make the Liquibase community strong!

File Descriptions
  • Liquibase CLI -- Includes open source + commercial functionality
  • liquibase-x.y.z.tar.gz -- Archive in tar.gz format
  • liquibase-x.y.z.zip -- Archive in zip format
  • liquibase-windows-x64-installer-x.y.z.exe -- Installer for Windows
  • liquibase-macos-installer-x.y.z.dmg -- Installer for MacOS
  • Primary Libraries - For embedding in other software
    • liquibase-core-x.y.z.jar – Base Liquibase library (open source)
    • liquibase-commerical-x.y.z.jar – Additional commercial functionality
  • liquibase-additional-x.y.z.zip – Contains additional, less commonly used files
    • Additional libraries such as liquibase-maven-plugin.jar and liquibase-cdi.jar
    • Javadocs for all the libraries
    • Source archives for all the open source libraries
    • ASC/MD5/SHA1 verification hashes for all files

v4.27.0

Compare Source

Liquibase 4.27.0 contains several New Capabilities and Notable Enhancements for Liquibase Pro users: DATABASECHANGELOGHISTORY table, Quality Checks Chains, Rollback Reports
See the Liquibase 4.27.0 Release Notes for the complete set of release information.

v4.26.0

Compare Source

[!IMPORTANT]
Liquibase 4.26.0 contains several Notable Changes for Liquibase Pro users: Advanced IF conditionals, Simpler Regex-based pattern checks, and Checks Run Reports.

[!NOTE]
See the Liquibase 4.26.0 Release Notes for the complete set of release information.

v4.25.1

Compare Source

v4.25.0

Compare Source

v4.24.0

Compare Source

v4.23.2

Compare Source

v4.23.1

Compare Source

v4.23.0

Compare Source

v4.22.0

Compare Source

v4.21.1

Compare Source

v4.21.0

Compare Source

v4.20.0

Compare Source

Liquibase v4.20.0 is a patch release

API Breaking Changes

Enhancements

Security, Driver and other updates

Fixes

New Contributors

Full Changelog: liquibase/liquibase@v4.19.1...v4.20.0

Get Certified

Learn all the Liquibase fundamentals from free online courses by Liquibase experts and see how to apply them in the real world at https://learn.liquibase.com/.

Read the Documentation

Please check out and contribute to the continually improving docs, now at https://docs.liquibase.com/.

Meet the Community

Our community has built a lot. From extensions to integrations, you’ve helped make Liquibase the amazing open source project that it is today. Keep contributing to making it stronger:

Contribute code
Make doc updates
Help by asking and answering questions
Set up a chat with the Product team

Thanks to everyone who helps make the Liquibase community strong!

File Descriptions

  • Liquibase CLI -- Includes open source + commercial functionality
  • liquibase-x.y.z.tar.gz -- Archive in tar.gz format
  • liquibase-x.y.z.zip -- Archive in zip format
  • liquibase-windows-x64-installer-x.y.z.exe -- Installer for Windows
  • liquibase-macos-installer-x.y.z.dmg -- Installer for MacOS
  • Primary Libraries - For embedding in other software
    • liquibase-core-x.y.z.jar – Base Liquibase library (open source)
    • liquibase-commerical-x.y.z.jar – Additional commercial functionality
  • liquibase-additional-x.y.z.zip – Contains additional, less commonly used files
    • Additional libraries such as liquibase-maven-plugin.jar and liquibase-cdi.jar
    • Javadocs for all the libraries
    • Source archives for all the open source libraries
    • ASC/MD5/SHA1 verification hashes for all files

v4.19.1

Compare Source

Liquibase v4.19.1 is a patch release

Enhancements

Fixes

Security, Driver and other updates

OWASP Dependency Check: Reported Vulnerabilities
snakeyaml.jar - This is a "critical" vulnerability reported against the snakeyaml library. Note: Liquibase code is not vulnerable to this attack, but users can manually upgrade to the newest version of snakeyaml library, and will be upgraded to the unaffected snakeyaml 2.0 version in the next release. If you are interested, you can track the PR at https://github.com/liquibase/liquibase/pull/3865


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/org.liquibase-liquibase-maven-plugin-4.x branch from 099cbf4 to b36d9b3 Compare March 23, 2021 21:16
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from b36d9b3 to 70496f2 Compare April 12, 2021 19:43
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 70496f2 to 46901d6 Compare April 20, 2021 19:53
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 46901d6 to e460db0 Compare May 9, 2021 22:25
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from e460db0 to 768b565 Compare June 15, 2021 01:09
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 768b565 to 2793dfb Compare October 20, 2021 05:28
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 2793dfb to 059a278 Compare March 7, 2022 16:43
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 059a278 to d135cdd Compare March 26, 2022 14:27
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from d135cdd to a38eb84 Compare April 4, 2022 11:33
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from a38eb84 to 2b46bda Compare May 16, 2022 01:25
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 2b46bda to d270d95 Compare June 18, 2022 13:45
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from d270d95 to e3fe5be Compare September 25, 2022 15:05
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from e3fe5be to b36ed77 Compare November 20, 2022 15:52
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from b36ed77 to 8475d27 Compare March 16, 2023 13:52
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 8475d27 to f83d1d1 Compare May 28, 2023 15:58
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from f83d1d1 to 797ef17 Compare June 27, 2023 02:48
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 797ef17 to 4bc9d45 Compare August 11, 2023 08:53
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 4bc9d45 to c9b7f70 Compare September 12, 2023 23:43
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from c9b7f70 to eff33c7 Compare October 4, 2023 04:55
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from eff33c7 to 4098a5e Compare November 15, 2023 02:47
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 4098a5e to 8d1a33f Compare December 19, 2023 02:03
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 8d1a33f to a068569 Compare February 8, 2024 02:34
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from a068569 to 9b3317d Compare March 28, 2024 20:59
@renovate renovate bot force-pushed the renovate/org.liquibase-liquibase-maven-plugin-4.x branch from 9b3317d to e5944f7 Compare May 22, 2024 23:48
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

0 participants