fix(interfaces): Fix image location schema in IImage interface

This commit is contained in:
2024-12-28 21:48:57 +01:00
parent d6e914edab
commit 33311348e2
4 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-28 - 4.8.1 - fix(interfaces)
Fix image location schema in IImage interface
- Refactored the 'external' object within IImage data to a 'location' object.
- Added 'internal' boolean to 'location' to specify internal/external status.
## 2024-12-28 - 4.8.0 - feat(manager.registry)
Add external registry management