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.1 "
2+ "." : " 0.5.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.0] ( https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.4.1...v0.5.0 ) (2025-12-15)
4+
5+
6+ ### Features
7+
8+ * Parallel WAL upload ([ #45 ] ( https://github.com/operasoftware/cnpg-plugin-pgbackrest/issues/45 ) ) ([ 23d7807] ( https://github.com/operasoftware/cnpg-plugin-pgbackrest/commit/23d7807a7ec8c9cdc01ca7c03a439a120a1a8b09 ) )
9+
310## [ 0.4.1] ( https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.4.0...v0.4.1 ) (2025-11-13)
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.1 /manifest.yaml
113+ https://github.com/operasoftware/cnpg-plugin-pgbackrest/releases/download/v0.5.0 /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.1 " , // x-release-please-version
19+ Version : "0.5.0 " , // 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