TL;DR
The flag --type for the command hcloud iso list no longer works.
Expected behavior
When specifying hcloud iso list --type=private I expect that only those ISOs are returned.
Observed behavior
All ISOs available are returned all the time. This also applies to hcloud all list, which now shows public ISOs.
Minimal working example
No response
Log output
Additional information
The bug was introduced in #1132, when the during a refactoring the code to apply the filter was removed. This was released in v1.52.0, and all versions until the latest v1.55.0 are affected.
TL;DR
The flag
--typefor the commandhcloud iso listno longer works.Expected behavior
When specifying
hcloud iso list --type=privateI expect that only those ISOs are returned.Observed behavior
All ISOs available are returned all the time. This also applies to
hcloud all list, which now shows public ISOs.Minimal working example
No response
Log output
Additional information
The bug was introduced in #1132, when the during a refactoring the code to apply the filter was removed. This was released in v1.52.0, and all versions until the latest v1.55.0 are affected.