Skip to content

Commit

Permalink
VerneMQ Release 2.0.1 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioolkos committed Jun 11, 2024
1 parent 0100090 commit b5a68ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /vernemq
ENV DOCKER_VERNEMQ_KUBERNETES_LABEL_SELECTOR="app=vernemq" \
DOCKER_VERNEMQ_LOG__CONSOLE=console \
PATH="/vernemq/bin:$PATH" \
VERNEMQ_VERSION="2.0.0"
VERNEMQ_VERSION="2.0.1"
COPY --chown=10000:10000 bin/vernemq.sh /usr/sbin/start_vernemq
COPY --chown=10000:10000 bin/join_cluster.sh /usr/sbin/join_cluster
COPY --chown=10000:10000 files/vm.args /vernemq/etc/vm.args
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.1
FROM alpine:3.20.0

RUN apk --no-cache --update --available upgrade && \
apk add --no-cache ncurses-libs libstdc++ jq curl bash snappy-dev nano && \
Expand All @@ -10,7 +10,7 @@ RUN apk --no-cache --update --available upgrade && \
ENV DOCKER_VERNEMQ_KUBERNETES_LABEL_SELECTOR="app=vernemq" \
DOCKER_VERNEMQ_LOG__CONSOLE=console \
PATH="/vernemq/bin:$PATH" \
VERNEMQ_VERSION="2.0.0"
VERNEMQ_VERSION="2.0.1"
WORKDIR /vernemq

COPY --chown=10000:10000 bin/vernemq.sh /usr/sbin/start_vernemq
Expand Down
4 changes: 2 additions & 2 deletions helm/vernemq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
appVersion: 2.0.0
appVersion: 2.0.1
description: VerneMQ is a high-performance, distributed MQTT message broker
name: vernemq
version: 2.0.0
version: 2.0.1

icon: http://www.stickpng.com/assets/thumbs/58482b21cef1014c0b5e4a24.png
2 changes: 1 addition & 1 deletion helm/vernemq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: vernemq/vernemq
tag: 2.0.0-alpine
tag: 2.0.1-alpine

pullPolicy: IfNotPresent

Expand Down

0 comments on commit b5a68ba

Please sign in to comment.