Skip to content

Fix yq version string in download URL

Balasankar 'Balu' C requested to merge fix-yq-version into master

What does this MR do?

Starting with version 4.1.0, yq started adding a v prefix to their versions. In !893 (merged), we jumped to v4.19.1, and this caused yq downloads to fail, as seen from https://gitlab.com/gitlab-org/build/CNG/-/jobs/2157015483.

Note: This was broken in the MR image also - but curl flags didn't cause the job to fail - https://gitlab.com/gitlab-org/build/CNG/-/jobs/2088370766

$ docker run -it registry.gitlab.com/gitlab-org/build/cng/kubectl:deps-5244820-b978f47 cat /usr/local/bin/yq;echo

Not Found

Related issues

Checklist

See Definition of done.

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

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

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 Hossein Pursultani

Merge request reports

Loading