Skip to content

Commit dabf250

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

3 files changed

Lines changed: 10 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
* Add lz4 compression support for base backups ([#868](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/868)) ([e30154b](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/e30154b938b053f688b5ab520000233e164df6b6)), closes [#867](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/867)
9+
* **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))
10+
311
## [0.12.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.11.0...v0.12.0) (2026-04-13)
412

513

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)