File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.3 .0"
2+ "." : " 0.4 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.0] ( https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.3.0...v0.4.0 ) (2025-04-16)
4+
5+
6+ ### Features
7+
8+ * Support snapshot recovery job ([ #258 ] ( https://github.com/cloudnative-pg/plugin-barman-cloud/issues/258 ) ) ([ e00024f] ( https://github.com/cloudnative-pg/plugin-barman-cloud/commit/e00024f136996305999c0440ae9b48861828e160 ) )
9+
310## [ 0.3.0] ( https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.2.0...v0.3.0 ) (2025-03-28)
411
512
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ Use `kubectl` to apply the manifest for the latest commit in the `main` branch:
110110<!-- x-release-please-start-version -->
111111``` sh
112112kubectl apply -f \
113- https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.3 .0/manifest.yaml
113+ https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.4 .0/manifest.yaml
114114```
115115<!-- x-release-please-end -->
116116
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.3 .0" , // x-release-please-version
27+ Version : "0.4 .0" , // 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