From e50a0ff024c858b437a0714ee4a99a6c9b9e1b69 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:45:48 -0500 Subject: [PATCH] chore(main): release service 0.4.38 (#1859) :robot: I have created a release *beep* *boop* --- ## [0.4.38](https://github.com/opentdf/platform/compare/service/v0.4.37...service/v0.4.38) (2025-01-21) ### Features * **core:** adds bulk rewrap to sdk and service ([#1835](https://github.com/opentdf/platform/issues/1835)) ([11698ae](https://github.com/opentdf/platform/commit/11698ae18f66282980a7822dd145e3896c2b605c)) ### Bug Fixes * **core:** Autobump service ([#1864](https://github.com/opentdf/platform/issues/1864)) ([f9d149b](https://github.com/opentdf/platform/commit/f9d149b78ff1425d8f376e05ea93793e319d1354)) * **core:** Autobump service ([#1867](https://github.com/opentdf/platform/issues/1867)) ([b8f5101](https://github.com/opentdf/platform/commit/b8f5101efa08087c7e1de534b4aa607811f7df93)) * **core:** reduces GetAttributeValuesByFqns calls in getDecisions ([#1857](https://github.com/opentdf/platform/issues/1857)) ([5379baf](https://github.com/opentdf/platform/commit/5379baf9701d1ae1168e8fc6b51a9c80bc9d2773)) --- 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> --- .release-please-manifest.json | 2 +- service/CHANGELOG.md | 14 ++++++++++++++ service/cmd/version.go | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d96e60e49..9593a8d30 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "lib/flattening": "0.1.3", "protocol/go": "0.2.23", "sdk": "0.3.26", - "service": "0.4.37" + "service": "0.4.38" } diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index baeb36e0b..6ba22c2c7 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.4.38](https://github.com/opentdf/platform/compare/service/v0.4.37...service/v0.4.38) (2025-01-21) + + +### Features + +* **core:** adds bulk rewrap to sdk and service ([#1835](https://github.com/opentdf/platform/issues/1835)) ([11698ae](https://github.com/opentdf/platform/commit/11698ae18f66282980a7822dd145e3896c2b605c)) + + +### Bug Fixes + +* **core:** Autobump service ([#1864](https://github.com/opentdf/platform/issues/1864)) ([f9d149b](https://github.com/opentdf/platform/commit/f9d149b78ff1425d8f376e05ea93793e319d1354)) +* **core:** Autobump service ([#1867](https://github.com/opentdf/platform/issues/1867)) ([b8f5101](https://github.com/opentdf/platform/commit/b8f5101efa08087c7e1de534b4aa607811f7df93)) +* **core:** reduces GetAttributeValuesByFqns calls in getDecisions ([#1857](https://github.com/opentdf/platform/issues/1857)) ([5379baf](https://github.com/opentdf/platform/commit/5379baf9701d1ae1168e8fc6b51a9c80bc9d2773)) + ## [0.4.37](https://github.com/opentdf/platform/compare/service/v0.4.36...service/v0.4.37) (2025-01-09) diff --git a/service/cmd/version.go b/service/cmd/version.go index 436f9c359..23892fbea 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.37" // Service Version // x-release-please-version +const Version = "0.4.38" // Service Version // x-release-please-version func init() { rootCmd.AddCommand(&cobra.Command{