1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

feat: Storage Box support no longer experimental (#793)

##### SUMMARY

Storage Box support is no longer experimental and the warnings can be
removed.


Closes #756

---------

Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
phm07 2026-01-23 16:29:00 +01:00 committed by GitHub
parent 7f535fef44
commit d52e86d944
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 56 deletions

View file

@ -35,10 +35,3 @@ def experimental_warning_function(product: str, maturity: str, url: str):
module.warn(message)
return fn
storage_box_experimental_warning = experimental_warning_function(
"Storage Box support",
"experimental",
"https://github.com/ansible-collections/hetzner.hcloud/issues/756",
)