Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 2.3.7
  • Loading branch information
n.fraison committed Feb 1, 2022
1 parent 9076d4d commit 12aafdc
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
@@ -1,6 +1,6 @@
---

cassandra_exporter_version: 2.3.5
cassandra_exporter_version: 2.3.7

cassandra_exporter_listen_address: "0.0.0.0"
cassandra_exporter_listen_port: "8080"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,5 +1,5 @@
group 'com.criteo.nosql'
version '2.3.5'
version '2.3.7'

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

ARG EXPORTER_VERSION=2.3.5
ARG EXPORTER_VERSION=2.3.7

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

0 comments on commit 12aafdc

Please sign in to comment.