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

Update dependency kubernetes/kubernetes to v1.28.8 #111

Merged
merged 1 commit into from
Mar 25, 2024
Merged
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
2 changes: 1 addition & 1 deletion dockerfile-configs/common-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
info: nerdctl is a Docker-compatible CLI for containerd. The root directory of the host has to be mounted under `/host`
- name: kubectl
# renovate: datasource=github-releases depName=kubernetes/kubernetes
version: v1.27.10
version: v1.28.8
from: https://dl.k8s.io/release/{version}/bin/linux/amd64/kubectl
info: command line tool for controlling Kubernetes clusters.

Expand Down