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

fix(deps): update siderolabs/kubelet to v1.30.6 #1956

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5
kube_version: v1.30.6
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.5"
kubectl: "v1.30.6"
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.1"
# renovate: datasource=github-releases depName=siderolabs/kubelet
KUBERNETES_VERSION: "v1.30.5"
KUBERNETES_VERSION: "v1.30.6"
# renovate: datasource=github-releases depName=budimanjojo/talhelper
TALHELPER: "v3.0.7"

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.1
# renovate: datasource=github-releases depName=siderolabs/kubelet
kubernetesVersion: v1.30.5
kubernetesVersion: v1.30.6
endpoint: https://${clusterDomain}:6443
cniConfig:
name: none
Expand Down