Skip to content

Commit 7ebb535

Browse files
chore(release): release service 0.11.4 (#2898)
🤖 I have created a release *beep* *boop* --- ## [0.11.4](service/v0.11.3...service/v0.11.4) (2025-11-14) ### Features * **kas:** add configurable SRT skew tolerance and diagnostics [backport to release/service/v0.11] ([#2913](#2913)) ([cac20cd](cac20cd)) ### Bug Fixes * **authz:** deny resources granularly when attribute value FQNs not found [backport to release/service/v0.11] ([#2897](#2897)) ([225627d](225627d)) * **core:** add obligations X-Rewrap-Additional-Context to default CORS allowed headers [backport to release/service/v0.11] ([#2902](#2902)) ([b9586b4](b9586b4)) --- 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 cac20cd commit 7ebb535

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.3"
8+
"service": "0.11.4"
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.4](https://github.com/opentdf/platform/compare/service/v0.11.3...service/v0.11.4) (2025-11-14)
4+
5+
6+
### Features
7+
8+
* **kas:** add configurable SRT skew tolerance and diagnostics [backport to release/service/v0.11] ([#2913](https://github.com/opentdf/platform/issues/2913)) ([cac20cd](https://github.com/opentdf/platform/commit/cac20cdc728f81fddb0428b5e95381da422b209b))
9+
10+
11+
### Bug Fixes
12+
13+
* **authz:** deny resources granularly when attribute value FQNs not found [backport to release/service/v0.11] ([#2897](https://github.com/opentdf/platform/issues/2897)) ([225627d](https://github.com/opentdf/platform/commit/225627d5f6cb52d008c6249079b09793a84a6c47))
14+
* **core:** add obligations X-Rewrap-Additional-Context to default CORS allowed headers [backport to release/service/v0.11] ([#2902](https://github.com/opentdf/platform/issues/2902)) ([b9586b4](https://github.com/opentdf/platform/commit/b9586b4a2b3bffd1d6e72bc73b6568a7bb088868))
15+
316
## [0.11.3](https://github.com/opentdf/platform/compare/service/v0.11.2...service/v0.11.3) (2025-11-07)
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.3" // Service Version // x-release-please-version
5+
const Version = "0.11.4" // Service Version // x-release-please-version
66

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

0 commit comments

Comments
 (0)