Skip to content

Commit

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


##
[0.4.24](service/v0.4.23...service/v0.4.24)
(2024-10-01)


### Features

* **ci:** run otdfctl e2e tests within platform
([#1526](#1526))
([8240645](8240645)),
closes [#1528](#1528)
* **core:** Ability to add namespace level loggers
([#1537](#1537))
([bd57070](bd57070))
* **policy:** 1370 add audit support for Resource Mapping Groups
([#1418](#1418))
([57dc217](57dc217)),
closes [#1370](#1370)
* **policy:** 1398 add metadata support to Resource Mapping Groups
([#1412](#1412))
([87b7b2f](87b7b2f))
* **policy:** 1426 tech debt migrate Namespace object queries to sqlc
([#1432](#1432))
([6bde0ab](6bde0ab)),
closes [#1426](#1426)
* **policy:** 1509 add readme on arch decisions of policy service
([#1508](#1508))
([71b49ec](71b49ec)),
closes [#1509](#1509)
* **policy:** 1552 implement recommended changes to audit process
([#1588](#1588))
([aabc5cb](aabc5cb))
* **policy:** generate policy ERD
([#1525](#1525))
([8eb322b](8eb322b))


### Bug Fixes

* **core:** Add NanoTDF KID padding removal and update logging level
([#1466](#1466))
([54de8f4](54de8f4)),
closes [#1467](#1467)
* **core:** Autobump service
([#1514](#1514))
([2b9aa6d](2b9aa6d))
* **core:** Autobump service
([#1599](#1599))
([93646d7](93646d7))
* **core:** Fix parsing /v1/authorization
([#1554](#1554))
([b7d694d](b7d694d)),
closes [#1553](#1553)
* **core:** Fix POST /v1/entitlements body parsing
([#1574](#1574))
([fcae7ef](fcae7ef))
* **core:** let service start fail if port not free
([#1504](#1504))
([708d15d](708d15d))
* **policy:** ensure LIST namespace grants excludes fqns for defs/vals
([#1478](#1478))
([243c51c](243c51c))

---
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 Oct 1, 2024
1 parent 93646d7 commit 1eccd76
Show file tree
Hide file tree
Showing 2 changed files with 26 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.17",
"sdk": "0.3.13",
"service": "0.4.23"
"service": "0.4.24"
}
25 changes: 25 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.4.24](https://github.com/opentdf/platform/compare/service/v0.4.23...service/v0.4.24) (2024-10-01)


### Features

* **ci:** run otdfctl e2e tests within platform ([#1526](https://github.com/opentdf/platform/issues/1526)) ([8240645](https://github.com/opentdf/platform/commit/8240645270e1cd25001c6f40d4276093c6e3cb23)), closes [#1528](https://github.com/opentdf/platform/issues/1528)
* **core:** Ability to add namespace level loggers ([#1537](https://github.com/opentdf/platform/issues/1537)) ([bd57070](https://github.com/opentdf/platform/commit/bd570702952092f05f84f2312a211aa753f3205e))
* **policy:** 1370 add audit support for Resource Mapping Groups ([#1418](https://github.com/opentdf/platform/issues/1418)) ([57dc217](https://github.com/opentdf/platform/commit/57dc21788557f726362ce0fd0351cf6ea12fee2c)), closes [#1370](https://github.com/opentdf/platform/issues/1370)
* **policy:** 1398 add metadata support to Resource Mapping Groups ([#1412](https://github.com/opentdf/platform/issues/1412)) ([87b7b2f](https://github.com/opentdf/platform/commit/87b7b2ff6f7b39d34823ba926758fba25489c0a6))
* **policy:** 1426 tech debt migrate Namespace object queries to sqlc ([#1432](https://github.com/opentdf/platform/issues/1432)) ([6bde0ab](https://github.com/opentdf/platform/commit/6bde0abae4997af4ce9a3556d65d28fa322423e3)), closes [#1426](https://github.com/opentdf/platform/issues/1426)
* **policy:** 1509 add readme on arch decisions of policy service ([#1508](https://github.com/opentdf/platform/issues/1508)) ([71b49ec](https://github.com/opentdf/platform/commit/71b49eca6e84185f85c97b7c490e8f9e89176764)), closes [#1509](https://github.com/opentdf/platform/issues/1509)
* **policy:** 1552 implement recommended changes to audit process ([#1588](https://github.com/opentdf/platform/issues/1588)) ([aabc5cb](https://github.com/opentdf/platform/commit/aabc5cb58979e736657c0c6fd48ae7077e0def5f))
* **policy:** generate policy ERD ([#1525](https://github.com/opentdf/platform/issues/1525)) ([8eb322b](https://github.com/opentdf/platform/commit/8eb322bddccd4eedcea87bfadb9cfd194e0d028f))


### Bug Fixes

* **core:** Add NanoTDF KID padding removal and update logging level ([#1466](https://github.com/opentdf/platform/issues/1466)) ([54de8f4](https://github.com/opentdf/platform/commit/54de8f4e0497e8c587eac06fb5418e9dc3b33e19)), closes [#1467](https://github.com/opentdf/platform/issues/1467)
* **core:** Autobump service ([#1514](https://github.com/opentdf/platform/issues/1514)) ([2b9aa6d](https://github.com/opentdf/platform/commit/2b9aa6d7213ce8c940481bfc3578f672a8b2776b))
* **core:** Autobump service ([#1599](https://github.com/opentdf/platform/issues/1599)) ([93646d7](https://github.com/opentdf/platform/commit/93646d7d2c4f4f09561501aa0013a46688da48f6))
* **core:** Fix parsing /v1/authorization ([#1554](https://github.com/opentdf/platform/issues/1554)) ([b7d694d](https://github.com/opentdf/platform/commit/b7d694d5df3867f278007660c32acb72c868735e)), closes [#1553](https://github.com/opentdf/platform/issues/1553)
* **core:** Fix POST /v1/entitlements body parsing ([#1574](https://github.com/opentdf/platform/issues/1574)) ([fcae7ef](https://github.com/opentdf/platform/commit/fcae7ef0eba2c43ab93f5a2815e7b3e1dec69364))
* **core:** let service start fail if port not free ([#1504](https://github.com/opentdf/platform/issues/1504)) ([708d15d](https://github.com/opentdf/platform/commit/708d15d8d10fc7b253dd22f151ed765222737175))
* **policy:** ensure LIST namespace grants excludes fqns for defs/vals ([#1478](https://github.com/opentdf/platform/issues/1478)) ([243c51c](https://github.com/opentdf/platform/commit/243c51c49b3ca323cabe1cbc07ac33272be38dfd))

## [0.4.23](https://github.com/opentdf/platform/compare/service/v0.4.22...service/v0.4.23) (2024-08-27)


Expand Down

0 comments on commit 1eccd76

Please sign in to comment.