Skip to content

Commit cb15e7e

Browse files
committed
docs: better changelog
Remove the bugfixes section, since it makes no sense to mark bug fixes on unreleased code. Signed-off-by: Francesco Canovai <[email protected]>
1 parent 4587cab commit cb15e7e

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

CHANGELOG.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,12 @@
77

88
* Add `liveness` and `readiness` probe support ([#69](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/69)) ([5fd9449](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/5fd9449b27394756e0baf76b1356900850f687a6))
99
* Additional environment variables ([#81](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/81)) ([be40375](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/be4037529c44858278dd80e3eb32f39f3f68c5c6))
10+
* Backup method ([#20](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/20)) ([9fa1c0b](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/9fa1c0beab4882af3f4c737d049b5bafcf7e28a6))
1011
* 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))
1112
* 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))
1213
* Separate recovery and cluster object store ([#76](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/76)) ([e30edd2](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/e30edd2318d76e10fd7af344c0e4326f1e5033ec))
1314
* Separate recovery object store from replica source ([#83](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/83)) ([e4735a2](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/e4735a2f85724cf8493f513658783e5330c3efcf))
1415
* 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))
1516
* 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))
16-
* **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))
17-
* **spike:** Restore ([#29](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/29)) ([240077c](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/240077c77192d9572767d7ec76d02e578b94faca))
18-
* **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))
19-
20-
21-
### Bug Fixes
22-
23-
* Avoid injecting the plugin environment into the PG container ([#62](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/62)) ([9c77e3d](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/9c77e3de9f05a56c567c9fa6b0f75ca55a05ddf8))
24-
* **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))
25-
* **deps:** Update all non-major go dependencies ([#19](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/19)) ([3785162](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/378516225d6441dcba32bcd7533d54501d91cf08))
26-
* **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))
27-
* **deps:** Update k8s.io/utils digest to 24370be ([#90](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/90)) ([1bc5fac](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/1bc5facc9acadbcdb88e76ec294f6c4c050c4daa))
28-
* **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))
29-
* **deps:** Update kubernetes packages to v0.31.3 ([#64](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/64)) ([c639af1](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/c639af1295123c12d462d52b769ac0c973c22c93))
30-
* **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))
31-
* **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))
32-
* **deps:** Update module sigs.k8s.io/controller-runtime to v0.19.2 ([#67](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/67)) ([74d4f5d](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/74d4f5d1902ed557375adff3e775b35dd662d2fc))
33-
* **deps:** Update module sigs.k8s.io/controller-runtime to v0.19.3 ([#78](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/78)) ([497022f](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/497022f1967c90598285573bc54341d22308f2f0))
34-
* **deps:** Update module sigs.k8s.io/kustomize/api to v0.18.0 ([#51](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/51)) ([b2d3032](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/b2d303205499ccca426fe2b72964eeefa6556fdd))
35-
* Ensure restore configuration points to manager `wal-restore` ([#68](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/68)) ([afd4603](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/afd4603023ce0f245687856eb05d9a30875b8bac))
36-
* Exit code 0 on clean shutdown ([#70](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/70)) ([9d8fa07](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/9d8fa079fec6b82c5aef6397b4b6318fbe9ebb0b))
37-
* Obsolete deepcopy ([1e6c69b](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/1e6c69bac022914732fbaabb5bae0969893f5049))
38-
* Replica source object store on replica clusters being promoted ([#96](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/96)) ([4656d44](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/4656d44c85a3d05e38cb536b2db69aa47c575619))
17+
* Restore ([#29](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/29)) ([240077c](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/240077c77192d9572767d7ec76d02e578b94faca))
18+
* 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))

0 commit comments

Comments
 (0)