The maintainers and contributors to go-ceph are pleased to announce the v0.39.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
admin/smb
- add more flexible generic resource types by @phlogistonjohn in #1223
- Add GenericResource type and related APIs
- admin/smb: add an example of using generic resources by @phlogistonjohn in #1232
- Documents the above APIs
common/commands/builder
- add a command builder package by @phlogistonjohn in #1241
- Add a new package that can help when working with arbitrary Mon/Mgr Commands based API calls.
API Stability Updates
The following APIs are now stable:
cephfs
- OpenSnapDiff
- SnapDiffInfo.Readdir
- SnapDiffInfo.Close
rbd
- Image.RemoveSnapByID
common/admin/smb
- Various: including functions related to BindAddress, RemoteControl, TLSCredential types
common/admin/osd
- Admin.OSDBlocklist
- Admin.OSDBlocklistAdd
- Admin.OSDBlocklistRemove
Other changes
rbd/admin
Internal
- Dockerfile: Avoid LegacyKeyValueFormat warning by @anoopcs9 in #1231
- go-ceph: bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #1235
- go-ceph: bump actions/stale from 10.1.1 to 10.2.0 by @dependabot[bot] in #1236
- go-ceph: bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in #1237
- go-ceph: bump the aws-sdk group with 4 updates by @dependabot[bot] in #1238
- go-ceph: bump github.com/aws/smithy-go from 1.24.0 to 1.24.2 by @dependabot[bot] in #1239
- go-ceph: bump golang.org/x/sys from 0.40.0 to 0.41.0 by @dependabot[bot] in #1240
- containers: Dynamically determine OS variant and version by @anoopcs9 in #1245
- ci(mergify): upgrade configuration to current format by @mergify[bot] in #1248
- go-ceph: bump golang.org/x/sys from 0.41.0 to 0.42.0 by @dependabot[bot] in #1252
- go-ceph: bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in #1250
- go-ceph: bump the aws-sdk group across 1 directory with 4 updates by @dependabot[bot] in #1251
- contrib: bump modernc.org/cc/v4 from 4.27.1 to 4.27.3 in /contrib/implements by @dependabot[bot] in #1253
- Streamline container setup and build scripts by @anoopcs9 in #1247
- ci: test matrix updates by @phlogistonjohn in #1258
- Release prep for v0.39 by @phlogistonjohn in #1259
Full Changelog: v0.38.0...v0.39.0