Skip to content

Commit

Permalink
update to Cassandra 3.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Aug 29, 2019
1 parent a15c0f9 commit bf4c7a9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/cassandra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG openjre_image

FROM ${openjre_image}

ARG cassandra_version=3.11.2
ARG cassandra_version=3.11.4
ARG cassandra_k8s_addons_jar

COPY install-cassandra /tmp/install-cassandra
Expand Down
2 changes: 1 addition & 1 deletion docker/cassandra/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include ../base-openjre/Makefile

CASSANDRA_VERSION := 3.11.3
CASSANDRA_VERSION := 3.11.4

CASSANDRA_K8S_ADDONS_VERSION := 1.0-SNAPSHOT
CASSANDRA_K8S_ADDONS_JAR := cassandra-k8s-addons-$(CASSANDRA_K8S_ADDONS_VERSION).jar
Expand Down
2 changes: 1 addition & 1 deletion examples/go/example-datacenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: "west1-a"
labels:
failure-domain.beta.kubernetes.io/zone: europe-west1-a
cassandraImage: "gcr.io/cassandra-operator/cassandra:3.11.3"
cassandraImage: "gcr.io/cassandra-operator/cassandra:3.11.4"
sidecarImage: "gcr.io/cassandra-operator/cassandra-sidecar:latest"
imagePullPolicy: IfNotPresent
imagePullSecrets:
Expand Down
5 changes: 2 additions & 3 deletions java/k8s-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
<version>3.11.4</version>
<version>${cassandra.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<version>${maven.jar.plugin.version}</version>
</plugin>
</plugins>
</build>
Expand Down
1 change: 1 addition & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</modules>

<properties>
<cassandra.version>3.11.4</cassandra.version>
<guice.version>4.2.2</guice.version>
<guice.bridge.version>2.5.0-b42</guice.bridge.version>
<jersey.version>2.28</jersey.version>
Expand Down

0 comments on commit bf4c7a9

Please sign in to comment.