Skip to content

Commit 477f990

Browse files
chore(main): release sdk 0.17.0 (#3387)
🤖 I have created a release *beep* *boop* --- ## [0.17.0](sdk/v0.16.0...sdk/v0.17.0) (2026-04-24) ### Bug Fixes * **deps:** bump github.com/opentdf/platform/protocol/go from 0.25.0 to 0.26.0 in /sdk ([#3380](#3380)) ([5e36f94](5e36f94)) * **deps:** bump github.com/opentdf/platform/protocol/go from 0.26.0 to 0.27.0 in /sdk ([#3393](#3393)) ([7659957](7659957)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent 3ad33dc commit 477f990

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/release-please/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"lib/identifier": "0.4.0",
66
"otdfctl": "0.31.0",
77
"protocol/go": "0.27.0",
8-
"sdk": "0.16.0",
8+
"sdk": "0.17.0",
99
"service": "0.14.0"
1010
}

sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.17.0](https://github.com/opentdf/platform/compare/sdk/v0.16.0...sdk/v0.17.0) (2026-04-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.25.0 to 0.26.0 in /sdk ([#3380](https://github.com/opentdf/platform/issues/3380)) ([5e36f94](https://github.com/opentdf/platform/commit/5e36f943280fec86e2d9a4917c576b6731ed8419))
9+
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.26.0 to 0.27.0 in /sdk ([#3393](https://github.com/opentdf/platform/issues/3393)) ([7659957](https://github.com/opentdf/platform/commit/7659957ed9612397d7e72c6b309006224f3cf214))
10+
311
## [0.16.0](https://github.com/opentdf/platform/compare/sdk/v0.15.0...sdk/v0.16.0) (2026-04-21)
412

513

sdk/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ const (
77
TDFSpecVersion = "4.3.0"
88

99
// The three-part semantic version number of this SDK
10-
Version = "0.16.0" // x-release-please-version
10+
Version = "0.17.0" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)