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.4.0 "
2+ "." : " 0.4.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.1] ( https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.4.0...v0.4.1 ) (2025-11-13)
4+
5+
6+ ### Bug Fixes
7+
8+ * Parsing PgbackrestRetention.History ([ #43 ] ( https://github.com/operasoftware/cnpg-plugin-pgbackrest/issues/43 ) ) ([ 5dd340d] ( https://github.com/operasoftware/cnpg-plugin-pgbackrest/commit/5dd340dab0e520a7cffd3460c5d3c845b4ce61df ) )
9+
310## [ 0.4.0] ( https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.3.1...v0.4.0 ) (2025-10-25)
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/operasoftware/cnpg-plugin-pgbackrest/releases/download/v0.4.0 /manifest.yaml
113+ https://github.com/operasoftware/cnpg-plugin-pgbackrest/releases/download/v0.4.1 /manifest.yaml
114114```
115115<!-- x-release-please-end -->
116116
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const (
1616// Data is the metadata of this plugin.
1717var Data = identity.GetPluginMetadataResponse {
1818 Name : PluginName ,
19- Version : "0.4.0 " , // x-release-please-version
19+ Version : "0.4.1 " , // x-release-please-version
2020 DisplayName : "pgBackRestInstance" ,
2121 ProjectUrl : "https://github.com/operasoftware/cnpg-plugin-pgbackrest" ,
2222 RepositoryUrl : "https://github.com/operasoftware/cnpg-plugin-pgbackrest" ,
You can’t perform that action at this time.
0 commit comments