From 8fe0ad49d71458045cf5a73cde0dc0f174d02144 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 03:19:04 +0000 Subject: [PATCH] chore(main): release service 0.5.4 --- .release-please-manifest.json | 2 +- service/CHANGELOG.md | 16 ++++++++++++++++ service/cmd/version.go | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8a2743896f..2407cc054d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,5 +5,5 @@ "lib/identifier": "0.0.2", "protocol/go": "0.3.6", "sdk": "0.4.6", - "service": "0.5.3" + "service": "0.5.4" } diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 22320e2266..caf6afdb9b 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.5.4](https://github.com/opentdf/platform/compare/service/v0.5.3...service/v0.5.4) (2025-05-29) + + +### Features + +* **authz:** access pdp v2 with actions ([#2264](https://github.com/opentdf/platform/issues/2264)) ([7afefb7](https://github.com/opentdf/platform/commit/7afefb7ac051cc57e8a81dd260f24ac2ae7db246)) +* **authz:** logic for authz v2 (actions within ABAC decisioning) ([#2146](https://github.com/opentdf/platform/issues/2146)) ([0fdc259](https://github.com/opentdf/platform/commit/0fdc2599ba2026f35055f30e186006b1ba87a931)) +* **policy:** Default Platform Keys ([#2254](https://github.com/opentdf/platform/issues/2254)) ([d7447fe](https://github.com/opentdf/platform/commit/d7447fe2604443b4c75c8e547acf414bf78af988)) +* **policy:** Update key status's and UpdateKey rpc. ([#2315](https://github.com/opentdf/platform/issues/2315)) ([7908db9](https://github.com/opentdf/platform/commit/7908db9c2be5adeccd3fb9f177187aee53698ee8)) + + +### Bug Fixes + +* **policy:** DSPX-1151 update of registered resource value always clears existing action attribute values ([#2325](https://github.com/opentdf/platform/issues/2325)) ([ca94425](https://github.com/opentdf/platform/commit/ca9442562257c52673c3d22ded75d42b32cc0933)) +* **policy:** Ensure non active keys cannot be assigned. ([#2321](https://github.com/opentdf/platform/issues/2321)) ([207d10d](https://github.com/opentdf/platform/commit/207d10d6535b66356cbdf9b4c09626786c7c9f44)) + ## [0.5.3](https://github.com/opentdf/platform/compare/service/v0.5.2...service/v0.5.3) (2025-05-22) diff --git a/service/cmd/version.go b/service/cmd/version.go index 339b6b9430..bdc425af55 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.3" // Service Version // x-release-please-version +const Version = "0.5.4" // Service Version // x-release-please-version func init() { rootCmd.AddCommand(&cobra.Command{