Compare commits

...

2 Commits

Author SHA1 Message Date
Peggie
6b6871e855
Merge b10cf20428 into 8dac70780a 2026-04-20 08:29:03 +02:00
Peggie
b10cf20428 chore(main): release 0.12.1
Signed-off-by: Peggie <info@cloudnative-pg.io>
2026-04-20 08:29:01 +02:00
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "0.12.1"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.12.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.12.0...v0.12.1) (2026-04-20)
### Bug Fixes
* **deps:** Update kubernetes monorepo to v0.35.4 ([#853](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/853)) ([21f811a](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/21f811a3f22b8f87ca9230a131f57f832c086fcf))
## [0.12.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.11.0...v0.12.0) (2026-04-13)

View File

@ -47,7 +47,7 @@ const (
// Data is the metadata of this plugin.
var Data = identity.GetPluginMetadataResponse{
Name: PluginName,
Version: "0.12.0", // x-release-please-version
Version: "0.12.1", // x-release-please-version
DisplayName: "BarmanCloudInstance",
ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",