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

chore(deps): update dependency kubernetes/kubernetes to v1.29.4 #4213

Merged
merged 1 commit into from
Apr 17, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/kube-apiserver/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kube-apiserver
version: "1.29.3"
version: "1.29.4"
check: ${binary} --version | cut -d' ' -f2 | tr -d v
build_dependencies:
- cosign
Expand Down
2 changes: 1 addition & 1 deletion tools/kube-controller-manager/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kube-controller-manager
version: "1.29.3"
version: "1.29.4"
check: ${binary} --version | cut -d' ' -f2 | tr -d v
build_dependencies:
- cosign
Expand Down
2 changes: 1 addition & 1 deletion tools/kube-proxy/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kube-proxy
version: "1.29.3"
version: "1.29.4"
check: ${binary} --version | cut -d' ' -f2 | tr -d v
build_dependencies:
- cosign
Expand Down
2 changes: 1 addition & 1 deletion tools/kube-scheduler/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kube-scheduler
version: "1.29.3"
version: "1.29.4"
check: ${binary} --version | cut -d' ' -f2 | tr -d v
build_dependencies:
- cosign
Expand Down
2 changes: 1 addition & 1 deletion tools/kubeadm/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kubeadm
version: "1.29.3"
version: "1.29.4"
check: ${binary} version --output short | tr -d v
build_dependencies:
- cosign
Expand Down
2 changes: 1 addition & 1 deletion tools/kubectl/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kubectl
version: "1.29.3"
version: "1.29.4"
check: ${binary} version --client --short 2>/dev/null | grep ^Client | cut -d' ' -f3 | tr -d v
build_dependencies:
- cosign
Expand Down
2 changes: 1 addition & 1 deletion tools/kubelet/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kubelet
version: "1.29.3"
version: "1.29.4"
check: ${binary} --version | cut -d' ' -f2 | tr -d v
build_dependencies:
- cosign
Expand Down
2 changes: 1 addition & 1 deletion tools/kubernetes-json-schema/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml
$schema: https://tools.uniget.dev/schema.yaml
name: kubernetes-json-schema
version: "1.29.3"
version: "1.29.4"
binary: "false"
check: ""
platforms:
Expand Down