-
Notifications
You must be signed in to change notification settings - Fork 49
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
Upgrade Kustomize to the latest version #601
Comments
Here is what we can do: The main issue with 4.1.3 and further (4.2.0) is that there will be conflicting dependencies. That means if we want to update only kustomize - we can update it only till 4.1.2, like it's done here: if we want to keep up with the latest kustomize (which is a good idea for many reasons :) ), we can proceed in another way: |
@ak3216 , right... I've rebased 794269 on top of 793701 (made a separate PR: https://review.opendev.org/c/airship/airshipctl/+/800722 - it's in WIP, but looks like at least airshipctl can be compiled with new dependencies including kustomize) |
https://review.opendev.org/c/airship/airshipctl/+/800722 is on top of 793701. it's complete and green. need to merge 793701, and rebase it and merge |
@ak3216 , done in https://review.opendev.org/c/airship/airshipctl/+/800722 . We have kustomize 4.2.0 now. Can be closed. |
Closing based on the above merge. |
Problem description
In an effort to keep Airship current with the latest updates of its supporting components, upgrade Kustomize to the latest version (currently v4.2.0)
Kustomize information can be found here:
Proposed change
The text was updated successfully, but these errors were encountered: