Skip to content

Commit e5c0a5e

Browse files
chore(release): release service 0.11.3 (#2868)
🤖 I have created a release *beep* *boop* --- ## [0.11.3](service/v0.11.2...service/v0.11.3) (2025-11-07) ### Features * **kas:** Add nano policy binding to rewrap audit. [backport to release/service/v0.11] ([#2880](#2880)) ([d8558f3](d8558f3)) ### Bug Fixes * **authz:** if entity identifier results in multiple representations, treat with AND in resource decision results [backport to release/service/v0.11] ([#2887](#2887)) ([f772064](f772064)) * **kas:** populate rewrap audit log [backport to release/service/v0.11] ([#2867](#2867)) ([f460972](f460972)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent f772064 commit e5c0a5e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/release-please/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.2.0",
66
"protocol/go": "0.13.0",
77
"sdk": "0.10.0",
8-
"service": "0.11.2"
8+
"service": "0.11.3"
99
}

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.11.3](https://github.com/opentdf/platform/compare/service/v0.11.2...service/v0.11.3) (2025-11-07)
4+
5+
6+
### Features
7+
8+
* **kas:** Add nano policy binding to rewrap audit. [backport to release/service/v0.11] ([#2880](https://github.com/opentdf/platform/issues/2880)) ([d8558f3](https://github.com/opentdf/platform/commit/d8558f3236d4f3026138824adafc39cb070bdadf))
9+
10+
11+
### Bug Fixes
12+
13+
* **authz:** if entity identifier results in multiple representations, treat with AND in resource decision results [backport to release/service/v0.11] ([#2887](https://github.com/opentdf/platform/issues/2887)) ([f772064](https://github.com/opentdf/platform/commit/f772064f4588f4e8d4c3fe94c481c72b2c8c1fd0))
14+
* **kas:** populate rewrap audit log [backport to release/service/v0.11] ([#2867](https://github.com/opentdf/platform/issues/2867)) ([f460972](https://github.com/opentdf/platform/commit/f460972992fe349ed559271e6391ab8202521822))
15+
316
## [0.11.2](https://github.com/opentdf/platform/compare/service/v0.11.1...service/v0.11.2) (2025-10-30)
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.11.2" // Service Version // x-release-please-version
5+
const Version = "0.11.3" // Service Version // x-release-please-version
66

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

0 commit comments

Comments
 (0)