generated from cloudnative-pg/cnpg-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Peggie <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.0" | ||
".": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2024-10-16) | ||
|
||
|
||
### Features | ||
|
||
* add webhook validator `ValidateBackupConfiguration` ([#14](https://github.com/cloudnative-pg/barman-cloud/issues/14)) ([7b60289](https://github.com/cloudnative-pg/barman-cloud/commit/7b60289361469ddf5ef1167b91958cab4394e3e3)) | ||
* initial import ([#2](https://github.com/cloudnative-pg/barman-cloud/issues/2)) ([44955af](https://github.com/cloudnative-pg/barman-cloud/commit/44955af09635c3dc0fffaa005d5a6274540bf405)) | ||
* make barman catalog compatible with the common backup interface ([#16](https://github.com/cloudnative-pg/barman-cloud/issues/16)) ([7b615ee](https://github.com/cloudnative-pg/barman-cloud/commit/7b615eefebac00b2b2b6d6edf7631485d7c6c8d3)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update github.com/cloudnative-pg/machinery digest to 01cb70a ([#15](https://github.com/cloudnative-pg/barman-cloud/issues/15)) ([4e3e45c](https://github.com/cloudnative-pg/barman-cloud/commit/4e3e45cb0a5b1504c6efc9c2d7c3322b11ff35ba)) | ||
* **deps:** update github.com/cloudnative-pg/machinery digest to 6c50ae1 ([#10](https://github.com/cloudnative-pg/barman-cloud/issues/10)) ([70ddc94](https://github.com/cloudnative-pg/barman-cloud/commit/70ddc94656cce689c0766a2225d73aff388f1b53)) | ||
* **deps:** update github.com/cloudnative-pg/machinery digest to 9dd62b9 ([#21](https://github.com/cloudnative-pg/barman-cloud/issues/21)) ([bca019e](https://github.com/cloudnative-pg/barman-cloud/commit/bca019ea378221a45d587617063fe05cecd37ca5)) | ||
* notify in the logs about backup completion ([#34](https://github.com/cloudnative-pg/barman-cloud/issues/34)) ([44f56f7](https://github.com/cloudnative-pg/barman-cloud/commit/44f56f711a5caa4f03ee5a971c0c7c75267ae632)) |