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> ...
- Adds SubVolumeSnapshotPath similar to
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 ...
andceph smb show ...
from ceph smb manager module
- New dedicated sub-package for managing SMB shares with functions equivalent to
API stability updates
The following APIs are now stable:
rbd
- Image.EncryptionLoad2
Other changes
cephfs
- cephfs: Use wrappers to handle the ABI changes with chown APIs by @anoopcs9 in #1127
- admin/smb: rename errorMerge to errorPick by @phlogistonjohn in #1126
- admin/smb: fix test that was stil using errorMerge by @phlogistonjohn in #1128
rbd
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