Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add unit tests for version compatibility check #1096

Merged

Conversation

a7i
Copy link
Contributor

@a7i a7i commented Mar 22, 2023

Follow up to #1063 to add unit tests

/cc @JaneLiuL

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 22, 2023
@a7i
Copy link
Contributor Author

a7i commented Apr 12, 2023

/cc @ingvagabund @knelasevero

@ingvagabund
Copy link
Contributor

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 20, 2023
@ingvagabund
Copy link
Contributor

@a7i looks good :) Thx. I like when a function can be made more generic :)

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ingvagabund

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 20, 2023
@a7i
Copy link
Contributor Author

a7i commented May 4, 2023

will rebase/merge after 0.27.0 is published

@a7i a7i force-pushed the version-compatibility-test branch from 230a3b7 to 10c1cc0 Compare May 5, 2023 18:39
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 5, 2023
@a7i a7i force-pushed the version-compatibility-test branch from 10c1cc0 to 1f6a736 Compare May 5, 2023 18:57
@ingvagabund
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 9, 2023
@k8s-ci-robot k8s-ci-robot merged commit 0f5a5a2 into kubernetes-sigs:master May 9, 2023
szinn pushed a commit to szinn/k8s-homelab that referenced this pull request Aug 25, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [descheduler](https://github.com/kubernetes-sigs/descheduler) |
minor | `0.27.1` -> `0.28.0` |

---

### Release Notes

<details>
<summary>kubernetes-sigs/descheduler (descheduler)</summary>

###
[`v0.28.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.28.0):
Descheduler v0.28.0

[Compare
Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.27.1...v0.28.0)

#### What's Changed

- add unit tests for version compatibility check by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1096
- fix plugin arg conversion when using multiple profiles with same
plugin by [@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1143
- Use dl.k8s.io instead of kubernetes-release bucket by
[@&#8203;ratnopamc](https://github.com/ratnopamc) in
[kubernetes-sigs/descheduler#1145
- update deprecated sets.String to generic sets by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1146
- helm: ability to override command and args. set args inline by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1151
- fix: imagepullsecrets indentation for kind: Deployment by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1150
- docs: supplement missing link by
[@&#8203;mikutas](https://github.com/mikutas) in
[kubernetes-sigs/descheduler#1159
- bump chart to v0.27.1 by [@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1160
- Custom labels for ServiceMonitor resource by
[@&#8203;nlamirault](https://github.com/nlamirault) in
[kubernetes-sigs/descheduler#1147
- pod anti-affinity check among nodes by
[@&#8203;10hin](https://github.com/10hin) in
[kubernetes-sigs/descheduler#1033
- PodLifeTime: support CrashLoopBackOff container state by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1164
- update pause image from 'kubernetes/pause' to 'registry.k8s.io/pause'
by [@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1166
- TooManyRestart: state filter for CrashLoopBackOff by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1165
- Replace deprecated command with environment file by
[@&#8203;jongwooo](https://github.com/jongwooo) in
[kubernetes-sigs/descheduler#1173
- use pod informers for listing pods in
removepodsviolatingtopologyspreadconstraint and
removepodsviolatinginterpodantiaffinity by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1163
- removepodsviolatingtopologyspreadconstraint: implement explicit
constraints by [@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1148
- FakeClientset: bump watch channel size by
[@&#8203;ingvagabund](https://github.com/ingvagabund) in
[kubernetes-sigs/descheduler#1174
- deschedule/balance order (continuation) by
[@&#8203;ingvagabund](https://github.com/ingvagabund) in
[kubernetes-sigs/descheduler#1177
- bump log level for processing info by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1141
- fix priority threshold by name alone by
[@&#8203;knelasevero](https://github.com/knelasevero) in
[kubernetes-sigs/descheduler#1186
- feat: Enable open telemetry tracing by
[@&#8203;harshanarayana](https://github.com/harshanarayana) in
[kubernetes-sigs/descheduler#1189
- bump to k8s 1.28 beta.0 by [@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1201
- nodefit: aggregate errors by
[@&#8203;lucming](https://github.com/lucming) in
[kubernetes-sigs/descheduler#1203
- fix: base configmap missing plugin RemoveDuplicates by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1207
- feat: Implement preferredDuringSchedulingIgnoredDuringExecution for
RemovePodsViolatingNodeAffinity by
[@&#8203;jordipiqueselles](https://github.com/jordipiqueselles) in
[kubernetes-sigs/descheduler#1210
- fix: descheduler_loop_duration_seconds has wrong value by
[@&#8203;Abirdcfly](https://github.com/Abirdcfly) in
[kubernetes-sigs/descheduler#1215
- .gitattribute to not pollute PRs or stats by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1202
- Bump Kubernetes dependencies to v1.28.0 by
[@&#8203;JaneLiuL](https://github.com/JaneLiuL) in
[kubernetes-sigs/descheduler#1216
- profile: fix span attribute typo by
[@&#8203;antoinedeschenes](https://github.com/antoinedeschenes) in
[kubernetes-sigs/descheduler#1221
- k8s 1.28: update docs and go-version by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1224

#### New Contributors

- [@&#8203;ratnopamc](https://github.com/ratnopamc) made their first
contribution in
[kubernetes-sigs/descheduler#1145
- [@&#8203;mikutas](https://github.com/mikutas) made their first
contribution in
[kubernetes-sigs/descheduler#1159
- [@&#8203;nlamirault](https://github.com/nlamirault) made their first
contribution in
[kubernetes-sigs/descheduler#1147
- [@&#8203;10hin](https://github.com/10hin) made their first
contribution in
[kubernetes-sigs/descheduler#1033
- [@&#8203;jongwooo](https://github.com/jongwooo) made their first
contribution in
[kubernetes-sigs/descheduler#1173
- [@&#8203;jordipiqueselles](https://github.com/jordipiqueselles) made
their first contribution in
[kubernetes-sigs/descheduler#1210
- [@&#8203;Abirdcfly](https://github.com/Abirdcfly) made their first
contribution in
[kubernetes-sigs/descheduler#1215
- [@&#8203;antoinedeschenes](https://github.com/antoinedeschenes) made
their first contribution in
[kubernetes-sigs/descheduler#1221

**Full Changelog**:
kubernetes-sigs/descheduler@v0.27.0...v0.28.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny44IiwidXBkYXRlZEluVmVyIjoiMzYuNTcuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: repo-jeeves <106431701+repo-jeeves[bot]@users.noreply.github.com>
@a7i a7i deleted the version-compatibility-test branch August 26, 2023 03:57
spirkaa added a commit to spirkaa/infra that referenced this pull request Aug 27, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [descheduler](https://github.com/kubernetes-sigs/descheduler) | minor | `0.27.1` -> `0.28.0` |

---

### Release Notes

<details>
<summary>kubernetes-sigs/descheduler (descheduler)</summary>

### [`v0.28.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.28.0): Descheduler v0.28.0

[Compare Source](kubernetes-sigs/descheduler@v0.27.1...v0.28.0)

#### What's Changed

-   add unit tests for version compatibility check by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1096
-   fix plugin arg conversion when using multiple profiles with same plugin by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1143
-   Use dl.k8s.io instead of kubernetes-release bucket by [@&#8203;ratnopamc](https://github.com/ratnopamc) in kubernetes-sigs/descheduler#1145
-   update deprecated sets.String to generic sets by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1146
-   helm: ability to override command and args. set args inline by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1151
-   fix: imagepullsecrets indentation for kind: Deployment by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1150
-   docs: supplement missing link by [@&#8203;mikutas](https://github.com/mikutas) in kubernetes-sigs/descheduler#1159
-   bump chart to v0.27.1 by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1160
-   Custom labels for ServiceMonitor resource by [@&#8203;nlamirault](https://github.com/nlamirault) in kubernetes-sigs/descheduler#1147
-   pod anti-affinity check among nodes by [@&#8203;10hin](https://github.com/10hin) in kubernetes-sigs/descheduler#1033
-   PodLifeTime: support CrashLoopBackOff container state by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1164
-   update pause image from 'kubernetes/pause' to 'registry.k8s.io/pause' by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1166
-   TooManyRestart: state filter for CrashLoopBackOff by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1165
-   Replace deprecated command with environment file by [@&#8203;jongwooo](https://github.com/jongwooo) in kubernetes-sigs/descheduler#1173
-   use pod informers for listing pods in removepodsviolatingtopologyspreadconstraint and removepodsviolatinginterpodantiaffinity by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1163
-   removepodsviolatingtopologyspreadconstraint: implement explicit constraints by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1148
-   FakeClientset: bump watch channel size by [@&#8203;ingvagabund](https://github.com/ingvagabund) in kubernetes-sigs/descheduler#1174
-   deschedule/balance order (continuation) by [@&#8203;ingvagabund](https://github.com/ingvagabund) in kubernetes-sigs/descheduler#1177
-   bump log level for processing info by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1141
-   fix priority threshold by name alone by [@&#8203;knelasevero](https://github.com/knelasevero) in kubernetes-sigs/descheduler#1186
-   feat: Enable open telemetry tracing by [@&#8203;harshanarayana](https://github.com/harshanarayana) in kubernetes-sigs/descheduler#1189
-   bump to k8s 1.28 beta.0 by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1201
-   nodefit: aggregate errors by [@&#8203;lucming](https://github.com/lucming) in kubernetes-sigs/descheduler#1203
-   fix: base configmap missing plugin RemoveDuplicates by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1207
-   feat: Implement preferredDuringSchedulingIgnoredDuringExecution for RemovePodsViolatingNodeAffinity by [@&#8203;jordipiqueselles](https://github.com/jordipiqueselles) in kubernetes-sigs/descheduler#1210
-   fix: descheduler_loop_duration_seconds has wrong value by [@&#8203;Abirdcfly](https://github.com/Abirdcfly) in kubernetes-sigs/descheduler#1215
-   .gitattribute to not pollute PRs or stats by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1202
-   Bump Kubernetes dependencies to v1.28.0 by [@&#8203;JaneLiuL](https://github.com/JaneLiuL) in kubernetes-sigs/descheduler#1216
-   profile: fix span attribute typo by [@&#8203;antoinedeschenes](https://github.com/antoinedeschenes) in kubernetes-sigs/descheduler#1221
-   k8s 1.28: update docs and go-version by [@&#8203;a7i](https://github.com/a7i) in kubernetes-sigs/descheduler#1224

#### New Contributors

-   [@&#8203;ratnopamc](https://github.com/ratnopamc) made their first contribution in kubernetes-sigs/descheduler#1145
-   [@&#8203;mikutas](https://github.com/mikutas) made their first contribution in kubernetes-sigs/descheduler#1159
-   [@&#8203;nlamirault](https://github.com/nlamirault) made their first contribution in kubernetes-sigs/descheduler#1147
-   [@&#8203;10hin](https://github.com/10hin) made their first contribution in kubernetes-sigs/descheduler#1033
-   [@&#8203;jongwooo](https://github.com/jongwooo) made their first contribution in kubernetes-sigs/descheduler#1173
-   [@&#8203;jordipiqueselles](https://github.com/jordipiqueselles) made their first contribution in kubernetes-sigs/descheduler#1210
-   [@&#8203;Abirdcfly](https://github.com/Abirdcfly) made their first contribution in kubernetes-sigs/descheduler#1215
-   [@&#8203;antoinedeschenes](https://github.com/antoinedeschenes) made their first contribution in kubernetes-sigs/descheduler#1221

**Full Changelog**: kubernetes-sigs/descheduler@v0.27.0...v0.28.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Mi4yIiwidXBkYXRlZEluVmVyIjoiMzYuNTIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://git.devmem.ru/projects/infra/pulls/949
Co-authored-by: Renovate Bot <renovate@devmem.ru>
Co-committed-by: Renovate Bot <renovate@devmem.ru>
renovate bot added a commit to teutonet/teutonet-helm-charts that referenced this pull request Sep 11, 2023
…0.28.x (#538)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [descheduler](https://github.com/kubernetes-sigs/descheduler) |
minor | `0.27.x` -> `0.28.x` |

---

### Release Notes

<details>
<summary>kubernetes-sigs/descheduler (descheduler)</summary>

###
[`v0.28.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.28.0):
Descheduler v0.28.0

[Compare
Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.27.1...v0.28.0)

#### What's Changed

- add unit tests for version compatibility check by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1096
- fix plugin arg conversion when using multiple profiles with same
plugin by [@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1143
- Use dl.k8s.io instead of kubernetes-release bucket by
[@&#8203;ratnopamc](https://github.com/ratnopamc) in
[kubernetes-sigs/descheduler#1145
- update deprecated sets.String to generic sets by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1146
- helm: ability to override command and args. set args inline by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1151
- fix: imagepullsecrets indentation for kind: Deployment by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1150
- docs: supplement missing link by
[@&#8203;mikutas](https://github.com/mikutas) in
[kubernetes-sigs/descheduler#1159
- bump chart to v0.27.1 by [@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1160
- Custom labels for ServiceMonitor resource by
[@&#8203;nlamirault](https://github.com/nlamirault) in
[kubernetes-sigs/descheduler#1147
- pod anti-affinity check among nodes by
[@&#8203;10hin](https://github.com/10hin) in
[kubernetes-sigs/descheduler#1033
- PodLifeTime: support CrashLoopBackOff container state by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1164
- update pause image from 'kubernetes/pause' to 'registry.k8s.io/pause'
by [@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1166
- TooManyRestart: state filter for CrashLoopBackOff by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1165
- Replace deprecated command with environment file by
[@&#8203;jongwooo](https://github.com/jongwooo) in
[kubernetes-sigs/descheduler#1173
- use pod informers for listing pods in
removepodsviolatingtopologyspreadconstraint and
removepodsviolatinginterpodantiaffinity by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1163
- removepodsviolatingtopologyspreadconstraint: implement explicit
constraints by [@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1148
- FakeClientset: bump watch channel size by
[@&#8203;ingvagabund](https://github.com/ingvagabund) in
[kubernetes-sigs/descheduler#1174
- deschedule/balance order (continuation) by
[@&#8203;ingvagabund](https://github.com/ingvagabund) in
[kubernetes-sigs/descheduler#1177
- bump log level for processing info by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1141
- fix priority threshold by name alone by
[@&#8203;knelasevero](https://github.com/knelasevero) in
[kubernetes-sigs/descheduler#1186
- feat: Enable open telemetry tracing by
[@&#8203;harshanarayana](https://github.com/harshanarayana) in
[kubernetes-sigs/descheduler#1189
- bump to k8s 1.28 beta.0 by [@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1201
- nodefit: aggregate errors by
[@&#8203;lucming](https://github.com/lucming) in
[kubernetes-sigs/descheduler#1203
- fix: base configmap missing plugin RemoveDuplicates by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1207
- feat: Implement preferredDuringSchedulingIgnoredDuringExecution for
RemovePodsViolatingNodeAffinity by
[@&#8203;jordipiqueselles](https://github.com/jordipiqueselles) in
[kubernetes-sigs/descheduler#1210
- fix: descheduler_loop_duration_seconds has wrong value by
[@&#8203;Abirdcfly](https://github.com/Abirdcfly) in
[kubernetes-sigs/descheduler#1215
- .gitattribute to not pollute PRs or stats by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1202
- Bump Kubernetes dependencies to v1.28.0 by
[@&#8203;JaneLiuL](https://github.com/JaneLiuL) in
[kubernetes-sigs/descheduler#1216
- profile: fix span attribute typo by
[@&#8203;antoinedeschenes](https://github.com/antoinedeschenes) in
[kubernetes-sigs/descheduler#1221
- k8s 1.28: update docs and go-version by
[@&#8203;a7i](https://github.com/a7i) in
[kubernetes-sigs/descheduler#1224

#### New Contributors

- [@&#8203;ratnopamc](https://github.com/ratnopamc) made their first
contribution in
[kubernetes-sigs/descheduler#1145
- [@&#8203;mikutas](https://github.com/mikutas) made their first
contribution in
[kubernetes-sigs/descheduler#1159
- [@&#8203;nlamirault](https://github.com/nlamirault) made their first
contribution in
[kubernetes-sigs/descheduler#1147
- [@&#8203;10hin](https://github.com/10hin) made their first
contribution in
[kubernetes-sigs/descheduler#1033
- [@&#8203;jongwooo](https://github.com/jongwooo) made their first
contribution in
[kubernetes-sigs/descheduler#1173
- [@&#8203;jordipiqueselles](https://github.com/jordipiqueselles) made
their first contribution in
[kubernetes-sigs/descheduler#1210
- [@&#8203;Abirdcfly](https://github.com/Abirdcfly) made their first
contribution in
[kubernetes-sigs/descheduler#1215
- [@&#8203;antoinedeschenes](https://github.com/antoinedeschenes) made
their first contribution in
[kubernetes-sigs/descheduler#1221

**Full Changelog**:
kubernetes-sigs/descheduler@v0.27.0...v0.28.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/teutonet/teutonet-helm-charts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Werner Rau <cwr@teuto.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants