SovereignCloudStack / cluster-stack-provider-openstack

Cluster Stack Provider OpenStack
https://scs.community/
Apache License 2.0
1 stars 0 forks source link

Kustomize is not renovated #169

Open chess-knight opened 4 months ago

chess-knight commented 4 months ago

/kind bug

What steps did you take and what happened: Pipeline Schedule - Update Bot is not working for customize, see e.g. https://github.com/SovereignCloudStack/cluster-stack-provider-openstack/actions/runs/9317239967/job/25647136793 - "Failed to look up github-tags package kubernetes-sigs/kustomize extractVersion=^kustomize\\/v(?<version>.+)$"

What did you expect to happen: Kustomize renovated to kustomize/v5.4.2

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

kranurag7 commented 4 months ago

I had a look at how other are handling regex and I found the following patch.

https://github.com/toolhippie/kubectl/pull/113/files

I think we can simply rely on using github-tags here.