Skip to content

Commit 8eccea6

Browse files
chore(main): release service 0.17.0
1 parent 8d446b3 commit 8eccea6

3 files changed

Lines changed: 15 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
@@ -6,5 +6,5 @@
66
"otdfctl": "0.32.0",
77
"protocol/go": "0.32.0",
88
"sdk": "0.21.0",
9-
"service": "0.16.0"
9+
"service": "0.17.0"
1010
}

service/CHANGELOG.md

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

3+
## [0.17.0](https://github.com/opentdf/platform/compare/service/v0.16.0...service/v0.17.0) (2026-06-09)
4+
5+
6+
### Features
7+
8+
* **kas:** emit INFO log of supported mechanisms at startup (DSPX-3456) ([#3564](https://github.com/opentdf/platform/issues/3564)) ([c2b4816](https://github.com/opentdf/platform/commit/c2b48167a45c37870ebd8e37c3cbb3d83174336c))
9+
10+
11+
### Bug Fixes
12+
13+
* **authz:** log casbin subject groups on denial ([#3572](https://github.com/opentdf/platform/issues/3572)) ([0de01df](https://github.com/opentdf/platform/commit/0de01df00caad86d2cb8a4fb9204a0e665ba7163))
14+
* **ci:** Prefer go.work for toolchain info ([#3285](https://github.com/opentdf/platform/issues/3285)) ([3c05b22](https://github.com/opentdf/platform/commit/3c05b22ecac41380c7d8d80e9d487bb3001cd25d))
15+
316
## [0.16.0](https://github.com/opentdf/platform/compare/service/v0.15.0...service/v0.16.0) (2026-06-01)
417

518

service/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package cmd
22

33
import "github.com/spf13/cobra"
44

5-
const Version = "0.16.0" // Service Version // x-release-please-version
5+
const Version = "0.17.0" // Service Version // x-release-please-version
66

77
func init() {
88
rootCmd.AddCommand(&cobra.Command{

0 commit comments

Comments
 (0)