Skip to content

Commit 73a5ef4

Browse files
chore(release): release service 0.11.2 (#2856)
🤖 I have created a release *beep* *boop* --- ## [0.11.2](service/v0.11.1...service/v0.11.2) (2025-10-30) ### Bug Fixes * **authz:** obligations should be logged to audit but not returned when not entitled [backport to release/service/v0.11] ([#2855](#2855)) ([ca67239](ca67239)) * **core:** Let default basic keymanager work again [backport to release/service/v0.11] ([#2859](#2859)) ([ba37f2a](ba37f2a)) * **deps:** bump toolchain to go1.24.9 for CVEs found by govulncheck [backport to release/service/v0.11] ([#2850](#2850)) ([7abd272](7abd272)) --- 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 ba37f2a commit 73a5ef4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.1"
8+
"service": "0.11.2"
99
}

service/CHANGELOG.md

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

3+
## [0.11.2](https://github.com/opentdf/platform/compare/service/v0.11.1...service/v0.11.2) (2025-10-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **authz:** obligations should be logged to audit but not returned when not entitled [backport to release/service/v0.11] ([#2855](https://github.com/opentdf/platform/issues/2855)) ([ca67239](https://github.com/opentdf/platform/commit/ca672393f2fca34c1aa4ed7190329590ef8f86b4))
9+
* **core:** Let default basic keymanager work again [backport to release/service/v0.11] ([#2859](https://github.com/opentdf/platform/issues/2859)) ([ba37f2a](https://github.com/opentdf/platform/commit/ba37f2ad32618f6deb9f8ac583ed56cc0da62b86))
10+
* **deps:** bump toolchain to go1.24.9 for CVEs found by govulncheck [backport to release/service/v0.11] ([#2850](https://github.com/opentdf/platform/issues/2850)) ([7abd272](https://github.com/opentdf/platform/commit/7abd272e8e03a6ef62b6819f71b79bfa5d38bb23))
11+
312
## [0.11.1](https://github.com/opentdf/platform/compare/service/v0.11.0...service/v0.11.1) (2025-10-29)
413

514

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

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

0 commit comments

Comments
 (0)