Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peggie <[email protected]>
  • Loading branch information
cnpg-bot committed Oct 11, 2024
1 parent a360b98 commit 5097a65
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 0.1.0 (2024-10-11)


### 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))

0 comments on commit 5097a65

Please sign in to comment.