Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update chart mariadb-operator to 0.36.0 #152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2024

This PR contains the following updates:

Package Update Change
mariadb-operator minor 0.24.0 -> 0.36.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mariadb-operator/mariadb-operator (mariadb-operator)

v0.36.0

Compare Source

Run and operate MariaDB in a cloud native way

v0.35.1

Compare Source

Run and operate MariaDB in a cloud native way

v0.35.0

Compare Source

Run and operate MariaDB in a cloud native way

v0.34.0

Compare Source

Run and operate MariaDB in a cloud native way

v0.33.0

Compare Source

Run and operate MariaDB in a cloud native way

v0.32.0

Run and operate MariaDB in a cloud native way


Configuration

📅 Schedule: Branch creation - "on saturday" (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.

Copy link

github-actions bot commented Feb 10, 2024

--- HelmRelease: database/mariadb-operator ConfigMap: database/mariadb-operator-images

+++ HelmRelease: database/mariadb-operator ConfigMap: database/mariadb-operator-images

@@ -1,11 +0,0 @@

----
-apiVersion: v1
-data:
-  MARIADB_OPERATOR_IMAGE: ghcr.io/mariadb-operator/mariadb-operator:v0.0.24
-  RELATED_IMAGE_EXPORTER: prom/mysqld-exporter:v0.15.1
-  RELATED_IMAGE_MARIADB: mariadb:11.2.2
-kind: ConfigMap
-metadata:
-  creationTimestamp: null
-  name: mariadb-operator-images
-
--- HelmRelease: database/mariadb-operator ClusterRole: database/mariadb-operator

+++ HelmRelease: database/mariadb-operator ClusterRole: database/mariadb-operator

@@ -7,12 +7,13 @@

 - apiGroups:
   - ''
   resources:
   - configmaps
   verbs:
   - create
+  - delete
   - get
   - list
   - patch
   - watch
 - apiGroups:
   - ''
@@ -26,62 +27,46 @@

   - patch
   - watch
 - apiGroups:
   - ''
   resources:
   - events
+  - secrets
+  - serviceaccounts
+  - services
   verbs:
   - create
   - list
   - patch
   - watch
 - apiGroups:
   - ''
   resources:
   - persistentvolumeclaims
   verbs:
   - create
+  - deletecollection
   - list
   - patch
   - watch
 - apiGroups:
   - ''
   resources:
   - pods
   verbs:
   - delete
   - get
   - list
   - watch
-- apiGroups:
-  - ''
-  resources:
-  - secrets
-  verbs:
-  - create
-  - list
-  - patch
-  - watch
-- apiGroups:
-  - ''
-  resources:
-  - serviceaccounts
-  verbs:
-  - create
-  - list
-  - patch
-  - watch
-- apiGroups:
-  - ''
-  resources:
-  - services
-  verbs:
-  - create
-  - list
-  - patch
-  - watch
+  - patch
+- apiGroups:
+  - ''
+  resources:
+  - pods/log
+  verbs:
+  - get
 - apiGroups:
   - apps
   resources:
   - deployments
   verbs:
   - create
@@ -91,16 +76,29 @@

 - apiGroups:
   - apps
   resources:
   - statefulsets
   verbs:
   - create
-  - get
-  - list
-  - patch
-  - watch
+  - delete
+  - get
+  - list
+  - patch
+  - watch
+- apiGroups:
+  - authentication.k8s.io
+  resources:
+  - tokenreviews
+  verbs:
+  - create
+- apiGroups:
+  - authorization.k8s.io
+  resources:
+  - subjectaccessreviews
+  verbs:
+  - create
 - apiGroups:
   - batch
   resources:
   - cronjobs
   verbs:
   - create
@@ -110,233 +108,84 @@

 - apiGroups:
   - batch
   resources:
   - jobs
   verbs:
   - create
-  - list
-  - patch
-  - watch
-- apiGroups:
-  - mariadb.mmontes.io
+  - delete
+  - list
+  - patch
+  - watch
+- apiGroups:
+  - k8s.mariadb.com
   resources:
   - backups
+  - connections
+  - databases
+  - grants
+  - mariadbs
+  - maxscales
+  - restores
+  - sqljobs
+  - users
   verbs:
   - create
   - delete
   - get
   - list
   - patch
   - update
   - watch
 - apiGroups:
-  - mariadb.mmontes.io
+  - k8s.mariadb.com
   resources:
   - backups/finalizers
+  - connections/finalizers
+  - databases/finalizers
+  - grants/finalizers
+  - mariadbs/finalizers
+  - maxscales/finalizers
+  - restores/finalizers
+  - sqljobs/finalizers
+  - users/finalizers
   verbs:
   - update
 - apiGroups:
-  - mariadb.mmontes.io
+  - k8s.mariadb.com
   resources:
   - backups/status
+  - connections/status
+  - databases/status
+  - grants/status
+  - mariadbs/status
+  - maxscales/status
+  - restores/status
+  - sqljobs/status
+  - users/status
   verbs:
   - get
   - patch
   - update
 - apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - connections
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - connections
-  - restores
-  verbs:
-  - create
-  - list
-  - patch
-  - watch
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - connections/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - connections/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - databases
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - databases/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - databases/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - grants
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - grants/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - grants/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - mariadbs
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - mariadbs/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - mariadbs/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - restores
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - restores/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - restores/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - sqljobs
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - sqljobs/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - sqljobs/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - users
-  verbs:
-  - create
-  - delete
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - users/finalizers
-  verbs:
-  - update
-- apiGroups:
-  - mariadb.mmontes.io
-  resources:
-  - users/status
-  verbs:
-  - get
-  - patch
-  - update
+  - k8s.mariadb.com
+  resources:
+  - maxscale
+  verbs:
+  - create
+  - list
+  - patch
+  - watch
+- apiGroups:
+  - monitoring.coreos.com
+  resources:
+  - servicemonitors
+  verbs:
+  - create
+  - list
+  - patch
+  - watch
 - apiGroups:
   - policy
   resources:
   - poddisruptionbudgets
   verbs:
   - create
@@ -351,16 +200,7 @@

   - roles
   verbs:
   - create
   - list
   - patch
   - watch
-- apiGroups:
-  - monitoring.coreos.com
-  resources:
-  - servicemonitors
-  verbs:
-  - create
-  - list
-  - patch
-  - watch
 
--- HelmRelease: database/mariadb-operator Deployment: database/mariadb-operator-cert-controller

+++ HelmRelease: database/mariadb-operator Deployment: database/mariadb-operator-cert-controller

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

         app.kubernetes.io/name: mariadb-operator-cert-controller
         app.kubernetes.io/instance: mariadb-operator
     spec:
       serviceAccountName: mariadb-operator-cert-controller-cert-controller
       automountServiceAccountToken: true
       containers:
-      - image: ghcr.io/mariadb-operator/mariadb-operator:v0.0.24
+      - image: docker-registry3.mariadb.com/mariadb-operator/mariadb-operator:0.36.0
         imagePullPolicy: IfNotPresent
         name: cert-controller
         args:
         - cert-controller
         - --ca-secret-name=mariadb-operator-webhook-ca
         - --ca-secret-namespace=database
--- HelmRelease: database/mariadb-operator Deployment: database/mariadb-operator

+++ HelmRelease: database/mariadb-operator Deployment: database/mariadb-operator

@@ -19,25 +19,25 @@

         app.kubernetes.io/instance: mariadb-operator
     spec:
       serviceAccountName: mariadb-operator
       automountServiceAccountToken: true
       terminationGracePeriodSeconds: 10
       containers:
-      - image: ghcr.io/mariadb-operator/mariadb-operator:v0.0.24
+      - image: docker-registry3.mariadb.com/mariadb-operator/mariadb-operator:0.36.0
         imagePullPolicy: IfNotPresent
         name: controller
         args:
         - --metrics-addr=:8080
         - --log-level=INFO
         ports:
         - containerPort: 8080
           protocol: TCP
           name: metrics
         envFrom:
         - configMapRef:
-            name: mariadb-operator-images
+            name: mariadb-operator-env
         env:
         - name: CLUSTER_NAME
           value: cluster.local
         - name: MARIADB_OPERATOR_NAME
           valueFrom:
             fieldRef:
--- HelmRelease: database/mariadb-operator Deployment: database/mariadb-operator-webhook

+++ HelmRelease: database/mariadb-operator Deployment: database/mariadb-operator-webhook

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

         app.kubernetes.io/instance: mariadb-operator
     spec:
       serviceAccountName: mariadb-operator-webhook
       automountServiceAccountToken: true
       hostNetwork: false
       containers:
-      - image: ghcr.io/mariadb-operator/mariadb-operator:v0.0.24
+      - image: docker-registry3.mariadb.com/mariadb-operator/mariadb-operator:0.36.0
         imagePullPolicy: IfNotPresent
         name: webhook
         args:
         - webhook
         - --ca-cert-path=/tmp/k8s-webhook-server/certificate-authority/tls.crt
         - --cert-dir=/tmp/k8s-webhook-server/serving-certs
--- HelmRelease: database/mariadb-operator MutatingWebhookConfiguration: database/mariadb-operator-webhook

+++ HelmRelease: database/mariadb-operator MutatingWebhookConfiguration: database/mariadb-operator-webhook

@@ -5,26 +5,26 @@

   name: mariadb-operator-webhook
   labels:
     app.kubernetes.io/name: mariadb-operator-webhook
     app.kubernetes.io/instance: mariadb-operator
     app.kubernetes.io/managed-by: Helm
   annotations:
-    mariadb.mmontes.io/webhook: ''
+    k8s.mariadb.com/webhook: ''
 webhooks:
 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: mariadb-operator-webhook
       namespace: database
-      path: /mutate-mariadb-mmontes-io-v1alpha1-mariadb
+      path: /mutate-k8s-mariadb-com-v1alpha1-mariadb
   failurePolicy: Fail
   name: mmariadb.kb.io
   rules:
   - apiGroups:
-    - mariadb.mmontes.io
+    - k8s.mariadb.com
     apiVersions:
     - v1alpha1
     operations:
     - CREATE
     - UPDATE
     resources:
--- HelmRelease: database/mariadb-operator ValidatingWebhookConfiguration: database/mariadb-operator-webhook

+++ HelmRelease: database/mariadb-operator ValidatingWebhookConfiguration: database/mariadb-operator-webhook

@@ -5,26 +5,26 @@

   name: mariadb-operator-webhook
   labels:
     app.kubernetes.io/name: mariadb-operator-webhook
     app.kubernetes.io/instance: mariadb-operator
     app.kubernetes.io/managed-by: Helm
   annotations:
-    mariadb.mmontes.io/webhook: ''
+    k8s.mariadb.com/webhook: ''
 webhooks:
 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: mariadb-operator-webhook
       namespace: database
-      path: /validate-mariadb-mmontes-io-v1alpha1-backup
+      path: /validate-k8s-mariadb-com-v1alpha1-backup
   failurePolicy: Fail
   name: vbackup.kb.io
   rules:
   - apiGroups:
-    - mariadb.mmontes.io
+    - k8s.mariadb.com
     apiVersions:
     - v1alpha1
     operations:
     - CREATE
     - UPDATE
     resources:
@@ -33,18 +33,18 @@

 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: mariadb-operator-webhook
       namespace: database
-      path: /validate-mariadb-mmontes-io-v1alpha1-connection
+      path: /validate-k8s-mariadb-com-v1alpha1-connection
   failurePolicy: Fail
   name: vconnection.kb.io
   rules:
   - apiGroups:
-    - mariadb.mmontes.io
+    - k8s.mariadb.com
     apiVersions:
     - v1alpha1
     operations:
     - CREATE
     - UPDATE
     resources:
@@ -53,18 +53,18 @@

 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: mariadb-operator-webhook
       namespace: database
-      path: /validate-mariadb-mmontes-io-v1alpha1-database
+      path: /validate-k8s-mariadb-com-v1alpha1-database
   failurePolicy: Fail
   name: vdatabase.kb.io
   rules:
   - apiGroups:
-    - mariadb.mmontes.io
+    - k8s.mariadb.com
     apiVersions:
     - v1alpha1
     operations:
     - CREATE
     - UPDATE
     resources:
@@ -73,18 +73,18 @@

 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: mariadb-operator-webhook
       namespace: database
-      path: /validate-mariadb-mmontes-io-v1alpha1-grant
+      path: /validate-k8s-mariadb-com-v1alpha1-grant
   failurePolicy: Fail
   name: vgrant.kb.io
   rules:
   - apiGroups:
-    - mariadb.mmontes.io
+    - k8s.mariadb.com
     apiVersions:
     - v1alpha1
     operations:
     - CREATE
     - UPDATE
     resources:
@@ -93,18 +93,18 @@

 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: mariadb-operator-webhook
       namespace: database
-      path: /validate-mariadb-mmontes-io-v1alpha1-mariadb
+      path: /validate-k8s-mariadb-com-v1alpha1-mariadb
   failurePolicy: Fail
   name: vmariadb.kb.io
   rules:
   - apiGroups:
-    - mariadb.mmontes.io
+    - k8s.mariadb.com
     apiVersions:
     - v1alpha1
     operations:
     - CREATE
     - UPDATE
     resources:
@@ -113,18 +113,38 @@

 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: mariadb-operator-webhook
       namespace: database
-      path: /validate-mariadb-mmontes-io-v1alpha1-restore
+      path: /validate-k8s-mariadb-com-v1alpha1-maxscale
+  failurePolicy: Fail
+  name: vmaxscale.kb.io
+  rules:
+  - apiGroups:
+    - k8s.mariadb.com
+    apiVersions:
+    - v1alpha1
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - maxscales
+  sideEffects: None
+- admissionReviewVersions:
+  - v1
+  clientConfig:
+    service:
+      name: mariadb-operator-webhook
+      namespace: database
+      path: /validate-k8s-mariadb-com-v1alpha1-restore
   failurePolicy: Fail
   name: vrestore.kb.io
   rules:
   - apiGroups:
-    - mariadb.mmontes.io
+    - k8s.mariadb.com
     apiVersions:
     - v1alpha1
     operations:
     - CREATE
     - UPDATE
     resources:
@@ -133,18 +153,18 @@

 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: mariadb-operator-webhook
       namespace: database
-      path: /validate-mariadb-mmontes-io-v1alpha1-sqljob
+      path: /validate-k8s-mariadb-com-v1alpha1-sqljob
   failurePolicy: Fail
   name: vsqljob.kb.io
   rules:
   - apiGroups:
-    - mariadb.mmontes.io
+    - k8s.mariadb.com
     apiVersions:
     - v1alpha1
     operations:
     - CREATE
     - UPDATE
     resources:
@@ -153,18 +173,18 @@

 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: mariadb-operator-webhook
       namespace: database
-      path: /validate-mariadb-mmontes-io-v1alpha1-user
+      path: /validate-k8s-mariadb-com-v1alpha1-user
   failurePolicy: Fail
   name: vuser.kb.io
   rules:
   - apiGroups:
-    - mariadb.mmontes.io
+    - k8s.mariadb.com
     apiVersions:
     - v1alpha1
     operations:
     - CREATE
     - UPDATE
     resources:
--- HelmRelease: database/mariadb-operator ConfigMap: database/mariadb-operator-env

+++ HelmRelease: database/mariadb-operator ConfigMap: database/mariadb-operator-env

@@ -0,0 +1,15 @@

+---
+apiVersion: v1
+data:
+  MARIADB_ENTRYPOINT_VERSION: '11.4'
+  MARIADB_GALERA_LIB_PATH: /usr/lib/galera/libgalera_smm.so
+  MARIADB_OPERATOR_IMAGE: docker-registry3.mariadb.com/mariadb-operator/mariadb-operator:0.36.0
+  RELATED_IMAGE_EXPORTER: prom/mysqld-exporter:v0.15.1
+  RELATED_IMAGE_EXPORTER_MAXSCALE: docker-registry2.mariadb.com/mariadb/maxscale-prometheus-exporter-ubi:v0.0.1
+  RELATED_IMAGE_MARIADB: docker-registry1.mariadb.com/library/mariadb:11.4.3
+  RELATED_IMAGE_MAXSCALE: docker-registry2.mariadb.com/mariadb/maxscale:23.08.5
+kind: ConfigMap
+metadata:
+  creationTimestamp: null
+  name: mariadb-operator-env
+
--- HelmRelease: database/mariadb-operator ClusterRole: database/mariadb-operator-view

+++ HelmRelease: database/mariadb-operator ClusterRole: database/mariadb-operator-view

@@ -0,0 +1,17 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+  name: mariadb-operator-view
+  labels:
+    rbac.authorization.k8s.io/aggregate-to-view: 'true'
+rules:
+- apiGroups:
+  - k8s.mariadb.com
+  resources:
+  - '*'
+  verbs:
+  - get
+  - list
+  - watch
+
--- HelmRelease: database/mariadb-operator ClusterRole: database/mariadb-operator-edit

+++ HelmRelease: database/mariadb-operator ClusterRole: database/mariadb-operator-edit

@@ -0,0 +1,18 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+  name: mariadb-operator-edit
+  labels:
+    rbac.authorization.k8s.io/aggregate-to-edit: 'true'
+rules:
+- apiGroups:
+  - k8s.mariadb.com
+  resources:
+  - '*'
+  verbs:
+  - create
+  - update
+  - patch
+  - delete
+

Copy link

github-actions bot commented Feb 10, 2024

--- kubernetes/apps/database/mariadb/operator Kustomization: flux-system/cluster-apps-mariadb-operator HelmRelease: database/mariadb-operator

+++ kubernetes/apps/database/mariadb/operator Kustomization: flux-system/cluster-apps-mariadb-operator HelmRelease: database/mariadb-operator

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

     spec:
       chart: mariadb-operator
       sourceRef:
         kind: HelmRepository
         name: mariadb-operator
         namespace: flux-system
-      version: 0.24.0
+      version: 0.36.0
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.25.0 feat(helm): update chart mariadb-operator to 0.26.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from eb18bc6 to e2f80c5 Compare March 4, 2024 13:23
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.26.0 feat(helm): update chart mariadb-operator to 0.27.0 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from e2f80c5 to 9546eb8 Compare March 8, 2024 14:06
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from 9546eb8 to 62b9893 Compare May 2, 2024 16:42
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.27.0 feat(helm): update chart mariadb-operator to 0.28.1 May 2, 2024
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.28.1 feat(helm): update chart mariadb-operator to 0.29.0 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from 62b9893 to 50ae05c Compare June 7, 2024 13:13
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from 50ae05c to 5324b30 Compare August 29, 2024 15:31
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.29.0 feat(helm): update chart mariadb-operator to 0.30.0 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from 5324b30 to a8b2c0c Compare September 13, 2024 16:44
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.30.0 feat(helm): update chart mariadb-operator to 0.31.0 Sep 13, 2024
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.31.0 feat(helm): update chart mariadb-operator to 0.32.0 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from a8b2c0c to 6f5caae Compare September 27, 2024 12:31
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.32.0 feat(helm): update chart mariadb-operator to 0.33.0 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from 6f5caae to 90f373e Compare September 27, 2024 16:05
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.33.0 feat(helm): update chart mariadb-operator to 0.34.0 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from 90f373e to 750c221 Compare October 7, 2024 16:48
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from 750c221 to bf5fb36 Compare October 24, 2024 17:21
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.34.0 feat(helm): update chart mariadb-operator to 0.35.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from bf5fb36 to 761937f Compare October 25, 2024 18:13
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.35.0 feat(helm): update chart mariadb-operator to 0.35.1 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/mariadb-operator-0.x branch from 761937f to 7f8a624 Compare November 8, 2024 12:32
@renovate renovate bot changed the title feat(helm): update chart mariadb-operator to 0.35.1 feat(helm): update chart mariadb-operator to 0.36.0 Nov 8, 2024
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.

0 participants