Skip to content

Release v0.20.0

Compare
Choose a tag to compare
@ansiwen ansiwen released this 14 Feb 15:58
· 146 commits to master since this release

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

Special thanks to our new contributors:

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

rbd

  • rbd: implement live migration functions by @omidyoosefi in #797
    • Adds MigrationPrepare implementing rbd_migration_prepare
    • Adds MigrationPrepareImport implementing rbd_migration_prepare_import
    • Adds MigrationExecute implementing rbd_migration_execute
    • Adds MigrationCommit implementing rbd_migration_commit
    • Adds MigrationAbort implementing rbd_migration_abort
    • Adds MigrationStatus implementing rbd_migration_status

rgw/admin

  • rgw: add "ListBucketsWithStat" function by @TheMoti in #801
    • Adds the API.ListBucketsWithStat method.

cephfs

  • cephfs: add SelectFilesystem, a 2nd fs to micro-osd.sh etc, and tests by @phlogistonjohn in #827
    • Adds the MountInfo.SelectFilesystem method.
    • Special thanks to @aep for initiating this work!

general

Other Changes

common/admin/nfs

  • nfs admin: fix handling of non-existing psuedo_paths for export info by @phlogistonjohn in #821

cephfs/admin

  • Add untracked Subvolume and Snapshot metadata APIs in api-status by @anoopcs9 in #811

internal

Full Changelog: v0.19.0...v0.20.0