Compare commits

...

2 Commits

Author SHA1 Message Date
Peggie
4026806ff1
Merge 2803a370bf into 77118ed413 2026-08-19 13:22:28 +02:00
Peggie
2803a370bf chore(main): release 0.14.1
Signed-off-by: Peggie <info@cloudnative-pg.io>
2026-08-19 13:22:25 +02:00
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.14.0"
".": "0.14.1"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.14.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.14.0...v0.14.1) (2026-08-19)
### Bug Fixes
* **deps:** Update all non-major go dependencies ([#1041](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1041)) ([9a3cc0d](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/9a3cc0d35492697a31ddc13b87f269cca3e83ea5))
## [0.14.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.13.0...v0.14.0) (2026-07-29)

View File

@ -63,7 +63,7 @@ const (
// Data is the metadata of this plugin.
var Data = identity.GetPluginMetadataResponse{
Name: PluginName,
Version: "0.14.0", // x-release-please-version
Version: "0.14.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",