v0.27.0
The maintainers and contributors to go-ceph are pleased to announce the v0.27.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:
- @jarrpa made their first contribution in #980
- @zxysilent made their first contribution in #977
New Features
cephfs/admin
- API for quiesceing io on a subvolume. by @manishym in #958
- Adds FSQuiesce similar to
ceph fs quiesce <volume>
- Adds FSQuiesce similar to
rbd
- rbd: add GetSnapGroupNamespace() to get details about group snapshots by @nixpanic in #968
- Adds GetSnapGroupNamespace implementing rbd_snap_get_group_namespace
API Stability Updates
The following APIs are now stable:
rbd
- Image.Resize2
rgw/admin
- API.GetInfo
Other Changes
rbd
- rbd: add a test to verify that encrypted volumes can be resized by @phlogistonjohn in #973
- rbd: prevent warning about redefining _POSIX_C_SOURCE by @nixpanic in #974
- rbd: remove features_nautilus.go by @jarrpa in #980
- rbd: trigger an error on invalid max snaps value by @zxysilent in #977
cephfs/admin
Internal
- go-ceph: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #964
- go-ceph: bump golang.org/x/sys from 0.16.0 to 0.18.0 by @dependabot in #969
- go-ceph: bump github.com/aws/aws-sdk-go from 1.50.9 to 1.50.32 by @dependabot in #970
- Add ceph squid CI jobs by @anoopcs9 in #963
- build: Bump golang version to 1.21 by @anoopcs9 in #971
- go-ceph: bump github.com/aws/aws-sdk-go from 1.50.32 to 1.51.12 by @dependabot in #978
- Prepare for release v0.27.0 by @phlogistonjohn in #982
Full Changelog: v0.26.0...v0.27.0