generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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 rook-ceph to v1.16.0 #351
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/rook-ceph-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
area/kubernetes
Changes made in the kubernetes directory
label
Jan 6, 2024
--- kubernetes/apps/rook-ceph/rook-ceph/app Kustomization: flux-system/cluster-apps-rook-ceph HelmRelease: rook-ceph/rook-ceph-operator
+++ kubernetes/apps/rook-ceph/rook-ceph/app Kustomization: flux-system/cluster-apps-rook-ceph HelmRelease: rook-ceph/rook-ceph-operator
@@ -15,13 +15,13 @@
spec:
chart: rook-ceph
sourceRef:
kind: HelmRepository
name: rook-ceph
namespace: flux-system
- version: v1.12.8
+ version: v1.14.3
install:
remediation:
retries: 3
interval: 30m
maxHistory: 2
timeout: 15m |
--- HelmRelease: rook-ceph/rook-ceph-operator ConfigMap: rook-ceph/rook-ceph-operator-config
+++ HelmRelease: rook-ceph/rook-ceph-operator ConfigMap: rook-ceph/rook-ceph-operator-config
@@ -1,240 +1,222 @@
---
kind: ConfigMap
apiVersion: v1
metadata:
name: rook-ceph-operator-config
+ namespace: rook-ceph
data:
ROOK_LOG_LEVEL: INFO
ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS: '15'
ROOK_OBC_WATCH_OPERATOR_NAMESPACE: 'true'
ROOK_CEPH_ALLOW_LOOP_DEVICES: 'false'
- ROOK_DISABLE_ADMISSION_CONTROLLER: 'true'
ROOK_ENABLE_DISCOVERY_DAEMON: 'false'
ROOK_CSI_ENABLE_RBD: 'true'
ROOK_CSI_ENABLE_CEPHFS: 'true'
+ ROOK_CSI_DISABLE_DRIVER: 'false'
CSI_ENABLE_CEPHFS_SNAPSHOTTER: 'true'
CSI_ENABLE_NFS_SNAPSHOTTER: 'true'
CSI_ENABLE_RBD_SNAPSHOTTER: 'true'
CSI_PLUGIN_ENABLE_SELINUX_HOST_MOUNT: 'false'
CSI_ENABLE_ENCRYPTION: 'false'
CSI_ENABLE_OMAP_GENERATOR: 'false'
CSI_ENABLE_HOST_NETWORK: 'true'
+ CSI_DISABLE_HOLDER_PODS: 'true'
CSI_ENABLE_METADATA: 'false'
+ CSI_ENABLE_VOLUME_GROUP_SNAPSHOT: 'true'
CSI_PLUGIN_PRIORITY_CLASSNAME: system-node-critical
CSI_PROVISIONER_PRIORITY_CLASSNAME: system-cluster-critical
CSI_RBD_FSGROUPPOLICY: File
CSI_CEPHFS_FSGROUPPOLICY: File
CSI_NFS_FSGROUPPOLICY: File
CSI_CEPHFS_KERNEL_MOUNT_OPTIONS: ms_mode=secure
- ROOK_CSI_ENABLE_GRPC_METRICS: 'false'
+ ROOK_CSI_CEPH_IMAGE: quay.io/cephcsi/cephcsi:v3.11.0
+ ROOK_CSI_REGISTRAR_IMAGE: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
+ ROOK_CSI_PROVISIONER_IMAGE: registry.k8s.io/sig-storage/csi-provisioner:v4.0.1
+ ROOK_CSI_SNAPSHOTTER_IMAGE: registry.k8s.io/sig-storage/csi-snapshotter:v7.0.2
+ ROOK_CSI_ATTACHER_IMAGE: registry.k8s.io/sig-storage/csi-attacher:v4.5.1
+ ROOK_CSI_RESIZER_IMAGE: registry.k8s.io/sig-storage/csi-resizer:v1.10.1
ROOK_CSI_IMAGE_PULL_POLICY: IfNotPresent
CSI_ENABLE_CSIADDONS: 'false'
- ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.7.0
+ ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.8.0
CSI_ENABLE_TOPOLOGY: 'false'
- CSI_ENABLE_READ_AFFINITY: 'false'
ROOK_CSI_ENABLE_NFS: 'false'
CSI_FORCE_CEPHFS_KERNEL_CLIENT: 'true'
CSI_GRPC_TIMEOUT_SECONDS: '150'
CSI_PROVISIONER_REPLICAS: '2'
CSI_RBD_PROVISIONER_RESOURCE: |
- name : csi-provisioner
resource:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 256Mi
- cpu: 200m
- name : csi-resizer
resource:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 256Mi
- cpu: 200m
- name : csi-attacher
resource:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 256Mi
- cpu: 200m
- name : csi-snapshotter
resource:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 256Mi
- cpu: 200m
- name : csi-rbdplugin
resource:
requests:
memory: 512Mi
- cpu: 250m
- limits:
- memory: 1Gi
- cpu: 500m
+ limits:
+ memory: 1Gi
- name : csi-omap-generator
resource:
requests:
memory: 512Mi
cpu: 250m
limits:
memory: 1Gi
- cpu: 500m
- - name : liveness-prometheus
- resource:
- requests:
- memory: 128Mi
- cpu: 50m
- limits:
- memory: 256Mi
- cpu: 100m
+ - name : liveness-prometheus
+ resource:
+ requests:
+ memory: 128Mi
+ cpu: 50m
+ limits:
+ memory: 256Mi
CSI_RBD_PLUGIN_RESOURCE: |
- name : driver-registrar
resource:
requests:
memory: 128Mi
cpu: 50m
limits:
memory: 256Mi
- cpu: 100m
- name : csi-rbdplugin
resource:
requests:
memory: 512Mi
cpu: 250m
limits:
memory: 1Gi
- cpu: 500m
- - name : liveness-prometheus
- resource:
- requests:
- memory: 128Mi
- cpu: 50m
- limits:
- memory: 256Mi
- cpu: 100m
+ - name : liveness-prometheus
+ resource:
+ requests:
+ memory: 128Mi
+ cpu: 50m
+ limits:
+ memory: 256Mi
CSI_CEPHFS_PROVISIONER_RESOURCE: |
- name : csi-provisioner
resource:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 256Mi
- cpu: 200m
- name : csi-resizer
resource:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 256Mi
- cpu: 200m
- name : csi-attacher
resource:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 256Mi
- cpu: 200m
- name : csi-snapshotter
resource:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 256Mi
- cpu: 200m
- name : csi-cephfsplugin
resource:
requests:
memory: 512Mi
cpu: 250m
limits:
memory: 1Gi
- cpu: 500m
- - name : liveness-prometheus
- resource:
- requests:
- memory: 128Mi
- cpu: 50m
- limits:
- memory: 256Mi
- cpu: 100m
+ - name : liveness-prometheus
+ resource:
+ requests:
+ memory: 128Mi
+ cpu: 50m
+ limits:
+ memory: 256Mi
CSI_CEPHFS_PLUGIN_RESOURCE: |
- name : driver-registrar
resource:
requests:
memory: 128Mi
cpu: 50m
limits:
memory: 256Mi
- cpu: 100m
- name : csi-cephfsplugin
resource:
requests:
memory: 512Mi
cpu: 250m
limits:
memory: 1Gi
- cpu: 500m
- - name : liveness-prometheus
- resource:
- requests:
- memory: 128Mi
- cpu: 50m
- limits:
- memory: 256Mi
- cpu: 100m
+ - name : liveness-prometheus
+ resource:
+ requests:
+ memory: 128Mi
+ cpu: 50m
+ limits:
+ memory: 256Mi
CSI_NFS_PROVISIONER_RESOURCE: |
- name : csi-provisioner
resource:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 256Mi
- cpu: 200m
- name : csi-nfsplugin
resource:
requests:
memory: 512Mi
cpu: 250m
limits:
memory: 1Gi
- cpu: 500m
- name : csi-attacher
resource:
requests:
memory: 512Mi
cpu: 250m
limits:
memory: 1Gi
- cpu: 500m
CSI_NFS_PLUGIN_RESOURCE: |
- name : driver-registrar
resource:
requests:
memory: 128Mi
cpu: 50m
limits:
memory: 256Mi
- cpu: 100m
- name : csi-nfsplugin
resource:
requests:
memory: 512Mi
cpu: 250m
limits:
memory: 1Gi
- cpu: 500m
CSI_CEPHFS_ATTACH_REQUIRED: 'true'
CSI_RBD_ATTACH_REQUIRED: 'true'
CSI_NFS_ATTACH_REQUIRED: 'true'
--- HelmRelease: rook-ceph/rook-ceph-operator ClusterRole: rook-ceph/rook-ceph-system
+++ HelmRelease: rook-ceph/rook-ceph-operator ClusterRole: rook-ceph/rook-ceph-system
@@ -22,31 +22,23 @@
- ''
resources:
- pods/exec
verbs:
- create
- apiGroups:
- - admissionregistration.k8s.io
- resources:
- - validatingwebhookconfigurations
- verbs:
- - create
- - get
- - delete
- - update
-- apiGroups:
- csiaddons.openshift.io
resources:
- networkfences
verbs:
- create
- get
- update
- delete
- watch
- list
+ - deletecollection
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- get
--- HelmRelease: rook-ceph/rook-ceph-operator ClusterRole: rook-ceph/rook-ceph-global
+++ HelmRelease: rook-ceph/rook-ceph-operator ClusterRole: rook-ceph/rook-ceph-global
@@ -13,13 +13,12 @@
- apiGroups:
- ''
resources:
- pods
- nodes
- nodes/proxy
- - services
- secrets
- configmaps
verbs:
- get
- list
- watch
@@ -27,12 +26,13 @@
- ''
resources:
- events
- persistentvolumes
- persistentvolumeclaims
- endpoints
+ - services
verbs:
- get
- list
- watch
- patch
- create
--- HelmRelease: rook-ceph/rook-ceph-operator ClusterRole: rook-ceph/cephfs-external-provisioner-runner
+++ HelmRelease: rook-ceph/rook-ceph-operator ClusterRole: rook-ceph/cephfs-external-provisioner-runner
@@ -25,12 +25,13 @@
- persistentvolumes
verbs:
- get
- list
- watch
- create
+ - update
- delete
- patch
- apiGroups:
- ''
resources:
- persistentvolumeclaims
@@ -83,12 +84,16 @@
- snapshot.storage.k8s.io
resources:
- volumesnapshots
verbs:
- get
- list
+ - watch
+ - update
+ - patch
+ - create
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshotclasses
verbs:
- get
@@ -101,14 +106,40 @@
verbs:
- get
- list
- watch
- patch
- update
+ - create
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshotcontents/status
verbs:
- update
- patch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshotclasses
+ verbs:
+ - get
+ - list
+ - watch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshotcontents
+ verbs:
+ - get
+ - list
+ - watch
+ - update
+ - patch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshotcontents/status
+ verbs:
+ - update
+ - patch
--- HelmRelease: rook-ceph/rook-ceph-operator ClusterRole: rook-ceph/rbd-external-provisioner-runner
+++ HelmRelease: rook-ceph/rook-ceph-operator ClusterRole: rook-ceph/rbd-external-provisioner-runner
@@ -18,12 +18,13 @@
- persistentvolumes
verbs:
- get
- list
- watch
- create
+ - update
- delete
- patch
- apiGroups:
- ''
resources:
- persistentvolumeclaims
@@ -92,12 +93,15 @@
resources:
- volumesnapshots
verbs:
- get
- list
- watch
+ - update
+ - patch
+ - create
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshotclasses
verbs:
- get
@@ -110,16 +114,42 @@
verbs:
- get
- list
- watch
- patch
- update
+ - create
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshotcontents/status
+ verbs:
+ - update
+ - patch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshotclasses
+ verbs:
+ - get
+ - list
+ - watch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshotcontents
+ verbs:
+ - get
+ - list
+ - watch
+ - update
+ - patch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshotcontents/status
verbs:
- update
- patch
- apiGroups:
- ''
resources:
--- HelmRelease: rook-ceph/rook-ceph-operator Role: rook-ceph/rook-ceph-rgw
+++ HelmRelease: rook-ceph/rook-ceph-operator Role: rook-ceph/rook-ceph-rgw
@@ -1,14 +0,0 @@
----
-kind: Role
-apiVersion: rbac.authorization.k8s.io/v1
-metadata:
- name: rook-ceph-rgw
- namespace: rook-ceph
-rules:
-- apiGroups:
- - ''
- resources:
- - configmaps
- verbs:
- - get
-
--- HelmRelease: rook-ceph/rook-ceph-operator RoleBinding: rook-ceph/rook-ceph-rgw
+++ HelmRelease: rook-ceph/rook-ceph-operator RoleBinding: rook-ceph/rook-ceph-rgw
@@ -1,15 +0,0 @@
----
-kind: RoleBinding
-apiVersion: rbac.authorization.k8s.io/v1
-metadata:
- name: rook-ceph-rgw
- namespace: rook-ceph
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: Role
- name: rook-ceph-rgw
-subjects:
-- kind: ServiceAccount
- name: rook-ceph-rgw
- namespace: rook-ceph
-
--- HelmRelease: rook-ceph/rook-ceph-operator Deployment: rook-ceph/rook-ceph-operator
+++ HelmRelease: rook-ceph/rook-ceph-operator Deployment: rook-ceph/rook-ceph-operator
@@ -1,11 +1,12 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: rook-ceph-operator
+ namespace: rook-ceph
labels:
operator: rook
storage-backend: ceph
app.kubernetes.io/part-of: rook-ceph-operator
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/created-by: helm
@@ -18,34 +19,36 @@
type: Recreate
template:
metadata:
labels:
app: rook-ceph-operator
spec:
+ tolerations:
+ - effect: NoExecute
+ key: node.kubernetes.io/unreachable
+ operator: Exists
+ tolerationSeconds: 5
containers:
- name: rook-ceph-operator
- image: rook/ceph:v1.12.8
+ image: rook/ceph:v1.14.3
imagePullPolicy: IfNotPresent
args:
- ceph
- operator
securityContext:
+ capabilities:
+ drop:
+ - ALL
+ runAsGroup: 2016
runAsNonRoot: true
runAsUser: 2016
- runAsGroup: 2016
volumeMounts:
- mountPath: /var/lib/rook
name: rook-config
- mountPath: /etc/ceph
name: default-config-dir
- - mountPath: /etc/webhook
- name: webhook-cert
- ports:
- - containerPort: 9443
- name: https-webhook
- protocol: TCP
env:
- name: ROOK_CURRENT_NAMESPACE_ONLY
value: 'false'
- name: ROOK_HOSTPATH_REQUIRES_PRIVILEGED
value: 'false'
- name: ROOK_DISABLE_DEVICE_HOTPLUG
@@ -63,20 +66,17 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
resources:
limits:
- cpu: 500m
memory: 512Mi
requests:
- cpu: 100m
+ cpu: 200m
memory: 128Mi
serviceAccountName: rook-ceph-system
volumes:
- name: rook-config
emptyDir: {}
- name: default-config-dir
emptyDir: {}
- - name: webhook-cert
- emptyDir: {}
--- HelmRelease: rook-ceph/rook-ceph-operator ServiceAccount: rook-ceph/rook-ceph-default
+++ HelmRelease: rook-ceph/rook-ceph-operator ServiceAccount: rook-ceph/rook-ceph-default
@@ -0,0 +1,10 @@
+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: rook-ceph-default
+ namespace: rook-ceph
+ labels:
+ operator: rook
+ storage-backend: ceph
+ |
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.13.1
feat(helm): update chart rook-ceph to v1.13.2
Jan 11, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
January 11, 2024 22:48
9e5b7dd
to
5a631ea
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.13.2
feat(helm): update chart rook-ceph to v1.13.3
Jan 26, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
January 26, 2024 01:40
5a631ea
to
d0f271c
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.13.3
feat(helm): update chart rook-ceph to v1.13.4
Feb 8, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
February 8, 2024 22:26
d0f271c
to
654827f
Compare
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
February 22, 2024 21:52
654827f
to
9d5fff4
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.13.4
feat(helm): update chart rook-ceph to v1.13.5
Feb 22, 2024
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.13.5
feat(helm): update chart rook-ceph to v1.13.6
Mar 7, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
2 times, most recently
from
March 14, 2024 22:56
8f6f3d4
to
4746dae
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.13.6
feat(helm): update chart rook-ceph to v1.13.7
Mar 14, 2024
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.13.7
feat(helm): update chart rook-ceph to v1.14.0
Apr 3, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
April 3, 2024 23:11
4746dae
to
109b79d
Compare
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
April 17, 2024 22:37
109b79d
to
cf50043
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.0
feat(helm): update chart rook-ceph to v1.14.1
Apr 17, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
April 19, 2024 19:41
cf50043
to
8fac159
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.1
feat(helm): update chart rook-ceph to v1.14.2
Apr 19, 2024
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.2
feat(helm): update chart rook-ceph to v1.14.3
May 3, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
May 3, 2024 23:10
8fac159
to
82853c0
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.3
feat(helm): update chart rook-ceph to v1.14.3 - autoclosed
May 14, 2024
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.3 - autoclosed
feat(helm): update chart rook-ceph to v1.14.3
May 17, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
May 17, 2024 07:19
82853c0
to
78434b2
Compare
renovate
bot
changed the title
fix(helm): update chart rook-ceph to v1.14.4
fix(helm): update chart rook-ceph to v1.14.5
May 30, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
May 30, 2024 21:15
78434b2
to
5957213
Compare
renovate
bot
changed the title
fix(helm): update chart rook-ceph to v1.14.5
fix(helm): update chart rook-ceph to v1.14.6
Jun 14, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
June 14, 2024 02:41
5957213
to
6003226
Compare
renovate
bot
changed the title
fix(helm): update chart rook-ceph to v1.14.6
fix(helm): update chart rook-ceph to v1.14.7
Jun 21, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
June 21, 2024 18:55
6003226
to
c867470
Compare
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
July 6, 2024 00:36
c867470
to
fe533c1
Compare
renovate
bot
changed the title
fix(helm): update chart rook-ceph to v1.14.7
fix(helm): update chart rook-ceph to v1.14.8
Jul 6, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
July 25, 2024 22:41
fe533c1
to
1b8095d
Compare
renovate
bot
changed the title
fix(helm): update chart rook-ceph to v1.14.8
fix(helm): update chart rook-ceph to v1.14.9
Jul 25, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
August 20, 2024 23:18
1b8095d
to
d5e78c3
Compare
renovate
bot
changed the title
fix(helm): update chart rook-ceph to v1.14.9
fix(helm): update chart rook-ceph to v1.14.10
Aug 20, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
August 21, 2024 01:22
d5e78c3
to
e085c3b
Compare
renovate
bot
changed the title
fix(helm): update chart rook-ceph to v1.14.10
feat(helm): update chart rook-ceph to v1.15.0
Aug 21, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
September 4, 2024 23:09
e085c3b
to
57e514a
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.15.0
feat(helm): update chart rook-ceph to v1.15.1
Sep 4, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
September 19, 2024 22:05
57e514a
to
15fd311
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.15.1
feat(helm): update chart rook-ceph to v1.15.2
Sep 19, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
October 3, 2024 22:15
15fd311
to
7441a76
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.15.2
feat(helm): update chart rook-ceph to v1.15.3
Oct 3, 2024
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.15.3
feat(helm): update chart rook-ceph to v1.15.4
Oct 17, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
October 17, 2024 23:34
7441a76
to
c5c4b59
Compare
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
November 6, 2024 22:46
c5c4b59
to
2b6c7c3
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.15.4
feat(helm): update chart rook-ceph to v1.15.5
Nov 6, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
November 21, 2024 23:00
2b6c7c3
to
e1d3633
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.15.5
feat(helm): update chart rook-ceph to v1.15.6
Nov 21, 2024
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.15.6
feat(helm): update chart rook-ceph to v1.16.0
Dec 17, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
December 17, 2024 21:22
e1d3633
to
dcd24a9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.14.3
->v1.16.0
Release Notes
rook/rook (rook-ceph)
v1.16.0
Compare Source
v1.15.7
Compare Source
Improvements
Rook v1.15.7 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.15.6
Compare Source
Improvements
Rook v1.15.6 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.15.5
Compare Source
Improvements
Rook v1.15.5 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
/run/udev
in the init container for ceph-volume activate (#14901, @guits)v1.15.4
Compare Source
Improvements
Rook v1.15.4 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.15.3
Compare Source
Improvements
Rook v1.15.3 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.15.2
Compare Source
Improvements
Rook v1.15.2 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.15.1
Compare Source
Improvements
Rook v1.15.1 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
mon.zones
spec (#14636, @BenoitKnecht)v1.15.0
Compare Source
Upgrade Guide
To upgrade from previous versions of Rook, see the Rook upgrade guide.
Breaking Changes
csi-*plugin-holder-*
in the Rook operator namespace, see the detailed documentation to disable them. This deprecation process will be required before upgrading to the future Rook v1.16.spec.hosting
configurations are set. Use the newspec.hosting.advertiseEndpoint
config to define required behavior as documented.Features
allowDeviceClassUpdate: true
is set in the CephCluster CR.allowOsdCrushWeightUpdate: true
is set in the CephCluster CR.docker.io/rook/ceph
) in operator manifests and helm charts.Experimental Features
operator.yaml
.v1.14.12
Compare Source
Improvements
Rook v1.14.12 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.14.11
Compare Source
Improvements
Rook v1.14.11 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.14.10
Compare Source
Improvements
Rook v1.14.10 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.14.9
Compare Source
Improvements
Rook v1.14.9 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.14.8
Compare Source
Improvements
Rook v1.14.8 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.14.7
Compare Source
What's Changed
monitoring: fix CephPoolGrowthWarning expression (#14346, @matofeder)
monitoring: Set honor labels on the service monitor (#14339, @travisn)
Full Changelog: rook/rook@v1.14.6...v1.14.7
v1.14.6
Compare Source
What's Changed
v1.14.5
Compare Source
Improvements
Rook v1.14.5 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.14.4
Compare Source
Improvements
Rook v1.14.4 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
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.
This PR was generated by Mend Renovate. View the repository job log.