Skip to content

Commit

Permalink
fix(helm): update rook ceph group ( v1.16.2 → v1.16.3 ) (patch) (#5097)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rook-ceph](https://redirect.github.com/rook/rook) | patch | `v1.16.2`
-> `v1.16.3` |
| [rook-ceph-cluster](https://redirect.github.com/rook/rook) | patch |
`v1.16.2` -> `v1.16.3` |

---

### Release Notes

<details>
<summary>rook/rook (rook-ceph)</summary>

###
[`v1.16.3`](https://redirect.github.com/rook/rook/releases/tag/v1.16.3)

[Compare
Source](https://redirect.github.com/rook/rook/compare/v1.16.2...v1.16.3)

##### Improvements

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

- external: Allow rbd, cephfs, or rgw only deployments
([#&#8203;15358](https://redirect.github.com/rook/rook/issues/15358),
[@&#8203;parth-gr](https://redirect.github.com/parth-gr))
- csi: Update experimental csi-operator to v0.2.0
([#&#8203;15344](https://redirect.github.com/rook/rook/issues/15344),
[@&#8203;subhamkrai](https://redirect.github.com/subhamkrai))
- osd: Hostname topology label
([#&#8203;15255](https://redirect.github.com/rook/rook/issues/15255),
[@&#8203;arttor](https://redirect.github.com/arttor))
- core: Improve operator error logging for ok-to-stop failures
([#&#8203;15184](https://redirect.github.com/rook/rook/issues/15184),
[@&#8203;OdedViner](https://redirect.github.com/OdedViner))
- mon: Log mon db config values with trace lvl
([#&#8203;15309](https://redirect.github.com/rook/rook/issues/15309),
[@&#8203;arttor](https://redirect.github.com/arttor))
- rgw: Fix error handling for secret lookup
([#&#8203;15306](https://redirect.github.com/rook/rook/issues/15306),
[@&#8203;sfackler](https://redirect.github.com/sfackler))
- object: add bucketLifecycle to OBCs
([#&#8203;15263](https://redirect.github.com/rook/rook/issues/15263),
[@&#8203;jhoblitt](https://redirect.github.com/jhoblitt))

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTkuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE1OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Feb 4, 2025
1 parent 3934d92 commit d0895c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: rook-ceph-cluster
version: v1.16.2
version: v1.16.3
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.16.2
version: v1.16.3
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
Expand Down

0 comments on commit d0895c2

Please sign in to comment.