Skip to content

Release v0.25.0

Compare
Choose a tag to compare
@anoopcs9 anoopcs9 released this 12 Dec 13:03
· 36 commits to master since this release

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

Changes

cephfs

rbd

  • rbd: adds support for librbd rbd_resize2 by @khayyamsaleem in #934
    • Adds Resize2 implementing rbd_resize2.
  • rbd: Fix a typo in comment for Image.Resize2 by @anoopcs9 in #947

rgw/admin

  • rgw/admin: Add support for /info section by @anoopcs9 in #936
    • Adds the GetInfo method.

Internal

  • internal: use runtime.Pinner in PtrGuard by @ansiwen in #935
  • go-ceph: bump golang.org/x/sys from 0.12.0 to 0.13.0 by @dependabot in #939
  • go-ceph: bump github.com/aws/aws-sdk-go from 1.45.19 to 1.47.1 by @dependabot in #938
  • CI: enable and collect core dumps in tests by @ansiwen in #941
  • CI: add a workflow option for tmate debugging by @ansiwen in #942
  • go-ceph: bump golang.org/x/sys from 0.13.0 to 0.15.0 by @dependabot in #944
  • go-ceph: bump github.com/aws/aws-sdk-go from 1.47.1 to 1.48.11 by @dependabot in #943
  • Miscellaneous fixes by @anoopcs9 in #945
  • docs: Update README.md for v0.25.0 by @anoopcs9 in #946

Full Changelog: v0.24.0...v0.25.0