-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 library/liquibase to 4.29.1 #17287
Conversation
This comment has been minimized.
This comment has been minimized.
library/liquibase
Outdated
GitFetch: refs/heads/main | ||
GitCommit: 6903fb3ab80cde8a9a763fd230bfa66449fe5ca5 | ||
GitCommit: cd836a9f9e1f89fde5458096c38b7b41b8f6ea7b |
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.
These should both be liquibase/docker@07e271e instead, right? (there's no actual Dockerfile
changes between these two commits otherwise)
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.
Yes @tianon , you are right. We need to add a small fix after https://github.com/liquibase/docker/blob/07e271e1a0d33b7670c5abcaf940e83bc0d17418/.github/workflows/create-release.yml#L91 to use that new commit.
I manually fixed it for this PR (rebased).
Thanks
⬆️ (library/liquibase): upgrade liquibase git commit hash to 07e271e1a0d33b7670c5abcaf940e83bc0d17418 for both Dockerfile and Dockerfile.alpine to align with the latest changes in the liquibase repository.
This comment has been minimized.
This comment has been minimized.
Diff for 8734b3e:diff --git a/_bashbrew-cat b/_bashbrew-cat
index fdb2ff6..ffd3519 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,11 +2,11 @@ Maintainers: Jake Newton <[email protected]> (@jnewton03)
Architectures: amd64, arm64v8
GitRepo: https://github.com/liquibase/docker.git
-Tags: 4.29, 4.29.0, latest
+Tags: 4.29, 4.29.1, latest
GitFetch: refs/heads/main
-GitCommit: 6903fb3ab80cde8a9a763fd230bfa66449fe5ca5
+GitCommit: 07e271e1a0d33b7670c5abcaf940e83bc0d17418
-Tags: 4.29-alpine, 4.29.0-alpine, alpine
+Tags: 4.29-alpine, 4.29.1-alpine, alpine
GitFetch: refs/heads/main
-GitCommit: 6903fb3ab80cde8a9a763fd230bfa66449fe5ca5
+GitCommit: 07e271e1a0d33b7670c5abcaf940e83bc0d17418
File: Dockerfile.alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 2a72ade..8d84d26 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
liquibase:4.29
liquibase:4.29-alpine
-liquibase:4.29.0
-liquibase:4.29.0-alpine
+liquibase:4.29.1
+liquibase:4.29.1-alpine
liquibase:alpine
liquibase:latest
diff --git a/liquibase_alpine/Dockerfile.alpine b/liquibase_alpine/Dockerfile.alpine
index 1b38a7e..95de4e2 100644
--- a/liquibase_alpine/Dockerfile.alpine
+++ b/liquibase_alpine/Dockerfile.alpine
@@ -11,8 +11,8 @@ RUN apk add --no-cache openjdk17-jre-headless bash
WORKDIR /liquibase
-ARG LIQUIBASE_VERSION=4.29.0
-ARG LB_SHA256=0883b4975fc2f0a2f0180614cb156cea3c453057e6ec185c01550ec67030d8d0
+ARG LIQUIBASE_VERSION=4.29.1
+ARG LB_SHA256=30524ff1c1be1aac46b774bcc7e2d5488eb217c174e9ff82f0bac244feb9b117
# Download, verify, extract
RUN set -x && \
diff --git a/liquibase_latest/Dockerfile b/liquibase_latest/Dockerfile
index 6518f5c..abf266f 100644
--- a/liquibase_latest/Dockerfile
+++ b/liquibase_latest/Dockerfile
@@ -14,8 +14,8 @@ RUN groupadd --gid 1001 liquibase && \
# Download and install Liquibase
WORKDIR /liquibase
-ARG LIQUIBASE_VERSION=4.29.0
-ARG LB_SHA256=0883b4975fc2f0a2f0180614cb156cea3c453057e6ec185c01550ec67030d8d0
+ARG LIQUIBASE_VERSION=4.29.1
+ARG LB_SHA256=30524ff1c1be1aac46b774bcc7e2d5488eb217c174e9ff82f0bac244feb9b117
RUN wget -q -O liquibase-${LIQUIBASE_VERSION}.tar.gz "https://github.com/liquibase/liquibase/releases/download/v${LIQUIBASE_VERSION}/liquibase-${LIQUIBASE_VERSION}.tar.gz" && \
echo "$LB_SHA256 *liquibase-${LIQUIBASE_VERSION}.tar.gz" | sha256sum -c - && \ Relevant Maintainers:
|
Update library/liquibase with latest commit and version