Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Bump kubectl version to 1.24.10 #267

Conversation

jenkins-infra-updatecli[bot]
Copy link
Contributor

Bump kubectl version to 1.24.10

Report

Source:
	✔ [default] Get the latest kubectl version(githubrelease)


Condition:
	✔ [dockerfileArgKubectlVersion] Does the Dockerfile have an ARG instruction which key is KUBECTL_VERSION?(dockerfile)
	✔ [testCstKubectlVersion] Update the value of KUBECTL_VERSION in the test harness(yaml)

Target:
	⚠ [updateCst] Update the value of KUBECTL_VERSION in the test harness(yaml)
	⚠ [updateDockerfile] Update the value of ARG KUBECTL_VERSION in the Dockerfile(dockerfile)

Changelog

Click to expand
no GitHub Release found for kubernetes-1.24.10 on "https://github.com/kubernetes/kubectl"

Remark

This pull request was automatically created using Updatecli.

Please report any issues with this tool here

... a/docker-helmfile/Dockerfile"

Made with ❤️️ by updatecli
... tecli/github/jenkins-infra/docker-helmfile/cst.yml"

Made with ❤️️ by updatecli
dduportal
dduportal previously approved these changes Feb 21, 2023
@dduportal dduportal enabled auto-merge (squash) February 21, 2023 16:43
@dduportal
Copy link
Contributor

Added a commit to update the call to the kubectl version command in order to avoid depreciation messages failing the build

ref.

$ kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short.  Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.10", GitCommit:"5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02", GitTreeState:"clean", BuildDate:"2023-01-18T19:15:31Z", GoVersion:"go1.19.5", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4

$ kubectl version --client --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.24.10
Kustomize Version: v4.5.4

$ kubectl version --client --output=yaml
clientVersion:
  buildDate: "2023-01-18T19:15:31Z"
  compiler: gc
  gitCommit: 5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02
  gitTreeState: clean
  gitVersion: v1.24.10
  goVersion: go1.19.5
  major: "1"
  minor: "24"
  platform: linux/amd64
kustomizeVersion: v4.5.4

$ kubectl version --client --output=yaml 2>&1 | grep '1.24.10'
  gitVersion: v1.24.10

@dduportal dduportal merged commit c5e5657 into main Feb 21, 2023
@dduportal dduportal deleted the updatecli_d37fbf8c280f718ccf83af843e420e68fb272beea2a62faacea2ac41b39459ea branch February 21, 2023 17:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants