Skip to content

Commit 608282f

Browse files
committed
chore(main): release 0.5.1
Signed-off-by: Peggie <[email protected]>
1 parent c8f6ccf commit 608282f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.5.0"
2+
".": "0.5.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.5.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.5.0...v0.5.1) (2025-06-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Lock file maintenance documentation dependencies ([#379](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/379)) ([a0327ea](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/a0327ea574558d6c1a913e13a12bb454818900a7))
9+
* **deps:** Lock file maintenance documentation dependencies ([#399](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/399)) ([7146c51](https://github.com/cloudnative-pg/plugin-barman-cloud/commit/7146c51de11a5d673aef23e36e07a2b0c528d3b7))
10+
311
## [0.5.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.4.1...v0.5.0) (2025-06-03)
412

513

internal/cnpgi/metadata/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
// Data is the metadata of this plugin.
2525
var Data = identity.GetPluginMetadataResponse{
2626
Name: PluginName,
27-
Version: "0.5.0", // x-release-please-version
27+
Version: "0.5.1", // x-release-please-version
2828
DisplayName: "BarmanCloudInstance",
2929
ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
3030
RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",

0 commit comments

Comments
 (0)