Skip to content

Commit 5cad545

Browse files
authored
chore(main): release 0.11.0 (#717)
🤖 I have created a release *beep* *boop* --- ## [0.11.0](v0.10.0...v0.11.0) (2026-01-30) ### Features * Add support for DefaultAzureCredential authentication mechanism ([#681](#681)) ([2c134ea](2c134ea)) * **deps:** Update barman-cloud to v3.17.0 ([#702](#702)) ([fa546ea](fa546ea)) ### Bug Fixes * **azure:** Update barman-cloud with Azure validation fix ([#710](#710)) ([0153abb](0153abb)), closes [#705](#705) * **deps:** Update all non-major go dependencies ([#719](#719)) ([4a637d7](4a637d7)) * **deps:** Update k8s.io/utils digest to 914a6e7 ([#715](#715)) ([b3bcf6d](b3bcf6d)) * **deps:** Update module sigs.k8s.io/controller-runtime to v0.23.1 ([#748](#748)) ([71bd4d8](71bd4d8)) * Resolve WAL archiving performance and memory issues ([#746](#746)) ([378c76a](378c76a)), closes [#735](#735) --- 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>
1 parent d1ca8ed commit 5cad545

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.10.0...v0.11.0) (2026-01-30)
4+
5+
6+
### Features
7+
8+
* Add support for DefaultAzureCredential authentication mechanism ([#681](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/681)) ([2c134ea](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/2c134eafe456ee77bbd46187040aa5041e5643ab))
9+
* **deps:** Update barman-cloud to v3.17.0 ([#702](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/702)) ([fa546ea](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/fa546eae0581a191abb625904b95d85a65d3ab08))
10+
11+
12+
### Bug Fixes
13+
14+
* **azure:** Update barman-cloud with Azure validation fix ([#710](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/710)) ([0153abb](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/0153abba82437fdb9fa47094c83aaa532ce45f67)), closes [#705](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/705)
15+
* **deps:** Update all non-major go dependencies ([#719](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/719)) ([4a637d7](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/4a637d7c58aad9dae70303af05e2a5fd95526d63))
16+
* **deps:** Update k8s.io/utils digest to 914a6e7 ([#715](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/715)) ([b3bcf6d](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/b3bcf6d9c1295a3acbe38124c70de18e5db85cf1))
17+
* **deps:** Update module sigs.k8s.io/controller-runtime to v0.23.1 ([#748](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/748)) ([71bd4d8](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/71bd4d808dbd6d62f27b9405f3ba89a49ba42c09))
18+
* Resolve WAL archiving performance and memory issues ([#746](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/746)) ([378c76a](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/378c76a5268907aca43104f16e2acd641903df75)), closes [#735](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/735)
19+
320
## [0.10.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.9.0...v0.10.0) (2025-12-30)
421

522

internal/cnpgi/metadata/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const (
4343
// Data is the metadata of this plugin.
4444
var Data = identity.GetPluginMetadataResponse{
4545
Name: PluginName,
46-
Version: "0.10.0", // x-release-please-version
46+
Version: "0.11.0", // x-release-please-version
4747
DisplayName: "BarmanCloudInstance",
4848
ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
4949
RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",

0 commit comments

Comments
 (0)