mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 13:32:37 +00:00
helm: Accept release candidate versions for compatibility checks (#745)
SUMMARY If the helm CLI version includes -rc.1 for example, the version checks fails due to an incomplete regex. The error can be triggered if you use helm v3.15.0-rc.1 for example, and apply a helm chart with wait: true ISSUE TYPE Bugfix Pull Request COMPONENT NAME helm helm_pull ADDITIONAL INFORMATION Reviewed-by: Yuriy Novostavskiy Reviewed-by: Eric G. Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
2
changelogs/fragments/20240611-helm-rc-version.yaml
Normal file
2
changelogs/fragments/20240611-helm-rc-version.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- helm - Helm version checks did not support RC versions. They now accept any version tags. (https://github.com/ansible-collections/kubernetes.core/pull/745).
|
||||
Reference in New Issue
Block a user