Skip to content

Commit 23baa38

Browse files
committed
chore(main): release 0.12.1
Signed-off-by: Peggie <info@cloudnative-pg.io>
1 parent 0111ed9 commit 23baa38

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.12.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

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

3+
## [0.12.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.12.0...v0.12.1) (2026-04-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [0.12.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.11.0...v0.12.0) (2026-04-13)
411

512

internal/cnpgi/metadata/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747
// Data is the metadata of this plugin.
4848
var Data = identity.GetPluginMetadataResponse{
4949
Name: PluginName,
50-
Version: "0.12.0", // x-release-please-version
50+
Version: "0.12.1", // x-release-please-version
5151
DisplayName: "BarmanCloudInstance",
5252
ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
5353
RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",

0 commit comments

Comments
 (0)