File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.5.0 "
2+ "." : " 0.5.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.1] ( https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.5.0...v0.5.1 ) (2025-07-01)
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+ * ** deps:** Lock file maintenance documentation dependencies ([ #407 ] ( https://github.com/cloudnative-pg/plugin-barman-cloud/issues/407 ) ) ([ 4d323c2] ( https://github.com/cloudnative-pg/plugin-barman-cloud/commit/4d323c2d3df2bcd52c126b369922bec67db68a2c ) )
11+ * ** deps:** Update k8s.io/utils digest to 4c0f3b2 ([ #392 ] ( https://github.com/cloudnative-pg/plugin-barman-cloud/issues/392 ) ) ([ e58973c] ( https://github.com/cloudnative-pg/plugin-barman-cloud/commit/e58973cd55b89c2e4615cf67c85b08627590aae1 ) )
12+ * ** deps:** Update kubernetes packages to v0.33.2 ([ #410 ] ( https://github.com/cloudnative-pg/plugin-barman-cloud/issues/410 ) ) ([ e598fb3] ( https://github.com/cloudnative-pg/plugin-barman-cloud/commit/e598fb381fff2efc0022224d633949d0bb91157a ) )
13+ * ** deps:** Update module google.golang.org/grpc to v1.73.0 ([ #394 ] ( https://github.com/cloudnative-pg/plugin-barman-cloud/issues/394 ) ) ([ 1365906] ( https://github.com/cloudnative-pg/plugin-barman-cloud/commit/1365906204d895cac78ef93d5753d0b5f717c9ac ) )
14+
315## [ 0.5.0] ( https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.4.1...v0.5.0 ) (2025-06-03)
416
517
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const (
2424// Data is the metadata of this plugin.
2525var 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" ,
You can’t perform that action at this time.
0 commit comments