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..e2441a0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 0.1.0 (2024-11-23) + + +### Features + +* add `setStatus` example ([#30](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/30)) ([09007dd](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/09007ddc05c491053fd11e4258e52e7c28fdba5b)) +* 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)) +* Inject sidecar ([#34](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/34)) ([2a34849](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/2a34849227d7a0a62b0b5d67420dcb563718c378)) + + +### 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))