kumahq / kuma

🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.
https://kuma.io/install
Apache License 2.0
3.67k stars 333 forks source link

chore(gha): remove helm-release action since 2.5 is out-of-support #12064

Closed lukidzi closed 2 days ago

lukidzi commented 3 days ago

Motivation

We implemented this action to allow triggering releases on release branches earlier than 2.6. Without this action, releasing patches would not have been possible if there were no corresponding files on the main branch. However, as of November 15th, the release-2.5 branch is deprecated, so this action is no longer needed.

Implementation information

Remove helm-release.yaml file

Supporting documentation

Fix #9144