kubernetes-ingress-controller icon indicating copy to clipboard operation
kubernetes-ingress-controller copied to clipboard

Automate updating Konnect UI with latest KIC version

Open pmalek opened this issue 11 months ago • 2 comments

Problem statement

https://github.com/Kong/konnect-ui-apps/blob/9357258c36537d0fd3e4b5722a682027da7f91f8/apps/gateway-manager/src/locales/en.json#L852 contains the latest KIC version that is used in Konnect's UI for creating a KIC CP.

This version currently needs to be manually updated.

This issue tracks the effort of automating this task.

konnect-ui-apps repo already uses renovate so it seems it's just a matter of configuration. The file in question is a json which do not allow comments (so it cannot be done like in yaml e.g. in here https://github.com/Kong/kubernetes-ingress-controller/blob/10ea280e23c3dd34a430decfb9efd2f9dfac6d3c/.tools_versions.yaml).

Acceptance criteria

  • As a developer I do not need to update KIC's latest version in Konnect UI repo.

pmalek avatar Nov 28 '24 10:11 pmalek