Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 10, 2025

This PR contains the following updates:

Package Update Change
emqx-operator (source) patch 2.2.282.2.29

Release Notes

emqx/emqx-operator (emqx-operator)

v2.2.29: EMQX Operator 2.2.29 Released

Compare Source

Release Note 🍻

EMQX Operator 2.2.29 has been released.

Supported version

  • apps.emqx.io/v2beta1

    • EMQX at 5.1.1 and later
    • EMQX Enterprise at 5.1.1 and later
  • apps.emqx.io/v1beta4

    • EMQX at 4.4.14 and later
    • EMQX Enterprise at 4.4.14 and later

Fix 🐞

  • Fix the issue that the replicas of the statefulSet is not current when the emqx CR is updated

  • Correct TopologySpreadConstraints reference in generateReplicaSet function

Chore 🏗

  • Helm chart

    • Make webhook into namespace scope when singleNamespace=true @​

    • Remove wrong usage of imagePullSecrets

How to install/upgrade EMQX Operator 💡

Need make sure the cert-manager is ready

helm repo add emqx https://repos.emqx.io/charts
helm repo update
helm upgrade --install emqx-operator emqx/emqx-operator \
  --namespace emqx-operator-system \
  --create-namespace \
  --version 2.2.29
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system

Warning 🚨

apps.emqx.io/v1beta3 and apps.emqx.io/v2alpha1 will be dropped soon

What's Changed

New Contributors

Full Changelog: emqx/emqx-operator@2.2.28...2.2.29


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

--- HelmRelease: database/emqx ClusterRole: database/emqx-operator-manager-role

+++ HelmRelease: database/emqx ClusterRole: database/emqx-operator-manager-role

@@ -5,22 +5,16 @@

   name: emqx-operator-manager-role
 rules:
 - apiGroups:
   - ''
   resources:
   - configmaps
-  verbs:
-  - create
-  - get
-  - list
-  - update
-  - watch
-- apiGroups:
-  - ''
-  resources:
   - endpoints
+  - persistentvolumes
+  - secrets
+  - services
   verbs:
   - create
   - get
   - list
   - update
   - watch
@@ -29,31 +23,22 @@

   resources:
   - events
   verbs:
   - create
   - get
   - list
+  - patch
   - update
   - watch
 - apiGroups:
   - ''
   resources:
   - persistentvolumeclaims
   verbs:
   - create
   - delete
-  - get
-  - list
-  - update
-  - watch
-- apiGroups:
-  - ''
-  resources:
-  - persistentvolumes
-  verbs:
-  - create
   - get
   - list
   - update
   - watch
 - apiGroups:
   - ''
@@ -68,49 +53,67 @@

   - ''
   resources:
   - pods/status
   verbs:
   - patch
 - apiGroups:
-  - ''
-  resources:
-  - secrets
-  verbs:
-  - create
-  - get
-  - list
-  - update
-  - watch
-- apiGroups:
-  - ''
-  resources:
-  - services
-  verbs:
-  - create
-  - get
-  - list
-  - update
-  - watch
-- apiGroups:
   - apps
   resources:
   - replicasets
+  - statefulsets
   verbs:
   - create
   - delete
   - get
   - list
   - update
   - watch
 - apiGroups:
-  - apps
+  - apps.emqx.io
   resources:
-  - statefulsets
+  - emqxbrokers
+  - emqxenterprises
+  - emqxes
+  - emqxplugins
+  - rebalances
   verbs:
   - create
   - delete
+  - get
+  - list
+  - patch
+  - update
+  - watch
+- apiGroups:
+  - apps.emqx.io
+  resources:
+  - emqxbrokers/finalizers
+  - emqxenterprises/finalizers
+  - emqxes/finalizers
+  - emqxplugins/finalizers
+  - rebalances/finalizers
+  verbs:
+  - update
+- apiGroups:
+  - apps.emqx.io
+  resources:
+  - emqxbrokers/status
+  - emqxenterprises/status
+  - emqxes/status
+  - emqxplugins/status
+  - rebalances/status
+  verbs:
+  - get
+  - patch
+  - update
+- apiGroups:
+  - coordination.k8s.io
+  resources:
+  - leases
+  verbs:
+  - create
   - get
   - list
   - update
   - watch
 - apiGroups:
   - policy
@@ -120,147 +123,7 @@

   - create
   - delete
   - get
   - list
   - update
   - watch
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxbrokers
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxbrokers/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxbrokers/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxenterprises
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxenterprises/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxenterprises/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxes
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxes/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxes/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxplugins
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxplugins/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - emqxplugins/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - rebalances
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - rebalances/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - apps.emqx.io
-  resources:
-  - rebalances/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - coordination.k8s.io
-  resources:
-  - leases
-  verbs:
-  - create
-  - get
-  - list
-  - update
-  - watch
 
--- HelmRelease: database/emqx Deployment: database/emqx-operator-controller-manager

+++ HelmRelease: database/emqx Deployment: database/emqx-operator-controller-manager

@@ -30,13 +30,13 @@

         - --leader-elect
         - --metrics-bind-address=:8080
         - --health-probe-bind-address=:8081
         - --zap-devel=false
         command:
         - /manager
-        image: ghcr.io/emqx/emqx-operator:2.2.28
+        image: ghcr.io/emqx/emqx-operator:2.2.29
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@github-actions
Copy link

--- kubernetes/apps/database/emqx/app Kustomization: flux-system/emqx HelmRelease: database/emqx

+++ kubernetes/apps/database/emqx/app Kustomization: flux-system/emqx HelmRelease: database/emqx

@@ -13,13 +13,13 @@

     spec:
       chart: emqx-operator
       sourceRef:
         kind: HelmRepository
         name: emqx
         namespace: flux-system
-      version: 2.2.28
+      version: 2.2.29
   dependsOn:
   - name: cert-manager
     namespace: cert-manager
   install:
     remediation:
       retries: 3

@renovate renovate bot force-pushed the renovate/emqx-operator-2.x branch from ab1991b to d1db1aa Compare January 8, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant