Skip to content

Commit

Permalink
Issue 585: Upgrade Zookeeper to version 3.7.2 (#586)
Browse files Browse the repository at this point in the history
* Issue 585: Upgrade Zookeeper to version 3.7.2

Signed-off-by: pandoscas <[email protected]>

* Update README with 3.7.2 Zookeeper version

Signed-off-by: pandoscas <[email protected]>

---------

Signed-off-by: pandoscas <[email protected]>
  • Loading branch information
pandoscas authored Dec 19, 2023
1 parent 2c8bfec commit 9fc6151
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The project is currently alpha. While no breaking API changes are currently plan

### Overview

This operator runs a Zookeeper 3.7.1 cluster, and uses Zookeeper dynamic reconfiguration to handle node membership.
This operator runs a Zookeeper 3.7.2 cluster, and uses Zookeeper dynamic reconfiguration to handle node membership.

The operator itself is built with the [Operator framework](https://github.com/operator-framework/operator-sdk).

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY zu /zu
WORKDIR /zu
RUN ./gradlew --console=verbose --info shadowJar

FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}zookeeper:3.7.1
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}zookeeper:3.7.2
COPY bin /usr/local/bin
RUN chmod +x /usr/local/bin/*
COPY --from=0 /zu/build/libs/zu.jar /opt/libs/
Expand Down
2 changes: 1 addition & 1 deletion docker/zu/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
implementation("org.apache.zookeeper:zookeeper:3.7.1")
implementation("org.apache.zookeeper:zookeeper:3.7.2")
}

tasks.withType<ShadowJar>() {
Expand Down

0 comments on commit 9fc6151

Please sign in to comment.