Merge pull request #2051 from cclerget/delete-image-errors

Fix ImageDelete API not returning error when checking if image is used by nodes/profiles
This commit is contained in:
Christian Goll
2025-11-05 12:30:57 +01:00
committed by GitHub
3 changed files with 46 additions and 41 deletions

View File

@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix "address already in use" in `wwclient` when `secure: true`. #2009
- Use device names in netplan bonds. #2013
- Fix ImageDelete API not returning error when checking if image is used by nodes/profiles
### Dependencies