-
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 #141
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
--- kubernetes/apps/rook-ceph/rook-ceph/app Kustomization: flux-system/rook-ceph HelmRelease: rook-ceph/rook-ceph-operator
+++ kubernetes/apps/rook-ceph/rook-ceph/app Kustomization: flux-system/rook-ceph HelmRelease: rook-ceph/rook-ceph-operator
@@ -13,13 +13,13 @@
spec:
chart: rook-ceph
sourceRef:
kind: HelmRepository
name: rook-ceph
namespace: flux-system
- version: v1.13.3
+ version: v1.16.0
dependsOn:
- name: snapshot-controller
namespace: storage
install:
remediation:
retries: 3 |
--- 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
@@ -9,31 +9,38 @@
ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS: '15'
ROOK_OBC_WATCH_OPERATOR_NAMESPACE: 'true'
ROOK_CEPH_ALLOW_LOOP_DEVICES: 'false'
ROOK_ENABLE_DISCOVERY_DAEMON: 'true'
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_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=prefer-crc
+ ROOK_CSI_CEPH_IMAGE: quay.io/cephcsi/cephcsi:v3.13.0
+ ROOK_CSI_REGISTRAR_IMAGE: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
+ ROOK_CSI_PROVISIONER_IMAGE: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
+ ROOK_CSI_SNAPSHOTTER_IMAGE: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
+ ROOK_CSI_ATTACHER_IMAGE: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
+ ROOK_CSI_RESIZER_IMAGE: registry.k8s.io/sig-storage/csi-resizer:v1.11.1
ROOK_CSI_IMAGE_PULL_POLICY: IfNotPresent
CSI_ENABLE_CSIADDONS: 'false'
- ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.8.0
+ ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.11.0
CSI_ENABLE_TOPOLOGY: 'false'
- CSI_ENABLE_READ_AFFINITY: 'false'
ROOK_CSI_ENABLE_NFS: 'false'
CSI_ENABLE_LIVENESS: 'true'
CSI_FORCE_CEPHFS_KERNEL_CLIENT: 'true'
CSI_GRPC_TIMEOUT_SECONDS: '150'
CSI_PROVISIONER_REPLICAS: '2'
CSI_RBD_PROVISIONER_RESOURCE: |
@@ -41,200 +48,175 @@
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
@@ -32,13 +32,58 @@
- create
- get
- update
- delete
- watch
- list
+ - deletecollection
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- get
+- apiGroups:
+ - csi.ceph.io
+ resources:
+ - cephconnections
+ verbs:
+ - create
+ - delete
+ - get
+ - list
+ - update
+ - watch
+- apiGroups:
+ - csi.ceph.io
+ resources:
+ - clientprofiles
+ verbs:
+ - create
+ - delete
+ - get
+ - list
+ - update
+ - watch
+- apiGroups:
+ - csi.ceph.io
+ resources:
+ - operatorconfigs
+ verbs:
+ - create
+ - delete
+ - get
+ - list
+ - update
+ - watch
+- apiGroups:
+ - csi.ceph.io
+ resources:
+ - drivers
+ verbs:
+ - create
+ - delete
+ - get
+ - list
+ - update
+ - watch
--- HelmRelease: rook-ceph/rook-ceph-operator ClusterRole: rook-ceph/cephfs-csi-nodeplugin
+++ HelmRelease: rook-ceph/rook-ceph-operator ClusterRole: rook-ceph/cephfs-csi-nodeplugin
@@ -7,7 +7,31 @@
- apiGroups:
- ''
resources:
- nodes
verbs:
- get
+- apiGroups:
+ - ''
+ resources:
+ - secrets
+ verbs:
+ - get
+- apiGroups:
+ - ''
+ resources:
+ - configmaps
+ verbs:
+ - get
+- apiGroups:
+ - ''
+ resources:
+ - serviceaccounts
+ verbs:
+ - get
+- apiGroups:
+ - ''
+ resources:
+ - serviceaccounts/token
+ verbs:
+ - 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
@@ -11,13 +11,27 @@
verbs:
- get
- list
- apiGroups:
- ''
resources:
+ - configmaps
+ verbs:
+ - get
+- apiGroups:
+ - ''
+ resources:
- nodes
+ verbs:
+ - get
+ - list
+ - watch
+- apiGroups:
+ - storage.k8s.io
+ resources:
+ - csinodes
verbs:
- get
- list
- watch
- apiGroups:
- ''
@@ -84,12 +98,16 @@
- snapshot.storage.k8s.io
resources:
- volumesnapshots
verbs:
- get
- list
+ - watch
+ - update
+ - patch
+ - create
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshotclasses
verbs:
- get
@@ -102,14 +120,52 @@
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:
+ - serviceaccounts
+ verbs:
+ - get
+- apiGroups:
+ - ''
+ resources:
+ - serviceaccounts/token
+ verbs:
+ - create
--- 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
@@ -93,12 +93,15 @@
resources:
- volumesnapshots
verbs:
- get
- list
- watch
+ - update
+ - patch
+ - create
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshotclasses
verbs:
- get
@@ -111,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:
@@ -144,15 +173,7 @@
resources:
- nodes
verbs:
- get
- list
- watch
-- apiGroups:
- - storage.k8s.io
- resources:
- - csinodes
- verbs:
- - get
- - list
- - watch
--- 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
@@ -26,13 +26,13 @@
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 5
containers:
- name: rook-ceph-operator
- image: rook/ceph:v1.13.3
+ image: docker.io/rook/ceph:v1.16.0
imagePullPolicy: IfNotPresent
args:
- ceph
- operator
securityContext:
capabilities:
@@ -66,13 +66,12 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
resources:
limits:
- cpu: 1500m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
serviceAccountName: rook-ceph-system
volumes:
--- HelmRelease: rook-ceph/rook-ceph-operator ServiceMonitor: rook-ceph/csi-metrics
+++ HelmRelease: rook-ceph/rook-ceph-operator ServiceMonitor: rook-ceph/csi-metrics
@@ -15,8 +15,8 @@
selector:
matchLabels:
app: csi-metrics
endpoints:
- port: csi-http-metrics
path: /metrics
- interval: 5s
+ interval: 10s
--- 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
force-pushed
the
renovate/rook-ceph-1.x
branch
from
February 22, 2024 22:31
c002a69
to
13c94d2
Compare
renovate
bot
changed the title
fix(helm): update chart rook-ceph to v1.13.4
fix(helm): update chart rook-ceph to v1.13.5
Feb 22, 2024
renovate
bot
changed the title
fix(helm): update chart rook-ceph to v1.13.5
fix(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:47
4f3c3be
to
f71bf16
Compare
renovate
bot
changed the title
fix(helm): update chart rook-ceph to v1.13.6
fix(helm): update chart rook-ceph to v1.13.7
Mar 14, 2024
renovate
bot
changed the title
fix(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 22:25
f71bf16
to
c1f9e28
Compare
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
April 17, 2024 22:54
c1f9e28
to
888fe7d
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 18:40
888fe7d
to
8e0e795
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
force-pushed
the
renovate/rook-ceph-1.x
branch
from
May 3, 2024 21:46
8e0e795
to
a6b32bf
Compare
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 17, 2024 03:51
a6b32bf
to
789962c
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.4
May 17, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
May 30, 2024 23:16
789962c
to
734f75f
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.4
feat(helm): update chart rook-ceph to v1.14.5
May 30, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
June 14, 2024 04:41
734f75f
to
11f6d23
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.5
feat(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 21, 2024 19:15
11f6d23
to
2de3b22
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.6
feat(helm): update chart rook-ceph to v1.14.7
Jun 21, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
July 3, 2024 21:07
2de3b22
to
a524127
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.7
feat(helm): update chart rook-ceph to v1.14.8
Jul 3, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
July 25, 2024 22:16
a524127
to
0cd456f
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.8
feat(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:29
0cd456f
to
35c4379
Compare
renovate
bot
changed the title
feat(helm): update chart rook-ceph to v1.14.9
feat(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 02:14
35c4379
to
8acb59c
Compare
renovate
bot
changed the title
feat(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 22:21
8acb59c
to
892f211
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 21:46
892f211
to
86f57c0
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:38
86f57c0
to
4e687d1
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
force-pushed
the
renovate/rook-ceph-1.x
branch
from
October 17, 2024 21:08
4e687d1
to
de3ae96
Compare
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
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 6, 2024 22:21
de3ae96
to
d24277f
Compare
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
November 22, 2024 00:46
d24277f
to
127ecba
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 22, 2024
renovate
bot
force-pushed
the
renovate/rook-ceph-1.x
branch
from
December 17, 2024 20:47
127ecba
to
673ca28
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.13.3
->v1.16.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
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.
v1.14.3
Compare Source
Improvements
Rook v1.14.3 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.14.2
Compare Source
Improvements
Rook v1.14.2 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.14.1
Compare Source
Improvements
Rook v1.14.1 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.14.0
Compare Source
Upgrade Guide
To upgrade from previous versions of Rook, see the Rook upgrade guide.
Breaking Changes
repository
andtag
settings are specified separately in the helm chart values.yaml for the CSI images. Helm users previously specifying the CSI images with theimage
setting will need to update their values.yaml with the separaterepository
andtag
settings.csi-*plugin-holder-*
in the Rook operator namespace, see the holder pod deprecation documentation to disable them. Migration of affected clusters is optional for v1.14, but will be required in a future release.CSI_ENABLE_READ_AFFINITY
was removed. v1.13 clusters that have modified this value to be"true"
must set the option as desired in each CephCluster as documented here before upgrading to v1.14.Features
default
service account now use a newrook-ceph-default
service account.application
can be applied to a CephBlockPool CR.rook-ceph
namespace).kubectl
output for Rook CRDs.v1.13.10
Compare Source
Improvements
Rook v1.13.10 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.13.9
Compare Source
Improvements
Rook v1.13.9 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.13.8
Compare Source
Improvements
Rook v1.13.8 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.13.7
Compare Source
Improvements
Rook v1.13.7 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
monitoring
section of CephCluster to ceph-exporter (#13902, @rkachach)v1.13.6
Compare Source
Improvements
Rook v1.13.6 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
master
tag in the values.yaml with the release tag (#13897, @travisn)v1.13.5
Compare Source
Improvements
Rook v1.13.5 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.13.4
Compare Source
Improvements
Rook v1.13.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.