Skip to content

Commit 374d3e8

Browse files
authored
Only upgrade to k8s dependencies versions compatible with CAPA (#262)
1 parent 652c47a commit 374d3e8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Change `renovate` configuration to only get upgrades for CAPA compatible versions of k8s dependencies.
13+
1014
## [0.19.0] - 2025-06-17
1115

1216
### Added

renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@
55
// Go specific config - https://github.com/giantswarm/renovate-presets/blob/main/lang-go.json5
66
"github>giantswarm/renovate-presets:lang-go.json5",
77
],
8+
"packageRules": [
9+
// Disable kubernetes and controller-runtime dependencies updates, because they will be updated to compatible versions when upgrading CAPA
10+
{
11+
"matchDepNames": [
12+
"/^k8s\\.io\\//",
13+
"/^sigs\\.k8s\\.io\\/controller-runtime$/"
14+
],
15+
"enabled": false
16+
}
17+
]
818
}

0 commit comments

Comments
 (0)