cluster.meta

Issues/PRs archive for MTRNord/cluster
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.meta.git
Log | Files | Refs

29.json (22280B)


      1 {
      2   "number": 29,
      3   "title": "chore(deps): update helm release descheduler to v0.33.0 - autoclosed",
      4   "state": "closed",
      5   "diff_file": "29.diff",
      6   "author": "renovate[bot]",
      7   "created_at": "2025-12-07T21:14:46Z",
      8   "closed_at": "2025-12-07T21:16:43Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "renovate/descheduler-0.33.x",
     12   "labels": [
     13     "type/minor-update"
     14   ],
     15   "assignees": [],
     16   "requested_reviewers": [],
     17   "body": "This PR contains the following updates:\n\n| Package | Update | Change |\n|---|---|---|\n| [descheduler](https://redirect.github.com/kubernetes-sigs/descheduler) | minor | `0.31.0` -> `0.33.0` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>kubernetes-sigs/descheduler (descheduler)</summary>\n\n### [`v0.33.0`](https://redirect.github.com/kubernetes-sigs/descheduler/releases/tag/v0.33.0): Descheduler v0.33.0\n\n[Compare Source](https://redirect.github.com/kubernetes-sigs/descheduler/compare/v0.32.2...v0.33.0)\n\n#### What's Changed\n\n- update license to year 2025 by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1593](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1593)\n- \\[release v0.32.0] bump chart and images by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1592](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1592)\n- bump x/net and x/crypto deps for CVE-2024-45337 and CVE-2024-45338 by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1591](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1591)\n- chore: update README.md for DeschedulerPolicy by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1578](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1578)\n- chore: add ignorePvcPods param in default evictor filter unit test by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1602](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1602)\n- feature(descheduler): add grace\\_period\\_seconds for DeschedulerPolicy by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1538](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1538)\n- charts: add missing permission for policy by [@&#8203;linuxmaniac](https://redirect.github.com/linuxmaniac) in [#&#8203;1596](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1596)\n- flake: rollback gracePeriod for evict pod in e2e test by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1606](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1606)\n- charts: add needed perms if metricsCollector is enabled by [@&#8203;linuxmaniac](https://redirect.github.com/linuxmaniac) in [#&#8203;1599](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1599)\n- tracing: test for and address semconv/SDK version conflicts by [@&#8203;LukeCarrier](https://redirect.github.com/LukeCarrier) in [#&#8203;1612](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1612)\n- PodMatchNodeSelector: Replaced PodMatchNodeSelector implementation wi\u2026 by [@&#8203;jandai](https://redirect.github.com/jandai) in [#&#8203;1632](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1632)\n- chore: add descheduler plugin example by [@&#8203;ricardomaraschini](https://redirect.github.com/ricardomaraschini) in [#&#8203;1636](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1636)\n- chore: add setDefaultEvictor return an error by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1637](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1637)\n- ReferencedResourceList: alias for map\\[v1.ResourceName]\\*resource.Quantity to avoid the type definition duplication by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1640](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1640)\n- lownodeutilization: evictionLimits to limit the evictions per plugin by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1642](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1642)\n- nodeutilization: invoke ValidateLowNodeUtilizationArgs instead of validateLowNodeUtilizationThresholds to make the test more generic by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1644](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1644)\n- nodeutilization: make the node classification more generic by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1645](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1645)\n- \\[nodeutilization]: allow to set a metrics source as a string so it can be later extended for exclusive configuration by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1614](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1614)\n- \\[lownodeutilization]: Actual utilization: integration with Prometheus by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1533](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1533)\n- \\[nodeutilization]: produce node utilization of resources that are listed in the list of resources by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1652](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1652)\n- feat: refactoring thresholds and usage assessment by [@&#8203;ricardomaraschini](https://redirect.github.com/ricardomaraschini) in [#&#8203;1649](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1649)\n- feat: move classifier to its own package by [@&#8203;ricardomaraschini](https://redirect.github.com/ricardomaraschini) in [#&#8203;1653](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1653)\n- \\[nodeutilization]: skip nodes without extended resource when computing the average utilization by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1650](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1650)\n- Mention cmdOptions.dry-run in the helm chart readme by [@&#8203;tspearconquest](https://redirect.github.com/tspearconquest) in [#&#8203;1580](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1580)\n- nominate googs1025 for descheduler reviewers by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1654](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1654)\n- chore: log average and assessed thresholds by [@&#8203;ricardomaraschini](https://redirect.github.com/ricardomaraschini) in [#&#8203;1657](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1657)\n- fix removepodsviolatingtopologyspreadconstraint plugin sort logic by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1629](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1629)\n- TestLowNodeUtilizationKubernetesMetrics: set the right -cpu value for the cpu stressor by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1661](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1661)\n- docs: add histogram metric README.md by [@&#8203;freedomchurl](https://redirect.github.com/freedomchurl) in [#&#8203;1651](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1651)\n- feat: introduce strict eviction policy by [@&#8203;ricardomaraschini](https://redirect.github.com/ricardomaraschini) in [#&#8203;1663](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1663)\n- Move values.yaml comment about defining your own configmap to a NOTES.txt output instead by [@&#8203;tspearconquest](https://redirect.github.com/tspearconquest) in [#&#8203;1582](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1582)\n- chore: update owners to add me as reviewer by [@&#8203;ricardomaraschini](https://redirect.github.com/ricardomaraschini) in [#&#8203;1667](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1667)\n- chore: Bump to official kubernetes v0.33.0 deps by [@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in [#&#8203;1675](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1675)\n- fix: update the mailing list address by [@&#8203;sanposhiho](https://redirect.github.com/sanposhiho) in [#&#8203;1676](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1676)\n- add miss evictDaemonSetPods param in README.md by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1672](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1672)\n- chore(deps): bump github.com/golang/glog from 1.2.2 to 1.2.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1679](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1679)\n- \\[v0.33.0] update docs and manifests by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1678](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1678)\n\n#### New Contributors\n\n- [@&#8203;linuxmaniac](https://redirect.github.com/linuxmaniac) made their first contribution in [#&#8203;1596](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1596)\n- [@&#8203;LukeCarrier](https://redirect.github.com/LukeCarrier) made their first contribution in [#&#8203;1612](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1612)\n- [@&#8203;jandai](https://redirect.github.com/jandai) made their first contribution in [#&#8203;1632](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1632)\n- [@&#8203;ricardomaraschini](https://redirect.github.com/ricardomaraschini) made their first contribution in [#&#8203;1636](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1636)\n- [@&#8203;tspearconquest](https://redirect.github.com/tspearconquest) made their first contribution in [#&#8203;1580](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1580)\n- [@&#8203;freedomchurl](https://redirect.github.com/freedomchurl) made their first contribution in [#&#8203;1651](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1651)\n- [@&#8203;dependabot](https://redirect.github.com/dependabot) made their first contribution in [#&#8203;1679](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1679)\n\n**Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.32.0...v0.33.0>\n\n### [`v0.32.2`](https://redirect.github.com/kubernetes-sigs/descheduler/releases/tag/v0.32.2): Descheduler v0.32.2\n\n[Compare Source](https://redirect.github.com/kubernetes-sigs/descheduler/compare/v0.32.1...v0.32.2)\n\n##### What's Changed\n\n- \\[v0.32.1] patch release for CVE-2024-45337 and CVE-2024-45338 by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1601](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1601)\n- Automated cherry pick of [#&#8203;1596](https://redirect.github.com/kubernetes-sigs/descheduler/issues/1596): charts: add missing permission for policy at ClusterRole by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1621](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1621)\n- Automated cherry pick of [#&#8203;1599](https://redirect.github.com/kubernetes-sigs/descheduler/issues/1599): charts: add needed perms if metricsCollector is enabled by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1620](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1620)\n\n**Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.32.1...v0.32.2>\n\n### [`v0.32.1`](https://redirect.github.com/kubernetes-sigs/descheduler/releases/tag/v0.32.1)\n\n[Compare Source](https://redirect.github.com/kubernetes-sigs/descheduler/compare/v0.32.0...v0.32.1)\n\n##### What's Changed\n\n- update license to year 2025 by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1593](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1593)\n- \\[release v0.32.0] bump chart and images by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1592](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1592)\n- Automated cherry pick of [#&#8203;1591](https://redirect.github.com/kubernetes-sigs/descheduler/issues/1591): bump x/net and x/crypto deps for CVE-2024-45337 and by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1600](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1600)\n\n**Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.32.0...v0.32.1>\n\n### [`v0.32.0`](https://redirect.github.com/kubernetes-sigs/descheduler/releases/tag/v0.32.0)\n\n[Compare Source](https://redirect.github.com/kubernetes-sigs/descheduler/compare/v0.31.0...v0.32.0)\n\n##### What's Changed\n\n- descheduler v0.31.0: bump kustomize files by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1511](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1511)\n- chore: bump golangci-lint to latest by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1513](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1513)\n- descheduler v0.31.0: bump helm chart by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1512](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1512)\n- fix: github action Release Charts to have write permissions by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1514](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1514)\n- \\[e2e] abstract common methods by [@&#8203;fanhaouu](https://redirect.github.com/fanhaouu) in [#&#8203;1517](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1517)\n- \\[DuplicatePods] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;fanhaouu](https://redirect.github.com/fanhaouu) in [#&#8203;1520](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1520)\n- \\[FailedPods] e2e: build a descheduler image and run the descheduler as a pod  by [@&#8203;fanhaouu](https://redirect.github.com/fanhaouu) in [#&#8203;1521](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1521)\n- \\[TopologySpreadConstraint] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;fanhaouu](https://redirect.github.com/fanhaouu) in [#&#8203;1523](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1523)\n- \\[LeaderElection] e2e: build a descheduler image and run the descheduler as a pod by [@&#8203;fanhaouu](https://redirect.github.com/fanhaouu) in [#&#8203;1522](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1522)\n- Make sure dry runs sees all the resources a normal run would do by [@&#8203;john7doe](https://redirect.github.com/john7doe) in [#&#8203;1526](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1526)\n- test: construct e2e deployments through buildTestDeployment by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1527](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1527)\n- Node utilization refactoring by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1532](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1532)\n- add ignorePodsWithoutPDB option by [@&#8203;john7doe](https://redirect.github.com/john7doe) in [#&#8203;1529](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1529)\n- Update Dockerfile - GoLang v 1.22.7 FIX - CVE-2024-34156, CVE-2024-34155 and CVE-2024-34158 by [@&#8203;sagar-18](https://redirect.github.com/sagar-18) in [#&#8203;1539](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1539)\n- Update nodes sorting function to respect available resources by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1541](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1541)\n- DeschedulerServer: new Apply function for applying configuration by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1542](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1542)\n- sortNodesByUsage: drop extended resources as they are already counted in by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1546](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1546)\n- nodeutilization: NodeUtilization: make pod utilization extraction configurable by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1543](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1543)\n- nodeutilization: evictPodsFromSourceNodes: iterate through existing resources by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1544](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1544)\n- nodeutilization: usage2KeysAndValues for constructing a key:value list for InfoS printing resource usage by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1549](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1549)\n- bump(golangci-lint)=v1.62.0 by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1551](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1551)\n- nodeutilization: separate code responsible for requested resource extraction into a dedicated usage client by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1545](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1545)\n- Introduce RequestEviction feature for evicting pods in background (KEP-1397) by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1466](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1466)\n- Use actual node resource utilization by consuming kubernetes metrics by [@&#8203;ingvagabund](https://redirect.github.com/ingvagabund) in [#&#8203;1555](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1555)\n- Bump to Go 1.23.3 by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1565](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1565)\n- Bump golangci-lint to 1.62.2 by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1567](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1567)\n- Bump kind version to v0.25.0 by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1568](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1568)\n- Bump golangci-lint timeout from 2m to 5m by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1571](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1571)\n- Enable golangci-lint Verbose Output by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1572](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1572)\n- bump to kubernetes v0.32.0-rc.2 by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1569](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1569)\n- docs: Removing deschedulerPolicy.strategies since it does not exist by [@&#8203;felipewnp](https://redirect.github.com/felipewnp) in [#&#8203;1570](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1570)\n- Fixed the issue when successfulJobsHistoryLimit and failedJobsHistoryLimit variables are 0. by [@&#8203;icloudnote](https://redirect.github.com/icloudnote) in [#&#8203;1573](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1573)\n- Bump kind to v0.26.0 by [@&#8203;seanmalloy](https://redirect.github.com/seanmalloy) in [#&#8203;1576](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1576)\n- Improve chart default values by [@&#8203;pipo02mix](https://redirect.github.com/pipo02mix) in [#&#8203;1564](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1564)\n- bump to official kubernetes v0.32.0 deps by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1575](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1575)\n- feature(eviction): add event when EvictPod failed by [@&#8203;googs1025](https://redirect.github.com/googs1025) in [#&#8203;1536](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1536)\n- \\[release v0.32] update kubernetes kind version to 1.32 by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1587](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1587)\n- \\[release v0.32] update docs/readme by [@&#8203;a7i](https://redirect.github.com/a7i) in [#&#8203;1588](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1588)\n\n##### New Contributors\n\n- [@&#8203;john7doe](https://redirect.github.com/john7doe) made their first contribution in [#&#8203;1526](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1526)\n- [@&#8203;felipewnp](https://redirect.github.com/felipewnp) made their first contribution in [#&#8203;1570](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1570)\n- [@&#8203;icloudnote](https://redirect.github.com/icloudnote) made their first contribution in [#&#8203;1573](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1573)\n- [@&#8203;pipo02mix](https://redirect.github.com/pipo02mix) made their first contribution in [#&#8203;1564](https://redirect.github.com/kubernetes-sigs/descheduler/pull/1564)\n\n**Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.31.0...v0.32.0>\n\n</details>\n\n---\n\n### Configuration\n\n\ud83d\udcc5 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n\ud83d\udea6 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n\u267b **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n\ud83d\udd15 **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/MTRNord/cluster).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9taW5vci11cGRhdGUiXX0=-->\n",
     18   "comments": [],
     19   "review_comments": []
     20 }