From 52ab31a64f5b52b99079cfb66922c88b46915114 Mon Sep 17 00:00:00 2001 From: Peggie Date: Mon, 12 Aug 2024 14:34:23 +0200 Subject: [PATCH] chore(main): release 0.1.0 Signed-off-by: Peggie --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 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 0000000..03eadf9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 0.1.0 (2024-08-12) + + +### Features + +* add cnpg-i example ([#1](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/1)) ([94070bd](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/94070bd8dd3c4ac3e8541566382aa89c230d066d)) +* external Pod deployment ([#8](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/8)) ([4d73879](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/4d738796dbfc3ae7ea20eeed8890a19be12d832e)) +* initial commit ([d33b19c](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/d33b19cfdf599ed38a4c1bcb9b42272b3efaae65)) + + +### Bug Fixes + +* **deps:** update all non-major go dependencies ([#13](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/13)) ([5877552](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/587755218b553d9aaca17b78f69d9ab44a27b95b)) +* Use the pluginhelper logging ([#7](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/7)) ([6da1a48](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/6da1a48ed19950e79d10a3882bf30abafbee34e4))