Skip to content

Commit

Permalink
feat(deps): update siderolabs/kubelet to v1.31.2
Browse files Browse the repository at this point in the history
| datasource      | package            | from    | to      |
| --------------- | ------------------ | ------- | ------- |
| github-releases | siderolabs/kubelet | v1.30.6 | v1.31.2 |
  • Loading branch information
bendo-bot[bot] authored Oct 30, 2024
1 parent bb75ebc commit 5fed08e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff-yaml-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
conf_live_branch: main
conf_ignore_known_labels_containing_versions: true
# renovate: datasource=github-releases depName=siderolabs/kubelet
kube_version: v1.30.6
kube_version: v1.31.2
kube_api_versions: |
acme.cert-manager.io/v1
admissionregistration.k8s.io/v1
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- uses: mmalyska/action-setup-kube-tools@releases/v0.12.0
with:
# renovate: datasource=github-releases depName=siderolabs/kubelet
kubectl: "v1.30.6"
kubectl: "v1.31.2"
setup-tools: |
kubectl
yq
Expand Down
2 changes: 1 addition & 1 deletion .taskfiles/talos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vars:
# renovate: datasource=github-releases depName=mmalyska/talos-images
TALOS_VERSION: "v1.8.2"
# renovate: datasource=github-releases depName=siderolabs/kubelet
KUBERNETES_VERSION: "v1.30.6"
KUBERNETES_VERSION: "v1.31.2"
# renovate: datasource=github-releases depName=budimanjojo/talhelper
TALHELPER: "v3.0.8"

Expand Down
2 changes: 1 addition & 1 deletion provision/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clusterName: home
# renovate: datasource=github-releases depName=mmalyska/talos-images
talosVersion: v1.8.2
# renovate: datasource=github-releases depName=siderolabs/kubelet
kubernetesVersion: v1.30.6
kubernetesVersion: v1.31.2
endpoint: https://${clusterDomain}:6443
cniConfig:
name: none
Expand Down

0 comments on commit 5fed08e

Please sign in to comment.