From 793e18ad5f1c715475087b72fa652bad5dfc6d49 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 19 Dec 2024 20:47:51 +0100 Subject: [PATCH] chore: Prepare release 4.30.0 (#536) * chore: Prepare release 4.30.0 * Update CHANGELOG.md --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 9 +++++---- docker/Dockerfile | 4 ++-- docker/README.md | 3 ++- 4 files changed, 53 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f40e1..34e0107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,50 @@ For Issues: Replace: [#$1](https://github.com/liquibase/liquibase-percona/issues/$1) --> +## [v4.30.0](https://github.com/liquibase/liquibase-percona/tree/v4.30.0) (2024-12-19) + +Support for Liquibase 4.30.0. + +## 📗 Notable Changes + +- ([#532](https://github.com/liquibase/liquibase-percona/pull/532)) build(deps): bump org.liquibase:liquibase-core from 4.29.2 to 4.30.0 @dependabot + +## 🧰 Maintenance + +- ([#536](https://github.com/liquibase/liquibase-percona/pull/536)) chore: Prepare release 4.30.0 @adangel +- ([#535](https://github.com/liquibase/liquibase-percona/pull/535)) chore: Rework release workflow @adangel +- ([#534](https://github.com/liquibase/liquibase-percona/pull/534)) build: execute verify lifecycle for "build-test" @adangel + +## 🤖 Security Driver and Other Updates + +
+21 changes + +- ([#533](https://github.com/liquibase/liquibase-percona/pull/533)) build(deps-dev): bump org.mariadb.jdbc:mariadb-java-client from 3.3.3 to 3.5.1 @dependabot +- ([#527](https://github.com/liquibase/liquibase-percona/pull/527)) build(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.6.6 @dependabot +- ([#515](https://github.com/liquibase/liquibase-percona/pull/515)) build(deps-dev): bump com.mysql:mysql-connector-j from 8.4.0 to 9.1.0 @dependabot +- ([#523](https://github.com/liquibase/liquibase-percona/pull/523)) build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.30 to 11.0.2 @dependabot +- ([#532](https://github.com/liquibase/liquibase-percona/pull/532)) build(deps): bump org.liquibase:liquibase-core from 4.29.2 to 4.30.0 @dependabot +- ([#531](https://github.com/liquibase/liquibase-percona/pull/531)) build(deps): bump io.fabric8:docker-maven-plugin from 0.44.0 to 0.45.1 @dependabot +- ([#530](https://github.com/liquibase/liquibase-percona/pull/530)) build(deps): bump org.yaml:snakeyaml from 2.2 to 2.3 @dependabot +- ([#529](https://github.com/liquibase/liquibase-percona/pull/529)) build(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 @dependabot +- ([#528](https://github.com/liquibase/liquibase-percona/pull/528)) build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 @dependabot +- ([#526](https://github.com/liquibase/liquibase-percona/pull/526)) build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.11.3 @dependabot +- ([#525](https://github.com/liquibase/liquibase-percona/pull/525)) build(deps): bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.1 to 3.9.0 @dependabot +- ([#524](https://github.com/liquibase/liquibase-percona/pull/524)) build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 @dependabot +- ([#522](https://github.com/liquibase/liquibase-percona/pull/522)) build(deps-dev): bump org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.0 @dependabot +- ([#519](https://github.com/liquibase/liquibase-percona/pull/519)) build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 @dependabot +- ([#520](https://github.com/liquibase/liquibase-percona/pull/520)) build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 @dependabot +- ([#518](https://github.com/liquibase/liquibase-percona/pull/518)) build(deps): bump org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0 @dependabot +- ([#517](https://github.com/liquibase/liquibase-percona/pull/517)) build(deps): bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.8.1 @dependabot +- ([#516](https://github.com/liquibase/liquibase-percona/pull/516)) build(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 @dependabot +- ([#512](https://github.com/liquibase/liquibase-percona/pull/512)) build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 @dependabot +- ([#511](https://github.com/liquibase/liquibase-percona/pull/511)) build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 @dependabot +- ([#510](https://github.com/liquibase/liquibase-percona/pull/510)) build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 @dependabot +
+ +**Full Changelog**: https://github.com/liquibase/liquibase-percona/compare/v4.29.2...v4.30.0 + ## [v4.29.2](https://github.com/liquibase/liquibase-percona/tree/v4.29.2) (2024-09-29) Support for Liquibase 4.29.2. diff --git a/README.md b/README.md index 855b0bf..2ca7005 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ This liquibase extension supports the following changeset formats: * Liquibase 4.27.0 (liquibase-percona 4.27.0). Percona Toolkit 3.5.7. * Liquibase 4.28.0 (liquibase-percona 4.28.0). Percona Toolkit 3.5.7. * Liquibase 4.29.2 (liquibase-percona 4.29.2). Percona Toolkit 3.6.0. +* Liquibase 4.30.0 (liquibase-percona 4.30.0). Percona Toolkit 3.6.0. ## Supported Changes and examples @@ -557,7 +558,7 @@ The jar files can be downloaded manually from maven: ### Command line liquibase -After extracting the zip file of liquibase, place `liquibase-percona-4.29.2.jar` file in the sub directory `lib`. +After extracting the zip file of liquibase, place `liquibase-percona-4.30.0.jar` file in the sub directory `lib`. The shell script `liquibase` / `liquibase.bat` will automatically pick this up and the extension is available. ### Via Maven @@ -568,7 +569,7 @@ Add the following dependency to the liquibase plugin: org.liquibase.ext liquibase-percona - 4.29.2 + 4.30.0 ``` @@ -605,13 +606,13 @@ Enable the snapshot repository via Maven: See also . -And just use the latest SNAPSHOT version for liquibase-percona dependency, e.g. `4.29.3-SNAPSHOT`: +And just use the latest SNAPSHOT version for liquibase-percona dependency, e.g. `4.30.1-SNAPSHOT`: ```xml org.liquibase.ext liquibase-percona - 4.29.3-SNAPSHOT + 4.30.1-SNAPSHOT ``` diff --git a/docker/Dockerfile b/docker/Dockerfile index 9c26469..da7fab2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ -ARG LIQUIBASE_VERSION=4.29.2 -ARG LB_PERCONA_VERSION=4.29.2 +ARG LIQUIBASE_VERSION=4.30.0 +ARG LB_PERCONA_VERSION=4.30.0 ARG PERCONA_TOOLKIT_VERSION=3.6.0 FROM liquibase/liquibase:${LIQUIBASE_VERSION} diff --git a/docker/README.md b/docker/README.md index 08c531a..29829ba 100644 --- a/docker/README.md +++ b/docker/README.md @@ -6,7 +6,8 @@ with [Liquibase Percona Extension](https://github.com/liquibase/liquibase-percon ## Supported tags -* [4.29.2, 4.29, latest](https://github.com/liquibase/liquibase-percona/blob/main/docker/Dockerfile) (Percona Toolkit 3.6.0) +* [4.30.0, 4.30, latest](https://github.com/liquibase/liquibase-percona/blob/main/docker/Dockerfile) (Percona Toolkit 3.6.0) +* [4.29.2, 4.29](https://github.com/liquibase/liquibase-percona/blob/465cb21da46db1c9a3d15b3dc084434e17c57f24/docker/Dockerfile) (Percona Toolkit 3.6.0) * [4.28.0, 4.28](https://github.com/liquibase/liquibase-percona/blob/4924b4fe1670909d01b409e752cdc7210884ff59/docker/Dockerfile) (Percona Toolkit 3.5.7) * [4.27.0, 4.27](https://github.com/liquibase/liquibase-percona/blob/ec56085fc71f988ca2ac29fdaf51897d190a4bf0/docker/Dockerfile) (Percona Toolkit 3.5.7) * [4.26.0, 4.26](https://github.com/liquibase/liquibase-percona/blob/4d5938c8f82578de5e710c363040837229b5e8d1/docker/Dockerfile) (Percona Toolkit 3.5.5)