Skip to content

v0.27.0

Latest
Compare
Choose a tag to compare
@phlogistonjohn phlogistonjohn released this 15 Apr 19:06
· 3 commits to master since this release

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:

New Features

cephfs/admin

  • API for quiesceing io on a subvolume. by @manishym in #958
    • Adds FSQuiesce similar to ceph fs quiesce <volume>

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

  • cephfs/admin: Adjust build tags for subvolume quiescing API tests by @anoopcs9 in #976

Internal

Full Changelog: v0.26.0...v0.27.0