From 3aeb8c90b0258e39c4804b31a1fa2590a7e048fd Mon Sep 17 00:00:00 2001 From: Peggie Date: Wed, 14 Aug 2024 17:11:08 +0200 Subject: [PATCH] chore(main): release 0.1.0 Signed-off-by: Peggie --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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..781b1918 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 0.1.0 (2024-08-14) + + +### Features + +* add `BuildSetStatusResponse` to plugin helper ([#47](https://github.com/cloudnative-pg/cnpg-i-machinery/issues/47)) ([a3bd4ce](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/a3bd4ce2d72de59b1259df7b70ba7937d9c3abc0)) +* 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)) +* log server errors ([#54](https://github.com/cloudnative-pg/cnpg-i-machinery/issues/54)) ([2a955f3](https://github.com/cloudnative-pg/cnpg-i-machinery/commit/2a955f3116cd5faf8a83565b4e88df5a2c8441b1)) +* 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))