Skip to content

Commit

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


##
[0.4.18](service/v0.4.17...service/v0.4.18)
(2024-08-12)


### Features

* **authz:** Remove external ers configuration from authorization
([#1265](#1265))
([aa925a8](aa925a8))
* **authz:** Typed Entities
([#1249](#1249))
([cfab3ad](cfab3ad))
* **core:** ability to run a set of isolated services
([#1245](#1245))
([aa5636a](aa5636a))
* **core:** improve entitlements performance
([#1271](#1271))
([f6a1b26](f6a1b26))
* **core:** policy support for LIST of kas grants (protos/db)
([#1317](#1317))
([599fc56](599fc56))
* **core:** Simplifies support for kidless clients
([#1272](#1272))
([dedeb32](dedeb32))
* **policy:** 1256 resource mapping groups db support
([#1270](#1270))
([c020e9b](c020e9b))
* **policy:** 1277 add Resource Mapping Group to objects proto
([#1309](#1309))
([514f1b8](514f1b8)),
closes [#1277](#1277)


### Bug Fixes

* **core:** Autobump service
([#1322](#1322))
([9460fb5](9460fb5))
* **core:** casbin policy should support assign/remove/deactivate rpc
naming ([#1298](#1298))
([288921b](288921b)),
closes [#1303](#1303)
* **core:** put back proto breaking change detection in CI
([#1292](#1292))
([9921962](9921962)),
closes [#1293](#1293)
* **core:** Update casbin policy for rewrap with unknown role
([#1305](#1305))
([de5be3c](de5be3c))
* **policy:** deprecates and reserves value members from value object in
protos ([#1151](#1151))
([07fcc9e](07fcc9e))

---
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 Aug 12, 2024
1 parent 599fc56 commit 161ccbb
Show file tree
Hide file tree
Showing 2 changed files with 24 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 @@ -4,5 +4,5 @@
"lib/flattening": "0.1.1",
"protocol/go": "0.2.11",
"sdk": "0.3.5",
"service": "0.4.17"
"service": "0.4.18"
}
23 changes: 23 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.4.18](https://github.com/opentdf/platform/compare/service/v0.4.17...service/v0.4.18) (2024-08-12)


### Features

* **authz:** Remove external ers configuration from authorization ([#1265](https://github.com/opentdf/platform/issues/1265)) ([aa925a8](https://github.com/opentdf/platform/commit/aa925a8ca1cb8cf3c971f2b0463f48444796b7b4))
* **authz:** Typed Entities ([#1249](https://github.com/opentdf/platform/issues/1249)) ([cfab3ad](https://github.com/opentdf/platform/commit/cfab3ad8a72f3a2f1a28ccca988459ddcdcbd7f6))
* **core:** ability to run a set of isolated services ([#1245](https://github.com/opentdf/platform/issues/1245)) ([aa5636a](https://github.com/opentdf/platform/commit/aa5636aff4b842215af4a02d2fea9b7b9397080f))
* **core:** improve entitlements performance ([#1271](https://github.com/opentdf/platform/issues/1271)) ([f6a1b26](https://github.com/opentdf/platform/commit/f6a1b2673695d2578bd497f223eebf190172da5e))
* **core:** policy support for LIST of kas grants (protos/db) ([#1317](https://github.com/opentdf/platform/issues/1317)) ([599fc56](https://github.com/opentdf/platform/commit/599fc56dbcc3ae8ff2f46584c9bae7c1619a590d))
* **core:** Simplifies support for kidless clients ([#1272](https://github.com/opentdf/platform/issues/1272)) ([dedeb32](https://github.com/opentdf/platform/commit/dedeb3253421870c11300345a1fb6ce8d00fcf6f))
* **policy:** 1256 resource mapping groups db support ([#1270](https://github.com/opentdf/platform/issues/1270)) ([c020e9b](https://github.com/opentdf/platform/commit/c020e9bba2d0fa930d9e4d368e2956116ed356c6))
* **policy:** 1277 add Resource Mapping Group to objects proto ([#1309](https://github.com/opentdf/platform/issues/1309)) ([514f1b8](https://github.com/opentdf/platform/commit/514f1b8e2d6c56056a8258e144380974b1f84d1b)), closes [#1277](https://github.com/opentdf/platform/issues/1277)


### Bug Fixes

* **core:** Autobump service ([#1322](https://github.com/opentdf/platform/issues/1322)) ([9460fb5](https://github.com/opentdf/platform/commit/9460fb56058dadf7941aa316e2e6e89caab6e8af))
* **core:** casbin policy should support assign/remove/deactivate rpc naming ([#1298](https://github.com/opentdf/platform/issues/1298)) ([288921b](https://github.com/opentdf/platform/commit/288921b2c852537ebb9134b95e67964dbc4ee2ad)), closes [#1303](https://github.com/opentdf/platform/issues/1303)
* **core:** put back proto breaking change detection in CI ([#1292](https://github.com/opentdf/platform/issues/1292)) ([9921962](https://github.com/opentdf/platform/commit/9921962ca56954afe5e47bbc68f0461bc1dc28bf)), closes [#1293](https://github.com/opentdf/platform/issues/1293)
* **core:** Update casbin policy for rewrap with unknown role ([#1305](https://github.com/opentdf/platform/issues/1305)) ([de5be3c](https://github.com/opentdf/platform/commit/de5be3cab6c18c8816677cbbed35913bb7090c51))
* **policy:** deprecates and reserves value members from value object in protos ([#1151](https://github.com/opentdf/platform/issues/1151)) ([07fcc9e](https://github.com/opentdf/platform/commit/07fcc9ec93f00beeb863e67d0ca1465c783c2a54))

## [0.4.17](https://github.com/opentdf/platform/compare/service/v0.4.16...service/v0.4.17) (2024-08-06)


Expand Down

0 comments on commit 161ccbb

Please sign in to comment.