Skip to content

Commit 9f4a123

Browse files
jelemuxcesmarvin
authored andcommitted
Merge branch 'release/v5.0.2-13'
2 parents 3923b55 + bacb818 commit 9f4a123

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
915
## [v5.0.2-12] - 2025-05-08
1016
### Fixed
1117
- [#24] Restore of backup components lead to errors after restore

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARTIFACT_ID=k8s-velero
2-
VERSION=5.0.2-12
2+
VERSION=5.0.2-13
33
MAKEFILES_VERSION=9.9.1
44
REGISTRY_NAMESPACE?=k8s
55
HELM_REPO_ENDPOINT=k3ces.local:30099

k8s/helm/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ excludedFromRestores:
178178
kind: "Component"
179179
version: "*"
180180
group: "k8s.cloudogu.com"
181+
- name: "ecosystem-certificate"
182+
kind: "Secret"
183+
version: "*"
181184

182185
networkPolicies:
183186
enabled: true

0 commit comments

Comments
 (0)