Compare commits

...

1 Commits

Author SHA1 Message Date
Peggie
0868a610f8 chore(main): release 0.9.1
Signed-off-by: Peggie <info@cloudnative-pg.io>
2025-11-21 10:22:19 +01:00
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.9.0"
".": "0.9.1"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.9.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.9.0...v0.9.1) (2025-11-21)
### Bug Fixes
* Don't log full environment variables at default log level ([#589](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/589)) ([a487c4e](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/a487c4ef50c8185f2e38b858271270d46d4bb5a1))
## [0.9.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.8.0...v0.9.0) (2025-11-06)

View File

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