-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Allowing uppercase tags in proxmox & proxmox_kvm #10024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allowing uppercase tags in proxmox & proxmox_kvm #10024
Conversation
* Fix ansible-collections#9895 : fixes the 'not a valid tag' error message when the VM or container tag contains uppercase characters
russoz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
felixfontein
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
changelogs/fragments/9895-proxmox_tags_with_uppercase_chars.yml
Outdated
Show resolved
Hide resolved
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #10039 🤖 @patchback |
* Allowing uppercase tags in proxmox & proxmox_kvm * Fix #9895 : fixes the 'not a valid tag' error message when the VM or container tag contains uppercase characters * Add PR URL to changelog fragment. --------- Co-authored-by: s1githug <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit ce421db)
…roxmox & proxmox_kvm (#10039) Allowing uppercase tags in proxmox & proxmox_kvm (#10024) * Allowing uppercase tags in proxmox & proxmox_kvm * Fix #9895 : fixes the 'not a valid tag' error message when the VM or container tag contains uppercase characters * Add PR URL to changelog fragment. --------- Co-authored-by: s1githug <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit ce421db) Co-authored-by: s1github <[email protected]>
…#10024) * Allowing uppercase tags in proxmox & proxmox_kvm * Fix ansible-collections#9895 : fixes the 'not a valid tag' error message when the VM or container tag contains uppercase characters * Add PR URL to changelog fragment. --------- Co-authored-by: s1githug <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
SUMMARY
Fixes #9895
minor_changes:
ISSUE TYPE
COMPONENT NAME
proxmox, proxmox_kvm
ADDITIONAL INFORMATION
Regexp pattern updated to allow uppercase characters in VM and container tags, as there is no such limitation in the PVE WebUI.