chore(main): release 0.15.0 (#1066)

🤖 I have created a release *beep* *boop*
---


##
[0.15.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.14.0...v0.15.0)
(2026-09-03)


### Features

* **deps:** Bump Barman version to 3.20.0
([#1090](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1090))
([1bb6bab](1bb6bab640))
* Serve restore hooks from the instance sidecar
([#1025](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1025))
([7bb01a8](7bb01a865b))


### Bug Fixes

* **deps:** Update all non-major go dependencies
([#1041](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1041))
([9a3cc0d](9a3cc0d354))
* **deps:** Update all non-major go dependencies
([#1086](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1086))
([31b2553](31b25538bf))
* **deps:** Update kubernetes monorepo to v0.37.0
([#1084](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1084))
([b15b661](b15b661648))
* **deps:** Update module google.golang.org/grpc to v1.83.2
([#1073](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1073))
([b3d948c](b3d948ce82))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: Peggie <info@cloudnative-pg.io>
This commit is contained in:
Peggie 2026-09-03 20:03:03 +02:00 committed by GitHub
parent 4a23ede84a
commit f94016fcff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 2 deletions

View File

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

View File

@ -1,5 +1,21 @@
# Changelog # Changelog
## [0.15.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.14.0...v0.15.0) (2026-09-03)
### Features
* **deps:** Bump Barman version to 3.20.0 ([#1090](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1090)) ([1bb6bab](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/1bb6bab640f5adf038c86e33c96d42765d2aa708))
* Serve restore hooks from the instance sidecar ([#1025](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1025)) ([7bb01a8](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/7bb01a865b15c0f5f608c8bfbc7561daadf2de3d))
### 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))
* **deps:** Update all non-major go dependencies ([#1086](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1086)) ([31b2553](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/31b25538bf6d8fadf2cd28c15b23c9c81ae22fac))
* **deps:** Update kubernetes monorepo to v0.37.0 ([#1084](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1084)) ([b15b661](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/b15b661648792cb2cb899ee628b8a3aa909c3fc8))
* **deps:** Update module google.golang.org/grpc to v1.83.2 ([#1073](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/1073)) ([b3d948c](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/b3d948ce821c68be1d99c84c679e020b5f3db363))
## [0.14.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.13.0...v0.14.0) (2026-07-29) ## [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. // Data is the metadata of this plugin.
var Data = identity.GetPluginMetadataResponse{ var Data = identity.GetPluginMetadataResponse{
Name: PluginName, Name: PluginName,
Version: "0.14.0", // x-release-please-version Version: "0.15.0", // x-release-please-version
DisplayName: "BarmanCloudInstance", DisplayName: "BarmanCloudInstance",
ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud", ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud", RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",