Skip to content

Commit 23baeb0

Browse files
committed
chore(main): release 0.1.0
Signed-off-by: Peggie <[email protected]>
1 parent 53d2c09 commit 23baeb0

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-11-21)
4+
5+
6+
### Features
7+
8+
* grant permissions to read secrets ([#25](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/25)) ([76383a3](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/76383a30afd3bd829f01936dc3dfc81f1d189d2d))
9+
* operator plugin and manifests ([#18](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/18)) ([dd6548c](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/dd6548c4a26031324975d97aee345e4e6a2e7efa))
10+
* sidecar injection and loading ([#22](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/22)) ([ea6ee30](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/ea6ee30d2ea30f9e9df22002ce5f5a68fcb37ade))
11+
* sidecar role and rolebinding ([#23](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/23)) ([2f62d53](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/2f62d539c949f344cb5534b7ffbb90860663a106))
12+
* **spike:** backup method ([#20](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/20)) ([9fa1c0b](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/9fa1c0beab4882af3f4c737d049b5bafcf7e28a6))
13+
* **spike:** restore ([#29](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/29)) ([240077c](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/240077c77192d9572767d7ec76d02e578b94faca))
14+
* **spike:** wal-archive and wal-restore methods ([#4](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/4)) ([1c86ff6](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/1c86ff65747b5b348fb1ed2b0e5b0594fd156116))
15+
16+
17+
### Bug Fixes
18+
19+
* **deps:** update all non-major go dependencies ([#15](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/15)) ([3289d91](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/3289d91db4f924bad2f7f6dc8901f4544616233e))
20+
* **deps:** update all non-major go dependencies ([#9](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/9)) ([435986b](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/435986b7a1e7bf9e5d4d1c018c37fd6e28f2aaa7))
21+
* **deps:** update kubernetes packages to v0.31.1 ([#10](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/10)) ([76486c2](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/76486c28637fa10be3b8b5f260d5b626ac142ca4))
22+
* **deps:** update module github.com/cert-manager/cert-manager to v1.16.2 [security] ([#63](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/63)) ([53d2c09](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/53d2c0999313b1447d873b27b1f87e1dd93c6e6a))
23+
* **deps:** update module k8s.io/client-go to v0.31.1 ([#16](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/16)) ([cbefe26](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/cbefe26440203e88f8d60335b64f32b01249ba0d))

0 commit comments

Comments
 (0)