From 233c44e346d425241c468a5b7add0ba0b29d668e Mon Sep 17 00:00:00 2001 From: Peggie Date: Mon, 22 Jan 2024 17:44:38 +0100 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..93be02c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## 1.0.0 (2024-01-22) + + +### Features + +* add operator service type in the plugin metadata ([#6](https://github.com/cloudnative-pg/cnpg-i/issues/6)) ([7fcdddb](https://github.com/cloudnative-pg/cnpg-i/commit/7fcdddbaf7f46c89affcf3871ddd9fb51e691adc)) +* add plugin metadata ([#7](https://github.com/cloudnative-pg/cnpg-i/issues/7)) ([e16cc54](https://github.com/cloudnative-pg/cnpg-i/commit/e16cc543b9bb875b02d10b4cfa015ebd3050ea22)), closes [#4](https://github.com/cloudnative-pg/cnpg-i/issues/4) +* operator reconciler specification ([#3](https://github.com/cloudnative-pg/cnpg-i/issues/3)) ([0b01870](https://github.com/cloudnative-pg/cnpg-i/commit/0b018708a768a8f4d59e99716a782e44cceb7ff2)) +* service for management of WAL files ([#2](https://github.com/cloudnative-pg/cnpg-i/issues/2)) ([963073d](https://github.com/cloudnative-pg/cnpg-i/commit/963073d61df217fd6c2cd9f4ca77b4a57e623c04)), closes [#1](https://github.com/cloudnative-pg/cnpg-i/issues/1) + + +### Bug Fixes + +* add cluster definition to MutatePod RPC call ([#10](https://github.com/cloudnative-pg/cnpg-i/issues/10)) ([2492dba](https://github.com/cloudnative-pg/cnpg-i/commit/2492dba8ebbd98f1da02a9e59d05e5a76beac8e6)) +* regenerate stub & skeleton ([#11](https://github.com/cloudnative-pg/cnpg-i/issues/11)) ([bc5f2ca](https://github.com/cloudnative-pg/cnpg-i/commit/bc5f2cab5e5949cc4e6dd0d2200613aea7330f20)) +* remove maintainers from plugin metadata ([#12](https://github.com/cloudnative-pg/cnpg-i/issues/12)) ([a18f8f5](https://github.com/cloudnative-pg/cnpg-i/commit/a18f8f50cf36d1928a5d41ebeba192228cf6d2ea)) +* service capability order ([#14](https://github.com/cloudnative-pg/cnpg-i/issues/14)) ([bc73ed3](https://github.com/cloudnative-pg/cnpg-i/commit/bc73ed38c383c5e2b90c95ccb67a724e8354d5e7)) +* use bytes for JSON serialization instead of strings ([#13](https://github.com/cloudnative-pg/cnpg-i/issues/13)) ([e99be6d](https://github.com/cloudnative-pg/cnpg-i/commit/e99be6d0cb8e89ded72d3ee80eacb5187b9996dd)) +* use JSON patch instead of expecting the whole object ([#15](https://github.com/cloudnative-pg/cnpg-i/issues/15)) ([60e6b0f](https://github.com/cloudnative-pg/cnpg-i/commit/60e6b0f90cb4261817391d0c81e5f42685ff20da))