shipwright-io / operator

An operator to install and configure Shipwright Builds on Kubernetes clusters.
Apache License 2.0
19 stars 17 forks source link

[FEATURE] Update to Kustomize v5 #178

Open adambkaplan opened 9 months ago

adambkaplan commented 9 months ago

Is there an existing feature request for this?

Is your feature request related to a problem or use-case? Please describe.

Kustomize v5 includes several new features, plus breaking API changes that lead up to kustomize v1 specs. Its first release was way back in February 2023.

Describe the solution that you would like.

Upgrade the build pipeline to use Kustomize v5. Most notable is the new syntax for patches - see https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.0 for list of breaking changes.

Potentially related to #139 .

Describe alternatives you have considered.

No response

Anything else?

No response

qu1queee commented 8 months ago

From refinement, there is no clear deadline on this, as of today.