Skip to content

Commit 4f9a6f9

Browse files
committed
chore(main): release 0.1.0
Signed-off-by: Peggie <info@cloudnative-pg.io>
1 parent 379ec5e commit 4f9a6f9

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-06-06)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
* 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))
11+
* initial commit ([d33b19c](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/d33b19cfdf599ed38a4c1bcb9b42272b3efaae65))
12+
* 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))
13+
14+
15+
### Bug Fixes
16+
17+
* configure logging ([#145](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/145)) ([0e4c47f](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/0e4c47f3f4d1548823eb5b2edac85bfe0e48b26b))
18+
* **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))
19+
* **deps:** update all non-major go dependencies ([#142](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/142)) ([6c0c948](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/6c0c948895381d49ec327a9f64625bcd7ca3af26))
20+
* **deps:** update all non-major go dependencies ([#15](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/15)) ([5014439](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/5014439dd72977eaf84dd2a3da8985b939d83b27))
21+
* **deps:** update all non-major go dependencies ([#159](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/159)) ([30270bf](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/30270bf813882ab7f5307ecbdd88995e7cc4da1d))
22+
* **deps:** update kubernetes packages to v0.32.3 ([#147](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/147)) ([8bf9b7e](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/8bf9b7ee70bd0e7eafa30ab9d0e6c2c3812d3570))
23+
* **deps:** update kubernetes packages to v0.33.1 ([#162](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/162)) ([c80aa76](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/c80aa76dc50c6302cd3c86adf4e1d0325fe0d2a0))
24+
* **deps:** update module google.golang.org/grpc to v1.73.0 ([#170](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/170)) ([888f113](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/888f1136c0631fabde1022ae877d928f41f9c9e4))
25+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.20.3 ([#148](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/148)) ([83f3755](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/83f3755a6d7b3e66f36df3e3d4e342900b0fa92d))
26+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.21.0 ([#155](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/155)) ([978fa69](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/978fa69d4c304af59980fda36da3d77e07c6cefa))
27+
* **logging:** inject the logger into the Command context ([#158](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/158)) ([c9de41a](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/c9de41a85cafda99390b965526260c2757a9b307))
28+
* update dev script and documentation ([#143](https://github.com/cloudnative-pg/cnpg-i-hello-world/issues/143)) ([1feb716](https://github.com/cloudnative-pg/cnpg-i-hello-world/commit/1feb716bb3b3b444db957b17492fe5849e889ea1))
29+
* 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 commit comments

Comments
 (0)