f5f3ad12a4
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [azure/k8s-lint](https://github.com/azure/k8s-lint) | action | major | `v3.0.1` → `v4.0.0` | --- ### Release Notes <details> <summary>azure/k8s-lint (azure/k8s-lint)</summary> ### [`v4.0.0`](https://github.com/Azure/k8s-lint/releases/tag/v4.0.0) [Compare Source](https://github.com/azure/k8s-lint/compare/v3.0.1...v4.0.0) ##### Changed - [#​189](https://github.com/azure/k8s-lint/issues/189) [Update Node.js runtime from node20 to node24](https://github.com/Azure/k8s-lint/pull/189) - [#​198](https://github.com/azure/k8s-lint/issues/198) [build: migrate action to ESM with esbuild and Vitest](https://github.com/Azure/k8s-lint/pull/198) - **Dependabot - GitHub Actions workflow updates:** bumps to `github/codeql-action`, `actions/setup-node`, and other workflow actions in [#​145](https://github.com/azure/k8s-lint/issues/145), [#​147](https://github.com/azure/k8s-lint/issues/147), [#​148](https://github.com/azure/k8s-lint/issues/148), [#​150](https://github.com/azure/k8s-lint/issues/150), [#​152](https://github.com/azure/k8s-lint/issues/152), [#​156](https://github.com/azure/k8s-lint/issues/156), [#​158](https://github.com/azure/k8s-lint/issues/158), [#​160](https://github.com/azure/k8s-lint/issues/160), [#​167](https://github.com/azure/k8s-lint/issues/167), [#​169](https://github.com/azure/k8s-lint/issues/169), [#​171](https://github.com/azure/k8s-lint/issues/171), [#​173](https://github.com/azure/k8s-lint/issues/173), [#​175](https://github.com/azure/k8s-lint/issues/175), [#​177](https://github.com/azure/k8s-lint/issues/177), [#​179](https://github.com/azure/k8s-lint/issues/179), [#​181](https://github.com/azure/k8s-lint/issues/181), [#​183](https://github.com/azure/k8s-lint/issues/183), [#​185](https://github.com/azure/k8s-lint/issues/185), [#​187](https://github.com/azure/k8s-lint/issues/187), [#​188](https://github.com/azure/k8s-lint/issues/188), [#​193](https://github.com/azure/k8s-lint/issues/193), [#​197](https://github.com/azure/k8s-lint/issues/197) - **Dependabot - npm dependency updates:** `@types/node` ([#​144](https://github.com/azure/k8s-lint/issues/144), [#​146](https://github.com/azure/k8s-lint/issues/146), [#​159](https://github.com/azure/k8s-lint/issues/159), [#​166](https://github.com/azure/k8s-lint/issues/166), [#​174](https://github.com/azure/k8s-lint/issues/174)), `undici` / `@actions/http-client` ([#​184](https://github.com/azure/k8s-lint/issues/184), [#​191](https://github.com/azure/k8s-lint/issues/191)), `jest` ([#​149](https://github.com/azure/k8s-lint/issues/149)), `handlebars` ([#​196](https://github.com/azure/k8s-lint/issues/196)), `picomatch` ([#​195](https://github.com/azure/k8s-lint/issues/195)), `minimatch` ([#​186](https://github.com/azure/k8s-lint/issues/186)), `js-yaml` ([#​163](https://github.com/azure/k8s-lint/issues/163)), `glob` ([#​165](https://github.com/azure/k8s-lint/issues/165)), and grouped npm `actions` updates in [#​151](https://github.com/azure/k8s-lint/issues/151), [#​155](https://github.com/azure/k8s-lint/issues/155), [#​157](https://github.com/azure/k8s-lint/issues/157), [#​164](https://github.com/azure/k8s-lint/issues/164), [#​168](https://github.com/azure/k8s-lint/issues/168), [#​170](https://github.com/azure/k8s-lint/issues/170), [#​172](https://github.com/azure/k8s-lint/issues/172), [#​176](https://github.com/azure/k8s-lint/issues/176), [#​178](https://github.com/azure/k8s-lint/issues/178) </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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=--> Reviewed-on: https://gitea.t000-n.de/t.behrendt/k/pulls/68 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
50 lines
1.7 KiB
YAML
50 lines
1.7 KiB
YAML
name: Validate
|
|
|
|
on:
|
|
push:
|
|
branches-ignore:
|
|
- main
|
|
|
|
jobs:
|
|
validate-node-lables:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
- uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0
|
|
- uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0
|
|
with:
|
|
method: kubeconfig
|
|
kubeconfig: ${{ secrets.KUBECONFIG }}
|
|
- name: Validate
|
|
run: |
|
|
kubectl apply --server-side --field-manager=t000-n --dry-run=server -f node-labels
|
|
|
|
validate-coredns:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
- uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0
|
|
- uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0
|
|
with:
|
|
method: kubeconfig
|
|
kubeconfig: ${{ secrets.KUBECONFIG }}
|
|
- name: Validate
|
|
run: |
|
|
kubectl apply -n kube-system -f coredns
|
|
|
|
validate-traefik:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
- uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0
|
|
- uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0
|
|
with:
|
|
method: kubeconfig
|
|
kubeconfig: ${{ secrets.KUBECONFIG }}
|
|
- name: Validate
|
|
uses: azure/k8s-lint@e4234c50ea835112e72b145bdecd00a94bad42fd # v4.0.0
|
|
with:
|
|
namespace: kube-system
|
|
lintType: dryrun
|
|
manifests: "traefik/"
|