Skip to content

Commit

Permalink
Release 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Goron committed Mar 26, 2022
1 parent fd54570 commit 685c3d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/ansible-cassandra-exporter/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

cassandra_exporter_version: 2.3.7
cassandra_exporter_version: 2.3.8

cassandra_exporter_listen_address: "0.0.0.0"
cassandra_exporter_listen_port: "8080"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.criteo.nosql'
version '2.3.7'
version '2.3.8'

apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:11-jre-slim-buster

ARG EXPORTER_VERSION=2.3.7
ARG EXPORTER_VERSION=2.3.8

RUN apt-get update && apt-get install -y --no-install-recommends \
netcat \
Expand Down

0 comments on commit 685c3d6

Please sign in to comment.