Kong / kubernetes-ingress-controller

:gorilla: Kong for Kubernetes: The official Ingress Controller for Kubernetes.
https://docs.konghq.com/kubernetes-ingress-controller/
Apache License 2.0
2.22k stars 593 forks source link

Renovate for config/crd kustomize dependency on kong/kubernetes-configuration #6663

Open czeslavo opened 4 days ago

czeslavo commented 4 days ago

Make sure that config/crd/kustomization.yaml dependency on https://github.com/kong/kubernetes-configuration/config/crd/ingress-controller?ref=v.X.X.X is updated automatically by Renovate OR make this file generated and use a version from go.mod.

Blocked by https://github.com/Kong/kubernetes-ingress-controller/issues/6578.

czeslavo commented 4 days ago

It looks like this won't be needed, as Renovate can detect remote kustomizations as I verified on my fork.

pmalek commented 2 days ago

While renovate does detect the changes in kustomize manifests and bumps them automatically (e.g. https://github.com/Kong/kubernetes-ingress-controller/pull/6675) we'd ideally synchronize these version bumps (in the manifest) with dependabot Go version bumps (e.g. https://github.com/Kong/kubernetes-ingress-controller/pull/6672)

Reopening this to cover the above.