Skip to content

Commit

Permalink
chore: Update CHANGELOG.md and docker image after v4.27.0 release (#464)
Browse files Browse the repository at this point in the history
* chore: Update docker image for 4.27.0 [skip ci]

* chore: Update CHANGELOG.md for v4.27.0 [skip ci]

* chore(release-drafter): Use unicode instead of github shortcut
  • Loading branch information
adangel authored May 23, 2024
1 parent 769913f commit ec56085
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tag-template: 'v$RESOLVED_VERSION'
exclude-labels:
- 'skipReleaseNotes'
categories:
- title: ':green_book: Notable Changes'
- title: '📗 Notable Changes'
labels:
- 'notableChanges'
- title: '🚀 New Features'
Expand Down
49 changes: 44 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,63 @@ This file is updated occasionally after a release and might be out of date.
Replace: ([#$1](https:/github.com/liquibase/liquibase-percona/pull/$1))
-->

## [v4.27.0](https://github.com/liquibase/liquibase-percona/tree/v4.27.0) (2024-04-25)

Support for Liquibase 4.27.0.

### 📗 Notable Changes

- ([#453](https://github.com/liquibase/liquibase-percona/issues/453)) Bump org.liquibase:liquibase-core from 4.26.0 to 4.27.0 @adangel

### 🧰 Maintenance

- ([#454](https://github.com/liquibase/liquibase-percona/issues/454)) chore: Use https for scm connection @adangel
- ([#450](https://github.com/liquibase/liquibase-percona/issues/450)) Update CHANGELOG.md @adangel
- ([#449](https://github.com/liquibase/liquibase-percona/issues/449)) chore: Fix PMD issues @adangel

### 🤖 Security Driver and Other Updates

<details>
<summary>16 changes</summary>

- ([#453](https://github.com/liquibase/liquibase-percona/issues/453)) Bump org.liquibase:liquibase-core from 4.26.0 to 4.27.0 @adangel
- ([#451](https://github.com/liquibase/liquibase-percona/issues/451)) Bump Percona Toolkit from 3.5.5 to 3.5.7 @adangel
- ([#452](https://github.com/liquibase/liquibase-percona/issues/452)) chore(deps): bump liquibase/build-logic from 0.7.2 to 0.7.4 @dependabot
- ([#448](https://github.com/liquibase/liquibase-percona/issues/448)) chore(deps): bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 @dependabot
- ([#447](https://github.com/liquibase/liquibase-percona/issues/447)) chore(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.20 to 10.1.23 @dependabot
- ([#446](https://github.com/liquibase/liquibase-percona/issues/446)) chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 @dependabot
- ([#445](https://github.com/liquibase/liquibase-percona/issues/445)) chore(deps): bump liquibase/build-logic from 0.7.1 to 0.7.2 @dependabot
- ([#444](https://github.com/liquibase/liquibase-percona/issues/444)) chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 @dependabot
- ([#443](https://github.com/liquibase/liquibase-percona/issues/443)) chore(deps): bump liquibase/build-logic from 0.7.0 to 0.7.1 @dependabot
- ([#442](https://github.com/liquibase/liquibase-percona/issues/442)) chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 @dependabot
- ([#441](https://github.com/liquibase/liquibase-percona/issues/441)) chore(deps): bump liquibase/build-logic from 0.6.9 to 0.7.0 @dependabot
- ([#436](https://github.com/liquibase/liquibase-percona/issues/436)) chore(deps): bump whelk-io/maven-settings-xml-action from 21 to 22 @dependabot
- ([#440](https://github.com/liquibase/liquibase-percona/issues/440)) chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 @dependabot
- ([#439](https://github.com/liquibase/liquibase-percona/issues/439)) chore(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 @dependabot
- ([#438](https://github.com/liquibase/liquibase-percona/issues/438)) chore(deps): bump liquibase/build-logic from 0.6.8 to 0.6.9 @dependabot
- ([#437](https://github.com/liquibase/liquibase-percona/issues/437)) chore(deps): bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 @dependabot
</details>

**Full Changelog**: https://github.com/liquibase/liquibase-percona/compare/v4.26.0...v4.27.0

## [v4.26.0](https://github.com/liquibase/liquibase-percona/tree/v4.26.0) (2024-03-27)

Support for Liquibase 4.26.0.

## Changes
### Changes

- ([#424](https:/github.com/liquibase/liquibase-percona/pull/424)) Fix integration test (addColumnFailIfNoPT) @adangel
- ([#383](https:/github.com/liquibase/liquibase-percona/pull/383)) Run Integration Tests additionally with Java 21 @adangel

## 🐛 Bug Fixes 🛠
### 🐛 Bug Fixes 🛠

- ([#381](https:/github.com/liquibase/liquibase-percona/pull/381)) Add missing null check for ConstrainsConfig::isNullable @adangel

## 💥 Breaking Changes
### 💥 Breaking Changes

- ([#378](https:/github.com/liquibase/liquibase-percona/pull/378)) Remove support for old mysql connectors (5.x and 6.x) @adangel

## 🧰 Maintenance
### 🧰 Maintenance

<details>
<summary>9 changes</summary>
Expand All @@ -41,7 +80,7 @@ Support for Liquibase 4.26.0.
- ([#385](https:/github.com/liquibase/liquibase-percona/pull/385)) fix workflows @jandroav
</details>

## 🤖 Security Driver and Other Updates
### 🤖 Security Driver and Other Updates

<details>
<summary>42 changes</summary>
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG LIQUIBASE_VERSION=4.26.0
ARG LB_PERCONA_VERSION=4.26.0
ARG LIQUIBASE_VERSION=4.27.0
ARG LB_PERCONA_VERSION=4.27.0
ARG PERCONA_TOOLKIT_VERSION=3.5.7

FROM liquibase/liquibase:${LIQUIBASE_VERSION}
Expand Down
3 changes: 2 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ with [Liquibase Percona Extension](https://github.com/liquibase/liquibase-percon

## Supported tags

* [4.26.0, 4.26, latest](https://github.com/liquibase/liquibase-percona/blob/main/docker/Dockerfile) (Percona Toolkit 3.5.5)
* [4.27.0, 4.27, latest](https://github.com/liquibase/liquibase-percona/blob/main/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)
* [4.25.0, 4.25](https://github.com/liquibase/liquibase-percona/blob/9248833e77cab5925ac0ae3872e3aba7b2cd0bc3/docker/Dockerfile) (Percona Toolkit 3.5.5)
* [4.24.0, 4.24](https://github.com/liquibase/liquibase-percona/blob/2a3b1eedd9cda15ebc7319c3d21959ccaeab8f17/docker/Dockerfile) (Percona Toolkit 3.5.5)
* [4.23.2, 4.23](https://github.com/liquibase/liquibase-percona/blob/b2c15337500a3c0caba65e0e807902a12fcb8451/docker/Dockerfile) (Percona Toolkit 3.5.4)
Expand Down

0 comments on commit ec56085

Please sign in to comment.