Skip to content

Commit 782aa43

Browse files
committed
chore(main): release 0.13.1
Signed-off-by: Peggie <info@cloudnative-pg.io>
1 parent 61b82ce commit 782aa43

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.13.0"
2+
".": "0.13.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.13.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.13.0...v0.13.1) (2026-06-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update all non-major go dependencies to v2.30.0 ([#957](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/957)) ([61b82ce](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/61b82ce250e95f04d49d0fb427e79364f2d900c0))
9+
310
## [0.13.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.12.0...v0.13.0) (2026-06-10)
411

512

internal/cnpgi/metadata/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const (
6363
// Data is the metadata of this plugin.
6464
var Data = identity.GetPluginMetadataResponse{
6565
Name: PluginName,
66-
Version: "0.13.0", // x-release-please-version
66+
Version: "0.13.1", // x-release-please-version
6767
DisplayName: "BarmanCloudInstance",
6868
ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
6969
RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",

0 commit comments

Comments
 (0)