Skip to content

Commit 141193e

Browse files
chore(main): release service 0.4.40 (#1963)
🤖 I have created a release *beep* *boop* --- ## [0.4.40](service/v0.4.39...service/v0.4.40) (2025-03-10) ### Bug Fixes * **core:** Autobump service ([#1970](#1970)) ([c0bbb11](c0bbb11)) * **core:** Autobump service ([#1976](#1976)) ([c79fe0d](c79fe0d)) * **core:** Fixes merge fail in bulk logic ([#1966](#1966)) ([c93bf62](c93bf62)) * **policy:** remove new public keys rpc's ([#1962](#1962)) ([5049bab](5049bab)) * Service utilize `httputil.SafeHttpClient` ([#1926](#1926)) ([af32700](af32700)) --- 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 82f254d commit 141193e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

+1-1
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.39"
7+
"service": "0.4.40"
88
}

service/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.4.40](https://github.com/opentdf/platform/compare/service/v0.4.39...service/v0.4.40) (2025-03-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** Autobump service ([#1970](https://github.com/opentdf/platform/issues/1970)) ([c0bbb11](https://github.com/opentdf/platform/commit/c0bbb11042b7cae5317e19e8e8333d4eff2008c8))
9+
* **core:** Autobump service ([#1976](https://github.com/opentdf/platform/issues/1976)) ([c79fe0d](https://github.com/opentdf/platform/commit/c79fe0daf4742277e7cd177cf6ca565cbe3c9e47))
10+
* **core:** Fixes merge fail in bulk logic ([#1966](https://github.com/opentdf/platform/issues/1966)) ([c93bf62](https://github.com/opentdf/platform/commit/c93bf62c8fc39bf5c4f64386f37067e689024001))
11+
* **policy:** remove new public keys rpc's ([#1962](https://github.com/opentdf/platform/issues/1962)) ([5049bab](https://github.com/opentdf/platform/commit/5049baba20ddcefa40c280a18e5dd8ef754b7e22))
12+
* Service utilize `httputil.SafeHttpClient` ([#1926](https://github.com/opentdf/platform/issues/1926)) ([af32700](https://github.com/opentdf/platform/commit/af32700d37af4a8b2b354aefad56f05781e4ecd1))
13+
314
## [0.4.39](https://github.com/opentdf/platform/compare/service/v0.4.38...service/v0.4.39) (2025-02-27)
415

516

service/cmd/version.go

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

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

0 commit comments

Comments
 (0)