Skip to content

Release v0.34.0

Latest
Compare
Choose a tag to compare
@anoopcs9 anoopcs9 released this 10 Jun 15:31
· 10 commits to master since this release

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

cephfs/admin

  • cephfs/admin: Add API to fetch subvolume snapshot path by @anoopcs9 in #1113
    • Adds SubVolumeSnapshotPath similar to cephfs subvolume snapshot getpath <volume> ...

common/admin/smb

  • Add a new smb admin API sub-package by @phlogistonjohn in #1100
    • New dedicated sub-package for managing SMB shares with functions equivalent to ceph smb apply ... and ceph smb show ... from ceph smb manager module

API stability updates

The following APIs are now stable:

rbd

  • Image.EncryptionLoad2

Other changes

cephfs

rbd

  • rbd: make Image.Write() and Image.WriteAt() propagate errors by @idryomov in #1125

rgw/admin

  • rgw/admin: Fix version check for return code by @anoopcs9 in #1108
  • Revert "rgw/admin: Fix version check for return code" by @anoopcs9 in #1114

Internal

  • Add ceph tentacle CI jobs by @anoopcs9 in #1106
  • go-ceph: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.0 to 1.79.3 by @dependabot in #1110
  • go-ceph: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.65 to 1.17.67 by @dependabot in #1112
  • go-ceph: bump github.com/aws/aws-sdk-go-v2/config from 1.29.12 to 1.29.14 by @dependabot in #1111
  • workflows: Use gh command line to create issues by @anoopcs9 in #1116
  • go-ceph: bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #1122
  • go-ceph: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.3 to 1.80.0 by @dependabot in #1123
  • go-ceph: bump golang.org/x/sys from 0.32.0 to 0.33.0 by @dependabot in #1124
  • Release preparation v0.33 by @anoopcs9 in #1129

Full Changelog: v0.33.0...v0.34.0