File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v5.0.2-13] - 2025-05-13
10
+ ### Fixed
11
+ - [ #26 ] Restore of an old ecosystem-certificate could make the ecosystem unavailable
12
+ ### Changed
13
+ - [ #26 ] Exclude ecosystem-certificate from restore
14
+
9
15
## [ v5.0.2-12] - 2025-05-08
10
16
### Fixed
11
17
- [ #24 ] Restore of backup components lead to errors after restore
Original file line number Diff line number Diff line change 1
1
ARTIFACT_ID =k8s-velero
2
- VERSION =5.0.2-12
2
+ VERSION =5.0.2-13
3
3
MAKEFILES_VERSION =9.9.1
4
4
REGISTRY_NAMESPACE? =k8s
5
5
HELM_REPO_ENDPOINT =k3ces.local:30099
Original file line number Diff line number Diff line change @@ -178,6 +178,9 @@ excludedFromRestores:
178
178
kind : " Component"
179
179
version : " *"
180
180
group : " k8s.cloudogu.com"
181
+ - name : " ecosystem-certificate"
182
+ kind : " Secret"
183
+ version : " *"
181
184
182
185
networkPolicies :
183
186
enabled : true
You can’t perform that action at this time.
0 commit comments