From 400b4c2e8c45f2702b83507d04f10418e07a951c Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 11 Dec 2025 15:03:25 +0100 Subject: [PATCH] fix: redirect for storage box module must use a fully qualified name --- .../fragments/storage-box-redirects-fqcr.yml | 2 ++ meta/runtime.yml | 14 +++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 changelogs/fragments/storage-box-redirects-fqcr.yml diff --git a/changelogs/fragments/storage-box-redirects-fqcr.yml b/changelogs/fragments/storage-box-redirects-fqcr.yml new file mode 100644 index 0000000..ccfd875 --- /dev/null +++ b/changelogs/fragments/storage-box-redirects-fqcr.yml @@ -0,0 +1,2 @@ +bugfixes: + - Invalid redirects for Storage Box modules are now fixed by using fully qualified module names. diff --git a/meta/runtime.yml b/meta/runtime.yml index a5da25b..2d956bf 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -111,19 +111,19 @@ plugin_routing: hcloud_ssh_key: redirect: hetzner.hcloud.ssh_key hcloud_storage_box: - redirect: storage_box + redirect: hetzner.hcloud.storage_box hcloud_storage_box_info: - redirect: storage_box_info + redirect: hetzner.hcloud.storage_box_info hcloud_storage_box_snapshot: - redirect: storage_box_snapshot + redirect: hetzner.hcloud.storage_box_snapshot hcloud_storage_box_snapshot_info: - redirect: storage_box_snapshot_info + redirect: hetzner.hcloud.storage_box_snapshot_info hcloud_storage_box_subaccount: - redirect: storage_box_subaccount + redirect: hetzner.hcloud.storage_box_subaccount hcloud_storage_box_subaccount_info: - redirect: storage_box_subaccount_info + redirect: hetzner.hcloud.storage_box_subaccount_info hcloud_storage_box_type_info: - redirect: storage_box_type_info + redirect: hetzner.hcloud.storage_box_type_info hcloud_subnetwork: redirect: hetzner.hcloud.subnetwork hcloud_volume_info: