Release v0.24.0
The maintainers and contributors to go-ceph are pleased to announce the v0.24.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.
Special thanks to our new contributors:
- @krafZLorG made their first contribution in #898
- @DanWritesCode made their first contribution in #924
Changes
RGW Admin
- RGW/admin: add tenant to bucket struct field by @krafZLorG in #898
rados
rbd
- rbd: Fix global image status listing by @DanWritesCode in #924
Internal
- containers: workaround for ganesha package error on reef by @phlogistonjohn in #913
- github: require reef job to pass in mergify config by @phlogistonjohn in #910
- workflows: enable stale bot for PRs by @phlogistonjohn in #914
- go-ceph: bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #915
- go-ceph: bump github.com/aws/aws-sdk-go from 1.44.314 to 1.45.2 by @dependabot in #916
- workflows: Move actions/checkout before actions/setup-go by @anoopcs9 in #918
- go-ceph: bump actions/checkout from 3 to 4 by @dependabot in #925
- go-ceph: bump golang.org/x/sys from 0.11.0 to 0.12.0 by @dependabot in #926
- go-ceph: bump github.com/aws/aws-sdk-go from 1.45.2 to 1.45.19 by @dependabot in #927
- API updates by @phlogistonjohn in #929
- docs: update readme supported versions by @phlogistonjohn in #930
Deprecations and Removals
- The
New
method in the cephfs/admin module, that was previously deprecated, has been removed according to schedule. UseNewFromConn
if you had been previously usingNew
.
Full Changelog: v0.23.0...v0.24.0