Skip to content

Release v0.9.0

Compare
Choose a tag to compare
@phlogistonjohn phlogistonjohn released this 13 Apr 16:57
· 643 commits to master since this release

The maintainers and contributors to go-ceph are pleased to announce the v0.9.0 release. This is another great step towards making it possible to use the power of the Ceph APIs in the Go language.

This release improves the support and testing of rbd mirroring.

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 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.

New Features

  • In the rbd package
    • Add GetGlobalMirrorStatus implementing rbd_mirror_image_get_global_status
    • Add String method for MirrorMode
    • Add String method for ImageMirrorMode
    • Add String method for MirrorImageState

Deprecations & Removals

No changes since v0.8.0.

Other

  • Remove the requirement for fuse mounts when testing cephfs
  • Improve ptrguard tests
  • Add new test/CI infrastructure for testing mirroring with two ceph clusters
  • Refactoring utility functions for cephfs admin
  • CI workflow improvements
  • Other fixes and improvements