From 2803a370bfda66b82ff9a49bfb07c4bc0dcc8f07 Mon Sep 17 00:00:00 2001 From: Peggie Date: Wed, 19 Aug 2026 13:22:25 +0200 Subject: [PATCH] chore(main): release 0.14.1 Signed-off-by: Peggie --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ internal/cnpgi/metadata/constants.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 727e2bea..7b5cb645 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.14.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1736d597..a65e7dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.14.0...v0.14.1) (2026-08-19) + + +### 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)) + ## [0.14.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.13.0...v0.14.0) (2026-07-29) diff --git a/internal/cnpgi/metadata/constants.go b/internal/cnpgi/metadata/constants.go index f725697e..e1011f1b 100644 --- a/internal/cnpgi/metadata/constants.go +++ b/internal/cnpgi/metadata/constants.go @@ -63,7 +63,7 @@ const ( // Data is the metadata of this plugin. var Data = identity.GetPluginMetadataResponse{ Name: PluginName, - Version: "0.14.0", // x-release-please-version + Version: "0.14.1", // x-release-please-version DisplayName: "BarmanCloudInstance", ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud", RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",