Skip to content

Bump kubectl patch version

Clemens Beck requested to merge bump-kubectl into master

What does this MR do?

Bump kubectl patch version. Changes made by running deps locally with the changes of !1399 (merged).

Related issues

Relates #347 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Testing

Check kubectl version:

$ docker run --rm --entrypoint kubectl registry.gitlab.com/gitlab-org/build/cng/kubectl:bump-kubectl version --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
The connection to the server localhost:8080 was refused - did you specify the right host or port?
Client Version: v1.24.15
Kustomize Version: v4.5.4
$ docker run --rm --entrypoint kubectl registry.gitlab.com/gitlab-org/build/cng/kubectl:bump-kubectl-ubi8 version --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
The connection to the server localhost:8080 was refused - did you specify the right host or port?
Client Version: v1.24.15
Kustomize Version: v4.5.4

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated
Edited by Clemens Beck

Merge request reports