diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee077..466df71c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..515d06e6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## 0.1.0 (2024-08-06) + + +### Features + +* add `GetKind` helper ([#46](https://github.com/cloudnative-pg/cnpg-i-machinery/issues/46)) ([6509c5a](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/6509c5ad7f9a0dcbdef54b89eca7a2d32ac11b10)) +* add backup helper functions ([0a49f6d](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/0a49f6de1ae86aabb0fb76f4f2404164acb87610)) +* initial import ([f9cade4](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/f9cade4b50973c72b2049d80202a96b1d23c420f)) +* propagate the logr.Logger into the gRPC server handlers ([#31](https://github.com/cloudnative-pg/cnpg-i-machinery/issues/31)) ([26aafa5](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/26aafa55c7bf37e9f70e3db098e3fa9f52c463c1)) +* refine logging context management and enrichers error management ([#2](https://github.com/cloudnative-pg/cnpg-i-machinery/issues/2)) ([76ce219](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/76ce219b15a6f81494d9c374cfe3ad3db586f65f)) +* support TLS connection ([#13](https://github.com/cloudnative-pg/cnpg-i-machinery/issues/13)) ([32ad400](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/32ad400d28865d2659683b55a8be059be25e154a)) + + +### Bug Fixes + +* **deps:** update all non-major go dependencies ([c09e2e2](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/c09e2e24c34ef00ab950db84cad71d2224324356)) +* **deps:** update all non-major go dependencies ([#39](https://github.com/cloudnative-pg/cnpg-i-machinery/issues/39)) ([cd686e0](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/cd686e019766731bb79d494cf7bcbfb8979d4c6d)) +* **deps:** update module google.golang.org/grpc to v1.65.0 ([8baee90](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/8baee90500a40094f55348ccb25686c44bcebe0e)) +* use logr-compatible log context access ([#12](https://github.com/cloudnative-pg/cnpg-i-machinery/issues/12)) ([8576847](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/8576847b3449cf636fb1f85065fc052a10b767a7))