Skip to content

Commit cfc9a57

Browse files
chore(main): release service 0.5.0 (#1984)
🤖 I have created a release *beep* *boop* --- ## [0.5.0](service/v0.4.40...service/v0.5.0) (2025-03-28) ### ⚠ BREAKING CHANGES * **core:** update GRPC Gateway to use IPC ([#2005](#2005)) * **core:** Require go 1.23+ ([#1979](#1979)) ### Features * **core:** Require go 1.23+ ([#1979](#1979)) ([164c922](164c922)) ### Bug Fixes * **core:** update GRPC Gateway to use IPC ([#2005](#2005)) ([ff605f4](ff605f4)) --- 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 ff605f4 commit cfc9a57

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"lib/flattening": "0.1.3",
55
"protocol/go": "0.2.29",
66
"sdk": "0.3.29",
7-
"service": "0.4.40"
7+
"service": "0.5.0"
88
}

service/CHANGELOG.md

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

3+
## [0.5.0](https://github.com/opentdf/platform/compare/service/v0.4.40...service/v0.5.0) (2025-03-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **core:** update GRPC Gateway to use IPC ([#2005](https://github.com/opentdf/platform/issues/2005))
9+
* **core:** Require go 1.23+ ([#1979](https://github.com/opentdf/platform/issues/1979))
10+
11+
### Features
12+
13+
* **core:** Require go 1.23+ ([#1979](https://github.com/opentdf/platform/issues/1979)) ([164c922](https://github.com/opentdf/platform/commit/164c922af74b1265fe487362c356abb7f1503ada))
14+
15+
16+
### Bug Fixes
17+
18+
* **core:** update GRPC Gateway to use IPC ([#2005](https://github.com/opentdf/platform/issues/2005)) ([ff605f4](https://github.com/opentdf/platform/commit/ff605f40cc1541c35d9492071f47469c4dba1364))
19+
320
## [0.4.40](https://github.com/opentdf/platform/compare/service/v0.4.39...service/v0.4.40) (2025-03-10)
421

522

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

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

0 commit comments

Comments
 (0)