Skip to content

v0.28.0

Latest
Compare
Choose a tag to compare
@anoopcs9 anoopcs9 released this 11 Jun 14:24
· 8 commits to master since this release

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

API Stability Updates

The following APIs are now stable:

rgw/admin

  • API.GetBucketQuota
  • API.SetBucketQuota

Other Changes

cephfs/admin

rgw/admin

  • rgw/admin: remove unknown user test case from user_bucket_test.go by @thotz in #987

Internal

  • go-ceph: bump github.com/aws/aws-sdk-go from 1.51.12 to 1.52.0 by @dependabot in #985
  • go-ceph: bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #986
  • go-ceph: bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in #992
  • go-ceph: bump github.com/aws/aws-sdk-go from 1.52.0 to 1.53.14 by @dependabot in #991
  • Dockerfile: Avoid conflict with curl-minimal package by @anoopcs9 in #993
  • containers: work around centos 8 stream getting archived by @phlogistonjohn in #995
  • Prepare for release v0.28.0 by @anoopcs9 in #996

Full Changelog: v0.27.0...v0.28.0