Skip to content

Release v0.18.0

Compare
Choose a tag to compare
@phlogistonjohn phlogistonjohn released this 18 Oct 14:06
· 207 commits to master since this release

The maintainers and contributors to go-ceph are pleased to announce the v0.18.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.

New Features

common/admin/nfs package:

  • nfs admin: add SecType field by @phlogistonjohn in #767
    • This new field is an API extension and currently only functions on development versions of Ceph

API Stability Updates

cephfs/admin

  • The CloneStatus.GetFailure method is now stable

rbd

  • The Snapshot.Remove method is now stable

common/admin/nfs

  • All API methods in the package are now stable

Other Changes

Internal

Full Changelog: v0.17.0...v0.18.0