From 9ccca06d6368a675b05bc298ffb34b7cbfbba99e Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:52:20 +0000 Subject: [PATCH] chore(main): release service 0.17.0 --- .github/release-please/release-please-manifest.json | 2 +- service/CHANGELOG.md | 13 +++++++++++++ service/cmd/version.go | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index 53ff597025..a7913025a7 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -6,5 +6,5 @@ "otdfctl": "0.32.0", "protocol/go": "0.32.0", "sdk": "0.21.0", - "service": "0.16.0" + "service": "0.17.0" } \ No newline at end of file diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 0aa5884a26..5c6cee8afe 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.17.0](https://github.com/opentdf/platform/compare/service/v0.16.0...service/v0.17.0) (2026-06-05) + + +### Features + +* **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)) + + +### Bug Fixes + +* **authz:** log casbin subject groups on denial ([#3572](https://github.com/opentdf/platform/issues/3572)) ([0de01df](https://github.com/opentdf/platform/commit/0de01df00caad86d2cb8a4fb9204a0e665ba7163)) +* **ci:** Prefer go.work for toolchain info ([#3285](https://github.com/opentdf/platform/issues/3285)) ([3c05b22](https://github.com/opentdf/platform/commit/3c05b22ecac41380c7d8d80e9d487bb3001cd25d)) + ## [0.16.0](https://github.com/opentdf/platform/compare/service/v0.15.0...service/v0.16.0) (2026-06-01) diff --git a/service/cmd/version.go b/service/cmd/version.go index ffe9c52d66..3c12d7391c 100644 --- a/service/cmd/version.go +++ b/service/cmd/version.go @@ -2,7 +2,7 @@ package cmd import "github.com/spf13/cobra" -const Version = "0.16.0" // Service Version // x-release-please-version +const Version = "0.17.0" // Service Version // x-release-please-version func init() { rootCmd.AddCommand(&cobra.Command{