From 0d18ee0c274739f64ec1cb67e9ce9ce53e9deb8b Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 14:14:57 +0000 Subject: [PATCH] chore(main): release service 0.19.0 --- .github/release-please/release-please-manifest.json | 2 +- service/CHANGELOG.md | 13 +++++++++++++ service/cmd/version.go | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index 6355c01b76..fe165a3e31 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -6,5 +6,5 @@ "otdfctl": "0.33.0", "protocol/go": "0.34.0", "sdk": "0.24.0", - "service": "0.18.0" + "service": "0.19.0" } \ No newline at end of file diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 9191e3c5d4..50d3b366dd 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.19.0](https://github.com/opentdf/platform/compare/service/v0.18.0...service/v0.19.0) (2026-06-25) + + +### Features + +* **core:** add global audit config and add configured JWT claims to audit logs ([#3429](https://github.com/opentdf/platform/issues/3429)) ([03021fa](https://github.com/opentdf/platform/commit/03021fab10cf80da56d6e58274081cf32c39a689)) +* **policy:** Add kas_uri dimenstion to ListKeys. ([#3663](https://github.com/opentdf/platform/issues/3663)) ([41cee41](https://github.com/opentdf/platform/commit/41cee41ac9cee8c6d0730ca7c165ac9c22242ac4)) + + +### Bug Fixes + +* **authz:** Add default role for every req. ([#3664](https://github.com/opentdf/platform/issues/3664)) ([2a7095a](https://github.com/opentdf/platform/commit/2a7095afb8bb55eb07b2ab877ace12389eeeba97)) + ## [0.18.0](https://github.com/opentdf/platform/compare/service/v0.17.0...service/v0.18.0) (2026-06-23) diff --git a/service/cmd/version.go b/service/cmd/version.go index 0caf2ed6ab..1fb49760e3 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.18.0" // Service Version // x-release-please-version +const Version = "0.19.0" // Service Version // x-release-please-version func init() { rootCmd.AddCommand(&cobra.Command{