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

ci: yq version mismatch between kata-containers and CAA #1638

Closed
mkulke opened this issue Dec 20, 2023 · 1 comment
Closed

ci: yq version mismatch between kata-containers and CAA #1638

mkulke opened this issue Dec 20, 2023 · 1 comment
Labels
CI Issues related to CI workflows dependencies Pull requests that update a dependency file

Comments

@mkulke
Copy link
Collaborator

mkulke commented Dec 20, 2023

for processing versions.yaml files kata uses yq v3 while this project assumes yq v4. the query logic is not compatible between both versions, and thus creates a nuisance if you want to build the project locally and have to switch versions in between.

Options that come to mind:

  • downgrade to v3 (probably not ideal for users, but maybe we can run it in docker or make it configurable YQ=~/bin/yq3)
  • write a bash helper fn that abstracts over versions (get_version kata.ref) and supports v3 and v4 queries
@mkulke mkulke changed the title yq version mismatch between kata-containers and CAA ci: yq version mismatch between kata-containers and CAA Dec 20, 2023
@mkulke mkulke added CI Issues related to CI workflows dependencies Pull requests that update a dependency file labels Dec 20, 2023
@mkulke
Copy link
Collaborator Author

mkulke commented Apr 25, 2024

fixed by #1819

@mkulke mkulke closed this as completed Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Issues related to CI workflows dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant