Skip to content

Commit

Permalink
Update version to 4.31.0 (#294)
Browse files Browse the repository at this point in the history
* Update version to 4.31.0

* Use default entrypoint of the mqtt-cli image instead of a custom java command

---------

Co-authored-by: Lukas Brand <[email protected]>
  • Loading branch information
ymengesha and LukasBrand authored Aug 1, 2024
1 parent 83a21f3 commit d42782b
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 35 deletions.
4 changes: 2 additions & 2 deletions charts/hivemq-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ keywords:
- messaging
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.11.39
version: 0.11.40
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 4.30.0
appVersion: 4.31.0
icon: https://www.hivemq.com/img/svg/hivemq-bee.svg
dependencies:
- name: kube-prometheus-stack
Expand Down
2 changes: 1 addition & 1 deletion charts/hivemq-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ hivemq:
# Annotations to apply to the service account
serviceAccountAnnotations: {}
# The values below apply to the HiveMQCluster object. If you are using deployCr: false, this is unused
image: hivemq/hivemq4:k8s-4.30.0
image: hivemq/hivemq4:k8s-4.31.0
imagePullPolicy: IfNotPresent
nodeCount: "3"
cpu: "4"
Expand Down
4 changes: 2 additions & 2 deletions charts/hivemq-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: hivemq-platform
description: HiveMQ Platform Helm Chart (new)
type: application
version: 0.2.19
appVersion: 4.30.0
version: 0.2.20
appVersion: 4.31.0
maintainers:
- email: [email protected]
name: HiveMQ
Expand Down
8 changes: 2 additions & 6 deletions charts/hivemq-platform/templates/tests/test-mqtt-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ metadata:
spec:
containers:
- name: hivemq-mqtt-cli
image: hivemq/mqtt-cli:4.30.0
command: [ "java" ]
args: [ "-cp",
"/app/resources:/app/classes:/app/libs/*",
"com.hivemq.cli.MqttCLIMain",
"test",
image: hivemq/mqtt-cli:4.31.0
args: [ "test",
"-h",
"{{ printf "hivemq-%s-mqtt-1883" $.Release.Name | trimAll "-" | trunc 63 | trimSuffix "-" | trim }}" ]
restartPolicy: Never
2 changes: 1 addition & 1 deletion charts/hivemq-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
repository: docker.io/hivemq
name: hivemq4
tag: 4.30.0
tag: 4.31.0
pullPolicy: IfNotPresent
pullSecretName: ""

Expand Down
4 changes: 2 additions & 2 deletions charts/hivemq-swarm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ keywords:
- messaging
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.2.36
version: 0.2.37
# This is the version number of HiveMQ Swarm.
appVersion: 4.30.0
appVersion: 4.31.0
icon: https://www.hivemq.com/img/svg/icon-hivemq-swarm.svg
dependencies:
- name: kube-prometheus-stack
Expand Down
2 changes: 1 addition & 1 deletion charts/hivemq-swarm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: hivemq/hivemq-swarm
pullPolicy: IfNotPresent
tag: 4.30.0
tag: 4.31.0
imagePullSecrets: []
## Cluster domain
##
Expand Down
2 changes: 1 addition & 1 deletion examples/hivemq-operator/localStatefulTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ operator:
admissionWebhooks:
enabled: false
hivemq:
image: hivemq/hivemq4:k8s-4.30.0
image: hivemq/hivemq4:k8s-4.31.0
imagePullPolicy: Never
initDnsWaitImage: hivemq/init-dns-wait:snapshot
logLevel: DEBUG
Expand Down
2 changes: 1 addition & 1 deletion examples/hivemq-operator/localTestValues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ monitoring:
enabled: true

hivemq:
image: hivemq/hivemq4:k8s-4.30.0
image: hivemq/hivemq4:k8s-4.31.0
imagePullPolicy: Never
initDnsWaitImage: hivemq/init-dns-wait:snapshot
logLevel: DEBUG
Expand Down
2 changes: 1 addition & 1 deletion manifests/hivemq-platform/hivemq-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: "hivemq-platform"
app.kubernetes.io/instance: "my-platform"
app.kubernetes.io/version: "4.30.0"
app.kubernetes.io/version: "4.31.0"
data:
# noinspection XmlPathReference
config.xml: |-
Expand Down
4 changes: 2 additions & 2 deletions manifests/hivemq-platform/hivemq-custom-resource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: "hivemq-platform"
app.kubernetes.io/instance: "my-platform"
app.kubernetes.io/version: "4.30.0"
app.kubernetes.io/version: "4.31.0"
spec:
configMapName: hivemq-configuration-my-platform
logLevel: INFO
Expand All @@ -25,7 +25,7 @@ spec:
env:
- name: JAVA_OPTS
value: "-XX:+UnlockExperimentalVMOptions -XX:InitialRAMPercentage=50 -XX:MaxRAMPercentage=50"
image: "docker.io/hivemq/hivemq4:4.30.0"
image: "docker.io/hivemq/hivemq4:4.31.0"
imagePullPolicy: IfNotPresent
ports:
- name: mqtt-1883
Expand Down
4 changes: 2 additions & 2 deletions manifests/hivemq-swarm/deployment_agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app.kubernetes.io/name: hivemq-swarm
app.kubernetes.io/instance: my-swarm
app.kubernetes.io/version: "4.30.0"
app.kubernetes.io/version: "4.31.0"
spec:
replicas: 3
selector:
Expand All @@ -32,7 +32,7 @@ spec:
- name: hivemq-swarm-agent
securityContext:
{}
image: "hivemq/hivemq-swarm:4.30.0"
image: "hivemq/hivemq-swarm:4.31.0"
imagePullPolicy: IfNotPresent
env:
- name: SWARM_AGENT_BIND_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion manifests/hivemq-swarm/service_agents_headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
hivemq.com/swarm-role: agent
app.kubernetes.io/name: hivemq-swarm
app.kubernetes.io/instance: my-swarm
app.kubernetes.io/version: "4.30.0"
app.kubernetes.io/version: "4.31.0"
spec:
type: ClusterIP
clusterIP: None
Expand Down
2 changes: 1 addition & 1 deletion manifests/hivemq-swarm/service_commander_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
hivemq.com/swarm-role: commander
app.kubernetes.io/name: hivemq-swarm
app.kubernetes.io/instance: my-swarm
app.kubernetes.io/version: "4.30.0"
app.kubernetes.io/version: "4.31.0"
spec:
type: ClusterIP
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/hivemq-swarm/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
labels:
app.kubernetes.io/name: hivemq-swarm
app.kubernetes.io/instance: my-swarm
app.kubernetes.io/version: "4.30.0"
app.kubernetes.io/version: "4.31.0"
4 changes: 2 additions & 2 deletions manifests/hivemq-swarm/statefulset_commander.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app.kubernetes.io/name: hivemq-swarm
app.kubernetes.io/instance: my-swarm
app.kubernetes.io/version: "4.30.0"
app.kubernetes.io/version: "4.31.0"
spec:
replicas: 1
serviceName: my-swarm-hivemq-swarm-api
Expand All @@ -31,7 +31,7 @@ spec:
- name: hivemq-swarm-commander
securityContext:
{}
image: "hivemq/hivemq-swarm:4.30.0"
image: "hivemq/hivemq-swarm:4.31.0"
imagePullPolicy: IfNotPresent
env:
- name: SWARM_COMMANDER_MODE
Expand Down
2 changes: 1 addition & 1 deletion tests-hivemq-operator/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ awaitility = "4.2.1"
bouncycastle = "1.78.1"
fabric8-kubernetes-client = "6.13.1"
hivemq-mqttClient = "1.3.3"
hivemq-platform = "4.30.0"
hivemq-platform = "4.31.0"
junit-jupiter = "5.10.3"
logback = "1.5.6"
slf4j = "2.0.13"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ operator:
enabled: false

hivemq:
image: hivemq/hivemq4:k8s-4.30.0
image: hivemq/hivemq4:k8s-4.31.0
imagePullPolicy: Never
initDnsWaitImage: hivemq/init-dns-wait:snapshot
logLevel: DEBUG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ operator:
enabled: false

hivemq:
image: hivemq/hivemq4:k8s-4.30.0
image: hivemq/hivemq4:k8s-4.31.0
imagePullPolicy: Never
initDnsWaitImage: hivemq/init-dns-wait:snapshot
logLevel: DEBUG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ operator:
enabled: false

hivemq:
image: hivemq/hivemq4:k8s-4.30.0
image: hivemq/hivemq4:k8s-4.31.0
imagePullPolicy: Never
initDnsWaitImage: hivemq/init-dns-wait:snapshot
logLevel: DEBUG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ operator:
enabled: false

hivemq:
image: hivemq/hivemq4:k8s-4.30.0
image: hivemq/hivemq4:k8s-4.31.0
imagePullPolicy: Never
initDnsWaitImage: hivemq/init-dns-wait:snapshot
logLevel: DEBUG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ operator:
enabled: false

hivemq:
image: hivemq/hivemq4:k8s-4.30.0
image: hivemq/hivemq4:k8s-4.31.0
imagePullPolicy: Never
initDnsWaitImage: hivemq/init-dns-wait:snapshot
logLevel: DEBUG
Expand Down
2 changes: 1 addition & 1 deletion tests-hivemq-platform-operator/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ awaitility = "4.2.1"
bouncycastle = "1.78.1"
fabric8-kubernetes-client = "6.13.1"
hivemq-mqttClient = "1.3.3"
hivemq-platform = "4.30.0"
hivemq-platform = "4.31.0"
javassist = "3.30.2-GA"
junit-jupiter = "5.10.3"
logback = "1.5.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spec:
spec:
containers:
- name: hivemq
image: docker.io/hivemq/hivemq4:4.30.0
image: docker.io/hivemq/hivemq4:4.31.0
imagePullPolicy: IfNotPresent
ports:
- name: mqtt-1883
Expand Down

0 comments on commit d42782b

Please sign in to comment.