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 library/liquibase to 4.29.0 #17254

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

liquibot
Copy link
Contributor

Update library/liquibase with latest commit and version

@liquibot liquibot requested a review from a team as a code owner July 25, 2024 15:06
@@ -2,12 +2,12 @@ Maintainers: Jake Newton <[email protected]> (@jnewton03)
Architectures: arm64v8, amd64
GitRepo: https://github.com/liquibase/docker.git

Tags: 4.28, 4.28.0, 4.28.0.1, latest
Tags: , , latest
Copy link
Member

@yosifkit yosifkit Jul 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this is an automation failure somewhere in the chain to making the PR and seems to be reflected in the PR title "Update library/liquibase to".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc maintainer: @jnewton03

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(see also https://github.com/docker-library/faq#can-i-use-a-bot-to-make-my-image-update-prs, especially point 2. which we should update to note CI failures 😂)

@liquibot liquibot changed the title Update library/liquibase to Update library/liquibase to 4.29.0 Jul 25, 2024

This comment has been minimized.

@liquibot liquibot marked this pull request as draft July 25, 2024 20:46
@liquibot liquibot marked this pull request as ready for review July 26, 2024 16:20

This comment has been minimized.

@liquibot liquibot marked this pull request as draft July 26, 2024 16:29
Copy link

Diff for b477cfc:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 718c1a4..fdb2ff6 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.28, 4.28.0, 4.28.0.1, latest
+Tags: 4.29, 4.29.0, latest
 GitFetch: refs/heads/main
-GitCommit: 666d1c82ff5b6f3a282a7dc2767ae6d95be82ad3
+GitCommit: 6903fb3ab80cde8a9a763fd230bfa66449fe5ca5
 
-Tags: 4.28-alpine, 4.28.0-alpine, 4.28.0.1-alpine, alpine
+Tags: 4.29-alpine, 4.29.0-alpine, alpine
 GitFetch: refs/heads/main
-GitCommit: 666d1c82ff5b6f3a282a7dc2767ae6d95be82ad3
+GitCommit: 6903fb3ab80cde8a9a763fd230bfa66449fe5ca5
 File: Dockerfile.alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index a490b89..2a72ade 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,6 @@
-liquibase:4.28
-liquibase:4.28-alpine
-liquibase:4.28.0
-liquibase:4.28.0-alpine
-liquibase:4.28.0.1
-liquibase:4.28.0.1-alpine
+liquibase:4.29
+liquibase:4.29-alpine
+liquibase:4.29.0
+liquibase:4.29.0-alpine
 liquibase:alpine
 liquibase:latest
diff --git a/liquibase_alpine/Dockerfile.alpine b/liquibase_alpine/Dockerfile.alpine
index 439d226..1b38a7e 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.28.0
-ARG LB_SHA256=97dd07eaca0406a09e1ae19b407eea42a7e944c7f4571922bffce71b43b75ce8
+ARG LIQUIBASE_VERSION=4.29.0
+ARG LB_SHA256=0883b4975fc2f0a2f0180614cb156cea3c453057e6ec185c01550ec67030d8d0
 
 # Download, verify, extract
 RUN set -x && \
diff --git a/liquibase_latest/Dockerfile b/liquibase_latest/Dockerfile
index 8513e92..6518f5c 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.28.0
-ARG LB_SHA256=97dd07eaca0406a09e1ae19b407eea42a7e944c7f4571922bffce71b43b75ce8
+ARG LIQUIBASE_VERSION=4.29.0
+ARG LB_SHA256=0883b4975fc2f0a2f0180614cb156cea3c453057e6ec185c01550ec67030d8d0
 
 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:

@liquibot liquibot marked this pull request as ready for review July 26, 2024 17:39
@tianon
Copy link
Member

tianon commented Jul 26, 2024

(FYI, it does not notify us when things move from draft to "ready for review", so a comment is appropriate after those transitions 👍)

@tianon tianon merged commit 71b221e into docker-library:master Jul 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants