From 2189b809f6e1e1bb9c5acb7210a9f5f0974b089d Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:11:54 +0000 Subject: [PATCH] chore(release/protocol/go/v0.4): release service 0.5.6 --- .release-please-manifest.json | 2 +- service/CHANGELOG.md | 18 ++++++++++++++++++ service/cmd/version.go | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a1788b5af..815f324fa6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,5 +5,5 @@ "lib/identifier": "0.0.2", "protocol/go": "0.4.0", "sdk": "0.4.7", - "service": "0.5.5" + "service": "0.5.6" } diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 7d117d01ab..a09703fb6e 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.5.6](https://github.com/opentdf/platform/compare/service/v0.5.5...service/v0.5.6) (2025-06-05) + + +### Features + +* **authz:** improve v2 request proto validation ([#2357](https://github.com/opentdf/platform/issues/2357)) ([f927b99](https://github.com/opentdf/platform/commit/f927b994149079947cac1d1386f2bfb9a52139a0)) +* **core:** DSPX-608 - Deprecate public_client_id ([#2185](https://github.com/opentdf/platform/issues/2185)) ([0f58efa](https://github.com/opentdf/platform/commit/0f58efab4e99005b73041444d31b1c348b9e2834)) +* **policy:** Return Simple Kas Keys from non-Key RPCs ([#2387](https://github.com/opentdf/platform/issues/2387)) ([5113e0e](https://github.com/opentdf/platform/commit/5113e0edbe0260d0937a62932671b40ca5cfcbf4)) +* **policy:** Update simple kas key ([#2378](https://github.com/opentdf/platform/issues/2378)) ([09d8239](https://github.com/opentdf/platform/commit/09d82390a06e22a8787118cd0ec7d97311e85363)) + + +### Bug Fixes + +* **policy:** move action sub queries to CTE in sm list and match sql ([#2369](https://github.com/opentdf/platform/issues/2369)) ([0fd6feb](https://github.com/opentdf/platform/commit/0fd6febbfad59cfec1d807e4eec28082c0f5bf48)) +* **policy:** protovalidate deprecated action types and removal of gRPC gateway in subject mappings svc ([#2377](https://github.com/opentdf/platform/issues/2377)) ([54a6de0](https://github.com/opentdf/platform/commit/54a6de03d8796b0fe72edc381ce514927bdcd793)) +* **policy:** remove gRPC gateway in policy except where needed ([#2382](https://github.com/opentdf/platform/issues/2382)) ([1937acb](https://github.com/opentdf/platform/commit/1937acb3fff5e6216808ac233d3a34b869901b44)) +* **policy:** remove support for creation/updation of SubjectMappings with deprecated proto actions ([#2373](https://github.com/opentdf/platform/issues/2373)) ([3660200](https://github.com/opentdf/platform/commit/36602005420e36a5c2bcc39665ded0094db62780)) + ## [0.5.5](https://github.com/opentdf/platform/compare/service/v0.5.4...service/v0.5.5) (2025-05-30) diff --git a/service/cmd/version.go b/service/cmd/version.go index 43ecf10780..a00c76c042 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.5.5" // Service Version // x-release-please-version +const Version = "0.5.6" // Service Version // x-release-please-version func init() { rootCmd.AddCommand(&cobra.Command{