From 878b7c01c3365fa36355de98ffa8b4eb6d9514f7 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 20:28:18 +0000 Subject: [PATCH] chore(main): release service 0.5.0 --- .release-please-manifest.json | 2 +- service/CHANGELOG.md | 17 +++++++++++++++++ service/cmd/version.go | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a75e44359b..5dda72a29f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "lib/flattening": "0.1.3", "protocol/go": "0.2.29", "sdk": "0.3.29", - "service": "0.4.40" + "service": "0.5.0" } diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index d6f0c5d03f..b3ab72ab30 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.5.0](https://github.com/opentdf/platform/compare/service/v0.4.40...service/v0.5.0) (2025-03-28) + + +### ⚠ BREAKING CHANGES + +* **core:** update GRPC Gateway to use IPC ([#2005](https://github.com/opentdf/platform/issues/2005)) +* **core:** Require go 1.23+ ([#1979](https://github.com/opentdf/platform/issues/1979)) + +### Features + +* **core:** Require go 1.23+ ([#1979](https://github.com/opentdf/platform/issues/1979)) ([164c922](https://github.com/opentdf/platform/commit/164c922af74b1265fe487362c356abb7f1503ada)) + + +### Bug Fixes + +* **core:** update GRPC Gateway to use IPC ([#2005](https://github.com/opentdf/platform/issues/2005)) ([ff605f4](https://github.com/opentdf/platform/commit/ff605f40cc1541c35d9492071f47469c4dba1364)) + ## [0.4.40](https://github.com/opentdf/platform/compare/service/v0.4.39...service/v0.4.40) (2025-03-10) diff --git a/service/cmd/version.go b/service/cmd/version.go index 72b27b91cc..190fc68c66 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.4.40" // Service Version // x-release-please-version +const Version = "0.5.0" // Service Version // x-release-please-version func init() { rootCmd.AddCommand(&cobra.Command{