Skip to content

Commit 304324c

Browse files
chore(main): release service 0.5.4
1 parent 207d10d commit 304324c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"lib/identifier": "0.0.2",
66
"protocol/go": "0.3.6",
77
"sdk": "0.4.5",
8-
"service": "0.5.3"
8+
"service": "0.5.4"
99
}

service/CHANGELOG.md

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

3+
## [0.5.4](https://github.com/opentdf/platform/compare/service/v0.5.3...service/v0.5.4) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* **authz:** access pdp v2 with actions ([#2264](https://github.com/opentdf/platform/issues/2264)) ([7afefb7](https://github.com/opentdf/platform/commit/7afefb7ac051cc57e8a81dd260f24ac2ae7db246))
9+
* **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))
10+
* **policy:** Default Platform Keys ([#2254](https://github.com/opentdf/platform/issues/2254)) ([d7447fe](https://github.com/opentdf/platform/commit/d7447fe2604443b4c75c8e547acf414bf78af988))
11+
* **policy:** Update key status's and UpdateKey rpc. ([#2315](https://github.com/opentdf/platform/issues/2315)) ([7908db9](https://github.com/opentdf/platform/commit/7908db9c2be5adeccd3fb9f177187aee53698ee8))
12+
13+
14+
### Bug Fixes
15+
16+
* **policy:** Ensure non active keys cannot be assigned. ([#2321](https://github.com/opentdf/platform/issues/2321)) ([207d10d](https://github.com/opentdf/platform/commit/207d10d6535b66356cbdf9b4c09626786c7c9f44))
17+
318
## [0.5.3](https://github.com/opentdf/platform/compare/service/v0.5.2...service/v0.5.3) (2025-05-22)
419

520

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.5.3" // Service Version // x-release-please-version
5+
const Version = "0.5.4" // Service Version // x-release-please-version
66

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

0 commit comments

Comments
 (0)