Skip to content

Releases: ceph/go-ceph

Release v0.33.0

15 Apr 18:31
Compare
Choose a tag to compare

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

New features

rbd

  • rbd: add ListChildrenAttributes Api by @ShravaniVangur in #1079
    • Adds ListChildrenAttributes implementing rbd_list_children3
  • rbd: add support for rbd_diff_iterate3 api by @Rakshith-R in #1064
    • Adds DiffIterateByID implementing rbd_diff_iterate3

rgw

  • rgw/admin: support check-bucket-index by @sj14 in #1098
    • Adds CheckBucketIndex API method

cephfs

  • cephfs: add compatiblity wrappers for Go's io/fs interfaces by @phlogistonjohn in #1089
    • Adds Wrap method, MountWrapper type, and various private types implementing the interfaces of io/fs

Other changes

rbd

  • rbd: Memory allocation improvements for EncryptionLoad APIs by @anoopcs9 in #1078

rgw

  • rgw/admin: fix op-mask url parameter by @sj14 in #1101

Internal

Full Changelog: v0.32.0...v0.33.0

Release v0.32.0

11 Feb 17:54
v0.32.0
Compare
Choose a tag to compare

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

New Features

rbd

  • add EncryptionLoad2 implementing rbd_encryption_load2 by @phlogistonjohn in #1061
    • Adds EncryptionLoad2

API Stability Updates

The following APIs are now stable:

rbd

  • GroupSnapGetInfo

Other changes

rgw

  • rgw/admin: support new-bucket-name for LinkBucket by @sj14 in #1046
  • rgw: use maintained github.com/aws/aws-sdk-go-v2 module instead of v1 by @nixpanic in #1057
  • rgw/admin: parse more fields by bucket struct by @clwluvw in #1068

rbd

  • rbd: fix cleanup of GroupSnapRollback and Sparsify progress callbacks by @idryomov in #1067

Internal

Full Changelog: v0.31.0...v0.32.0

Release v0.31.0

17 Dec 16:25
Compare
Choose a tag to compare

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

rados

  • rados: implement rados_getaddrs by @gman0 in #1037
    • Adds Conn.GetAddrs implementing rados_getaddrs

API Stability Updates

The following APIs are now stable:

rados

  • ReadOpExecStep.Bytes
  • ReadOp.Exec
  • rados: WriteOp.Exec

rados/striper

  • Striper.Read
  • Striper.Stat
  • New
  • NewWithLayout
  • Striper.Destroy
  • Striper.SetObjectLayoutStripeUnit
  • Striper.SetObjectLayoutStripeCount
  • Striper.SetObjectLayoutObjectSize
  • Striper.Write
  • Striper.WriteFull
  • Striper.Append
  • Striper.Remove
  • Striper.Truncate
  • Striper.GetXattr
  • Striper.SetXattr
  • Striper.RmXattr
  • Striper.ListXattrs

rbd

  • CloneImageByID

Other Changes

cephfs

rbd

Internal

Full Changelog: v0.30.0...v0.31.0

Release v0.30.0

15 Oct 17:56
Compare
Choose a tag to compare

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

New Features

rbd

  • rbd: implement librbd.rbd_group_snap_get_info by @nixpanic in #1025
    Adds:
    • GroupSnapGetInfo

Other

  • Introduce common cephError type to compare errors between packages by @nixpanic in #1032
    This change should not impact use of the API but will allow errors to be handled more easily and more consistently across the rados, rbd, and cephfs packages

API Stability Updates

n/a

Other Changes

rbd:

Internal

Full Changelog: v0.29.0...v0.30.0

v0.29.0

13 Aug 21:10
Compare
Choose a tag to compare

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

New Features

rados

  • OSD class method execution by @vslpsl in #989
    Adds
    • ReadOpExecStep.Bytes
    • ReadOp.Exec
    • WriteOp.Exec

rados/striper

  • Add new rados/striper package by @phlogistonjohn in #1015
    Adds
    • New
    • NewWithLayout
    • Striper.Read
    • Striper.Stat
    • Striper.Destroy
    • Striper.SetObjectLayoutStripeUnit
    • Striper.SetObjectLayoutStripeCount
    • Striper.SetObjectLayoutObjectSize
    • Striper.Write
    • Striper.WriteFull
    • Striper.Append
    • Striper.Remove
    • Striper.Truncate
    • Striper.GetXattr
    • Striper.SetXattr
    • Striper.RmXattr
    • Striper.ListXattrs

API Stability Updates

The following APIs are now stable:

cephfs/admin:

  • FSAdmin.FSQuiesce

rbd

  • Image.GetSnapGroupNamespace

Other Changes

rgw/admin

rbd

  • rbd: add support for CloneImageByID() by @nixpanic in #1000
  • Adds CloneImageByID

Internal

Full Changelog: v0.28.0...v0.29.0

v0.28.0

11 Jun 14:24
Compare
Choose a tag to compare

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

v0.27.0

15 Apr 19:06
Compare
Choose a tag to compare

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

New Features

cephfs/admin

  • API for quiesceing io on a subvolume. by @manishym in #958
    • Adds FSQuiesce similar to ceph fs quiesce <volume>

rbd

  • rbd: add GetSnapGroupNamespace() to get details about group snapshots by @nixpanic in #968
    • Adds GetSnapGroupNamespace implementing rbd_snap_get_group_namespace

API Stability Updates

The following APIs are now stable:

rbd

  • Image.Resize2

rgw/admin

  • API.GetInfo

Other Changes

rbd

  • rbd: add a test to verify that encrypted volumes can be resized by @phlogistonjohn in #973
  • rbd: prevent warning about redefining _POSIX_C_SOURCE by @nixpanic in #974
  • rbd: remove features_nautilus.go by @jarrpa in #980
  • rbd: trigger an error on invalid max snaps value by @zxysilent in #977

cephfs/admin

  • cephfs/admin: Adjust build tags for subvolume quiescing API tests by @anoopcs9 in #976

Internal

Full Changelog: v0.26.0...v0.27.0

v0.26.0

13 Feb 14:56
Compare
Choose a tag to compare

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

rgw/admin

Internal

Full Changelog: v0.25.0...v0.26.0

Release v0.25.0

12 Dec 13:03
Compare
Choose a tag to compare

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

Release v0.24.0

10 Oct 17:03
Compare
Choose a tag to compare

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

RGW Admin

rados

rbd

Internal

Deprecations and Removals

  • The New method in the cephfs/admin module, that was previously deprecated, has been removed according to schedule. Use NewFromConn if you had been previously using New.

Full Changelog: v0.23.0...v0.24.0