Skip to content

Commit

Permalink
upgrading zookeeper to 3.7.1 (#485)
Browse files Browse the repository at this point in the history
* upgrading zookeeper to 3.7.1

Signed-off-by: Amit-Singh40 <[email protected]>

* updating zookeeper version in build.gradle.kts and readme file

Signed-off-by: Amit-Singh40 <[email protected]>
  • Loading branch information
Amit-Singh40 authored Jun 14, 2022
1 parent 1cc1844 commit 6dea1e2
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.0 cluster, and uses Zookeeper dynamic reconfiguration to handle node membership.
This operator runs a Zookeeper 3.7.1 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.0
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}zookeeper:3.7.1
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.0")
implementation("org.apache.zookeeper:zookeeper:3.7.1")
}

tasks.withType<ShadowJar>() {
Expand Down

0 comments on commit 6dea1e2

Please sign in to comment.