Skip to content

Commit e50a0ff

Browse files
chore(main): release service 0.4.38 (#1859)
🤖 I have created a release *beep* *boop* --- ## [0.4.38](service/v0.4.37...service/v0.4.38) (2025-01-21) ### Features * **core:** adds bulk rewrap to sdk and service ([#1835](#1835)) ([11698ae](11698ae)) ### Bug Fixes * **core:** Autobump service ([#1864](#1864)) ([f9d149b](f9d149b)) * **core:** Autobump service ([#1867](#1867)) ([b8f5101](b8f5101)) * **core:** reduces GetAttributeValuesByFqns calls in getDecisions ([#1857](#1857)) ([5379baf](5379baf)) --- 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 b8f5101 commit e50a0ff

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.23",
66
"sdk": "0.3.26",
7-
"service": "0.4.37"
7+
"service": "0.4.38"
88
}

service/CHANGELOG.md

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

3+
## [0.4.38](https://github.com/opentdf/platform/compare/service/v0.4.37...service/v0.4.38) (2025-01-21)
4+
5+
6+
### Features
7+
8+
* **core:** adds bulk rewrap to sdk and service ([#1835](https://github.com/opentdf/platform/issues/1835)) ([11698ae](https://github.com/opentdf/platform/commit/11698ae18f66282980a7822dd145e3896c2b605c))
9+
10+
11+
### Bug Fixes
12+
13+
* **core:** Autobump service ([#1864](https://github.com/opentdf/platform/issues/1864)) ([f9d149b](https://github.com/opentdf/platform/commit/f9d149b78ff1425d8f376e05ea93793e319d1354))
14+
* **core:** Autobump service ([#1867](https://github.com/opentdf/platform/issues/1867)) ([b8f5101](https://github.com/opentdf/platform/commit/b8f5101efa08087c7e1de534b4aa607811f7df93))
15+
* **core:** reduces GetAttributeValuesByFqns calls in getDecisions ([#1857](https://github.com/opentdf/platform/issues/1857)) ([5379baf](https://github.com/opentdf/platform/commit/5379baf9701d1ae1168e8fc6b51a9c80bc9d2773))
16+
317
## [0.4.37](https://github.com/opentdf/platform/compare/service/v0.4.36...service/v0.4.37) (2025-01-09)
418

519

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

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

0 commit comments

Comments
 (0)