- Derive CSI and sidecar image versions from code defaults rather
than images found in the build service
- Update to v1.4.7
* Ceph
* Log warning about v14.2.13 being an unsupported Ceph version due to
errors creating new OSDs (#6545)
* Disaster recovery guide for PVCs (#6452)
* Set the deviceClass for OSDs in non-PVC clusters (#6545)
* External cluster script to fail if prometheus port is not default (#6504)
* Remove the osd pvc from the osd purge job (#6533)
* External cluster script added additional checks for monitoring
endpoint (#6473)
* Ignore Ceph health error MDS_ALL_DOWN during reconciliation (#6494)
* Add optional labels to mon pods (#6515)
* Assert type for logging errors before using it (#6503)
* Check for orphaned mon resources with every reconcile (#6493)
* Update the mon PDBs if the maxUnavailable changed (#6469)
* NFS
* Update documentation and examples (#6455)
- Drop OFFSET from cephcsi image tag
- Update helm chart to use appropriate version prefix for the final registry
destination (e.g. registry.suse.com or registry.opensuse.org)
- Improve consistency with image tags
- Update to v1.4.6
* Support IPv6 single-stack (#6283)
* Only start a single CSI provisioner in single-node test clusters (#6437)
OBS-URL: https://build.opensuse.org/request/show/850543
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/rook?expand=0&rev=88
12 lines
419 B
Plaintext
12 lines
419 B
Plaintext
<services>
|
|
<service name="replace_using_package_version" mode="buildtime">
|
|
<param name="file">rook.spec</param>
|
|
<param name="regex">%CEPH_VERSION%</param>
|
|
<param name="parse-version">patch_update</param>
|
|
<param name="package">ceph</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
<!-- <param name="compression">xz</param> -->
|
|
</service>
|
|
</services>
|