Release v0.23.0
The maintainers and contributors to go-ceph are pleased to announce the v0.23.0 release. This is another great step towards making it possible to use the power of the Ceph APIs in the Go language.
As this is a v0.x release we do not guarantee backwards compatibility with previous versions of the code. However, we aim not to disrupt existing consumers of the library and thus make an effort not to immediately implement breaking changes without very good justification. Please see the "Deprecations & Removals" section (if present) to get a sense of what you can expect to change in the future and prepare your code ahead of time. You may also want to view "Deprecations & Removals" of previous releases as they are not repeated here. All newly introduced APIs in the following section are labeled as "preview" APIs first, and are only available if the ceph_preview build tag is set. There is explicitly no backwards compatibility guaranteed for these until they are labeled as "stable" in a later release.
Notice: With the recently released latest Go version 1.21 we are seeing a CI test in the rados
package regularly failing with a segmentation fault. We believe it is an old issue in our tests that now shows up differently. But just in case you are experiencing new stability issues in the rados
package with the latest Go version, consider going back to Go 1.20 for now. We expect this issue to be investigated and solved in the next go-ceph release.
API Stability Updates
The following APIs are now stable:
rbd
- SiteMirrorImageStatus.UnmarshalDescriptionJSON
- SiteMirrorImageStatus.DescriptionReplayStatus
- AddMirrorPeerSite
- RemoveMirrorPeerSite
- GetAttributesMirrorPeerSite
- SetAttributesMirrorPeerSite
- ListMirrorPeerSite
- SetMirrorPeerSiteClientName
- SetMirrorPeerSiteName
- SetMirrorPeerSiteDirection
- Image.SparsifyWithProgress
cephfs
- MountInfo.MakeDirs
cephfs/admin
- FSAdmin.PinSubVolume
- FSAdmin.PinSubVolumeGroup
- FSAdmin.FetchVolumeInfo
Other Changes
rbd
- rbd: Remove redundant LastSeen property from MirrorPeerSite struct by @Nikhil-Ladha in #871
- rbd: include details for parent image in the trash by @nixpanic in #906
rgw/admin
Internal
- go-ceph: add Ceph Reef CI jobs by @phlogistonjohn in #907
- chore: remove refs to deprecated io/ioutil by @testwill in #896
- CI: add tests for different Go versions by @ansiwen in #911
- go-ceph: bump github.com/aws/aws-sdk-go from 1.44.275 to 1.44.294 by @dependabot in #895
- go-ceph: bump golang.org/x/sys from 0.8.0 to 0.9.0 by @dependabot in #894
- go-ceph: bump github.com/aws/aws-sdk-go from 1.44.294 to 1.44.314 by @dependabot in #909
- go-ceph: bump golang.org/x/sys from 0.9.0 to 0.10.0 by @dependabot in #908
New Contributors
Full Changelog: v0.22.0...v0.23.0