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 1
1
{
2
- "." : " 0.4.1 "
2
+ "." : " 0.5.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.5.0] ( https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.4.1...v0.5.0 ) (2025-06-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** deps:** Update dependency barman to v3.14.0 ([ #368 ] ( https://github.com/cloudnative-pg/plugin-barman-cloud/issues/368 ) ) ([ 3550013] ( https://github.com/cloudnative-pg/plugin-barman-cloud/commit/35500130bf0fe25eb3a191bc78f4818c318acf26 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Remove lifecycle ` Pod ` ` Patch ` subscription ([ #378 ] ( https://github.com/cloudnative-pg/plugin-barman-cloud/issues/378 ) ) ([ 40316b5] ( https://github.com/cloudnative-pg/plugin-barman-cloud/commit/40316b5f2d72deac0f042ceecd271a97b369a62f ) )
14
+
3
15
## [ 0.4.1] ( https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.4.0...v0.4.1 ) (2025-05-29)
4
16
5
17
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const (
24
24
// Data is the metadata of this plugin.
25
25
var Data = identity.GetPluginMetadataResponse {
26
26
Name : PluginName ,
27
- Version : "0.4.1 " , // x-release-please-version
27
+ Version : "0.5.0 " , // x-release-please-version
28
28
DisplayName : "BarmanCloudInstance" ,
29
29
ProjectUrl : "https://github.com/cloudnative-pg/plugin-barman-cloud" ,
30
30
RepositoryUrl : "https://github.com/cloudnative-pg/plugin-barman-cloud" ,
You can’t perform that action at this time.
0 commit comments