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

fix(helm): update rook-ceph group to v1.10.10 (patch) #490

Merged
merged 1 commit into from
Jan 25, 2023

Conversation

snoopy82481-bot[bot]
Copy link
Contributor

@snoopy82481-bot snoopy82481-bot bot commented Jan 12, 2023

This PR contains the following updates:

Package Update Change
rook-ceph patch v1.10.8 -> v1.10.10
rook-ceph-cluster patch v1.10.8 -> v1.10.10
rook/ceph patch v1.10.8 -> v1.10.10

Release Notes

rook/rook

v1.10.10

Compare Source

Improvements

Rook v1.10.10 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.

  • core: Fix regression in v1.10.9 causing PVC mounts to fail in clusters with older kernels where encryption is not enabled (#​11554, @​Madhu-1)
  • csi: Enable custom ceph.conf overrides for csi pods that was being ignored (#​11556, @​Madhu-1)
  • docs: Correctly indent ceph cluster crd list items (#​11546, @​galexrt)
  • docs: Remove obsolete health checker related option in object-external.yaml (#​11543, @​thotz)

v1.10.9

Compare Source

Improvements

Rook v1.10.9 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.

This release is not recommended due to #​11541, which is fixed in v1.10.10.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


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

This PR has been generated by Renovate Bot.

@snoopy82481-bot snoopy82481-bot bot added renovate/container renovate/helm type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 12, 2023
@snoopy82481-bot
Copy link
Contributor Author

Path: k8s/namespaces/clusters/base/rook-ceph/rook-operator/helm-release.yaml
Version: v1.10.8 -> v1.10.9

@@ -141,6 +141,7 @@
 ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS: "15"
 ROOK_OBC_WATCH_OPERATOR_NAMESPACE: "true"
 ROOK_CEPH_ALLOW_LOOP_DEVICES: "false"
+ ROOK_DISABLE_ADMISSION_CONTROLLER: "true"
 ROOK_CSI_ENABLE_RBD: "true"
 ROOK_CSI_ENABLE_CEPHFS: "true"
 CSI_ENABLE_CEPHFS_SNAPSHOTTER: "true"
@@ -15599,7 +15600,7 @@
 spec:
 containers:
 - name: rook-ceph-operator
- image: "rook/ceph:v1.10.8"
+ image: "rook/ceph:v1.10.9"
 imagePullPolicy: IfNotPresent
 args: ["ceph", "operator"]
 securityContext:
@@ -15628,8 +15629,6 @@
 value: ""
 - name: ROOK_ENABLE_DISCOVERY_DAEMON
 value: "false"
- - name: ROOK_DISABLE_ADMISSION_CONTROLLER
- value: "false"
 - name: NODE_NAME
 valueFrom:
 fieldRef:

@snoopy82481-bot
Copy link
Contributor Author

Path: k8s/namespaces/clusters/base/rook-ceph/rook-cluster/helm-release.yaml
Version: v1.10.8 -> v1.10.9

No changes in detected in resources

@snoopy82481-bot
Copy link
Contributor Author

snoopy82481-bot bot commented Jan 12, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.17s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 1.29s
✅ YAML prettier 4 0 0.56s
✅ YAML yamllint 4 0 0.29s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

| datasource | package           | from    | to       |
| ---------- | ----------------- | ------- | -------- |
| helm       | rook-ceph         | v1.10.8 | v1.10.10 |
| helm       | rook-ceph-cluster | v1.10.8 | v1.10.10 |
| docker     | rook/ceph         | v1.10.8 | v1.10.10 |
@snoopy82481-bot snoopy82481-bot bot changed the title fix(helm): update rook-ceph group to v1.10.9 (patch) fix(helm): update rook-ceph group to v1.10.10 (patch) Jan 18, 2023
@snoopy82481-bot
Copy link
Contributor Author

Path: k8s/namespaces/clusters/base/rook-ceph/rook-cluster/helm-release.yaml
Version: v1.10.8 -> v1.10.10

No changes in detected in resources

@snoopy82481-bot
Copy link
Contributor Author

Path: k8s/namespaces/clusters/base/rook-ceph/rook-operator/helm-release.yaml
Version: v1.10.8 -> v1.10.10

@@ -141,6 +141,7 @@
 ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS: "15"
 ROOK_OBC_WATCH_OPERATOR_NAMESPACE: "true"
 ROOK_CEPH_ALLOW_LOOP_DEVICES: "false"
+ ROOK_DISABLE_ADMISSION_CONTROLLER: "true"
 ROOK_CSI_ENABLE_RBD: "true"
 ROOK_CSI_ENABLE_CEPHFS: "true"
 CSI_ENABLE_CEPHFS_SNAPSHOTTER: "true"
@@ -15599,7 +15600,7 @@
 spec:
 containers:
 - name: rook-ceph-operator
- image: "rook/ceph:v1.10.8"
+ image: "rook/ceph:v1.10.10"
 imagePullPolicy: IfNotPresent
 args: ["ceph", "operator"]
 securityContext:
@@ -15628,8 +15629,6 @@
 value: ""
 - name: ROOK_ENABLE_DISCOVERY_DAEMON
 value: "false"
- - name: ROOK_DISABLE_ADMISSION_CONTROLLER
- value: "false"
 - name: NODE_NAME
 valueFrom:
 fieldRef:

@snoopy82481 snoopy82481 merged commit df70aea into main Jan 25, 2023
@snoopy82481 snoopy82481 deleted the renovate/patch-rook-ceph branch January 25, 2023 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/container renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant