Skip to content

Commit

Permalink
Update version to 4.36.0 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymengesha authored Jan 28, 2025
1 parent ac57115 commit 6b13ea9
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 30 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.46
version: 0.11.47
# 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.35.0
appVersion: 4.36.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.35.0
image: hivemq/hivemq4:k8s-4.36.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.31
appVersion: 4.35.0
version: 0.2.32
appVersion: 4.36.0
maintainers:
- email: [email protected]
name: HiveMQ
Expand Down
2 changes: 1 addition & 1 deletion charts/hivemq-platform/templates/tests/test-mqtt-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: hivemq-mqtt-cli
image: hivemq/mqtt-cli:4.35.0
image: hivemq/mqtt-cli:4.36.0
args: [ "test",
"-h",
"{{ printf "hivemq-%s-mqtt-1883" $.Release.Name | trimAll "-" | trunc 63 | trimSuffix "-" | trim }}" ]
Expand Down
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.35.0
tag: 4.36.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 @@ -2,8 +2,8 @@ apiVersion: v2
name: hivemq-swarm
description: A Helm chart for HiveMQ Swarm
type: application
version: 0.2.45
appVersion: 4.35.0
version: 0.2.46
appVersion: 4.36.0
maintainers:
- email: [email protected]
name: HiveMQ
Expand Down
2 changes: 1 addition & 1 deletion charts/hivemq-swarm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
image:
repository: hivemq/hivemq-swarm
pullPolicy: IfNotPresent
tag: 4.35.0
tag: 4.36.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.35.0
image: hivemq/hivemq4:k8s-4.36.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.35.0
image: hivemq/hivemq4:k8s-4.36.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.35.0"
app.kubernetes.io/version: "4.36.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.35.0"
app.kubernetes.io/version: "4.36.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.35.0"
image: "docker.io/hivemq/hivemq4:4.36.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.35.0"
app.kubernetes.io/version: "4.36.0"
spec:
replicas: 3
selector:
Expand All @@ -32,7 +32,7 @@ spec:
- name: hivemq-swarm-agent
securityContext:
{}
image: "hivemq/hivemq-swarm:4.35.0"
image: "hivemq/hivemq-swarm:4.36.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.35.0"
app.kubernetes.io/version: "4.36.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.35.0"
app.kubernetes.io/version: "4.36.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.35.0"
app.kubernetes.io/version: "4.36.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.35.0"
app.kubernetes.io/version: "4.36.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.35.0"
image: "hivemq/hivemq-swarm:4.36.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.2"
bouncycastle = "1.79"
fabric8-kubernetes-client = "6.13.4"
hivemq-mqttClient = "1.3.4"
hivemq-platform = "4.35.0"
hivemq-platform = "4.36.0"
junit-jupiter = "5.11.3"
junit-platform = "1.11.3"
logback = "1.5.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ operator:
enabled: false

hivemq:
image: hivemq/hivemq4:k8s-4.35.0
image: hivemq/hivemq4:k8s-4.36.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 @@ -6,7 +6,7 @@ operator:
enabled: false

hivemq:
image: hivemq/hivemq4:k8s-4.35.0
image: hivemq/hivemq4:k8s-4.36.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 @@ -6,7 +6,7 @@ operator:
enabled: false

hivemq:
image: hivemq/hivemq4:k8s-4.35.0
image: hivemq/hivemq4:k8s-4.36.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 @@ -7,7 +7,7 @@ operator:
enabled: false

hivemq:
image: hivemq/hivemq4:k8s-4.35.0
image: hivemq/hivemq4:k8s-4.36.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 @@ -7,7 +7,7 @@ operator:
enabled: false

hivemq:
image: hivemq/hivemq4:k8s-4.35.0
image: hivemq/hivemq4:k8s-4.36.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.2"
bouncycastle = "1.79"
fabric8-kubernetes-client = "6.13.4"
hivemq-mqttClient = "1.3.4"
hivemq-platform = "4.35.0"
hivemq-platform = "4.36.0"
javassist = "3.30.2-GA"
junit-jupiter = "5.11.3"
junit-platform = "1.11.3"
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.35.0
image: docker.io/hivemq/hivemq4:4.36.0
imagePullPolicy: IfNotPresent
ports:
- name: mqtt-1883
Expand Down

0 comments on commit 6b13ea9

Please sign in to comment.