Skip to content

Release v0.23.0

Compare
Choose a tag to compare
@ansiwen ansiwen released this 15 Aug 13:57
· 72 commits to master since this release

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

  • rgw/admin: fix getbucketpolicy api by @thotz in #886

Internal

New Contributors

Full Changelog: v0.22.0...v0.23.0