Skip to content

Commit

Permalink
chore(main): release service 0.4.6 (#937)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.4.6](service/v0.4.5...service/v0.4.6)
(2024-06-11)


### Features

* **core:** Rewrap and Policy CRUD Audit Events
([#889](#889))
([d909a5e](d909a5e))


### Bug Fixes

* **core:** Autobump service
([#960](#960))
([6b96fee](6b96fee))
* **core:** remove /health from casbin default policy
([#943](#943))
([cb3d8df](cb3d8df)),
closes [#905](#905)
* **core:** remove public routes from casbin default policy
([#951](#951))
([57c2a45](57c2a45))
* **core:** Return 404 if public key not found
([#888](#888))
([8b110f0](8b110f0))
* **sdk:** convert platform endpoint to grpc dial format
([#941](#941))
([3a72a54](3a72a54))

---
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>
  • Loading branch information
opentdf-automation[bot] authored Jun 11, 2024
1 parent bcdf658 commit 1d76303
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"lib/ocrypto": "0.1.5",
"protocol/go": "0.2.3",
"sdk": "0.2.7",
"service": "0.4.5"
"service": "0.4.6"
}
16 changes: 16 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.4.6](https://github.com/opentdf/platform/compare/service/v0.4.5...service/v0.4.6) (2024-06-11)


### Features

* **core:** Rewrap and Policy CRUD Audit Events ([#889](https://github.com/opentdf/platform/issues/889)) ([d909a5e](https://github.com/opentdf/platform/commit/d909a5e49c2e87884651c56cd30b9331ed4044c7))


### Bug Fixes

* **core:** Autobump service ([#960](https://github.com/opentdf/platform/issues/960)) ([6b96fee](https://github.com/opentdf/platform/commit/6b96feef714e0e5bdfbdfe3ea9a56a36d4b50289))
* **core:** remove /health from casbin default policy ([#943](https://github.com/opentdf/platform/issues/943)) ([cb3d8df](https://github.com/opentdf/platform/commit/cb3d8df468e62d797e94c474f2900aff527edec0)), closes [#905](https://github.com/opentdf/platform/issues/905)
* **core:** remove public routes from casbin default policy ([#951](https://github.com/opentdf/platform/issues/951)) ([57c2a45](https://github.com/opentdf/platform/commit/57c2a4576060c0dcd87cfc6b170b8dd03c6501c8))
* **core:** Return 404 if public key not found ([#888](https://github.com/opentdf/platform/issues/888)) ([8b110f0](https://github.com/opentdf/platform/commit/8b110f0f608e82ad3a76c9d3bcd586beaaf20b1d))
* **sdk:** convert platform endpoint to grpc dial format ([#941](https://github.com/opentdf/platform/issues/941)) ([3a72a54](https://github.com/opentdf/platform/commit/3a72a54a31d35d31dfcc13ac6e716d68c9c909d1))

## [0.4.5](https://github.com/opentdf/platform/compare/service/v0.4.4...service/v0.4.5) (2024-06-04)


Expand Down

0 comments on commit 1d76303

Please sign in to comment.