Skip to content
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
2 changes: 1 addition & 1 deletion kubectl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amazon/aws-cli:latest

ARG KUBECTL_VERSION=1.35.1
ARG KUBECTL_VERSION=1.35.2
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion kubectl/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ command:
/usr/local/bin/kubectl version --client=true --output=json:
exit-status: 0
stdout:
- v1.35.1
- v1.35.2
5 changes: 3 additions & 2 deletions kubectl/variant.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
kubectl:
version: 1.35.1
previousVersion: 1.35.0
version: 1.35.2
previousVersion: 1.35.1
versions:
- 1.24.3
- 1.24.4
Expand Down Expand Up @@ -40,3 +40,4 @@ dependencies:
- 1.34.3
- 1.35.0
- 1.35.1
- 1.35.2