feat(manager.registry): Add external registry management

This commit is contained in:
2024-12-28 21:39:44 +01:00
parent 7654d780b1
commit da7b866f23
7 changed files with 56 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-12-28 - 4.8.0 - feat(manager.registry)
Add external registry management
- Introduced ExternalRegistry class for handling external registry configurations.
- Updated IExternalRegistry interface to include registry details.
- Enhanced IImage interface to support linking with external registries.
## 2024-12-28 - 4.7.1 - fix(secretmanagement)
Refactor secret bundle actions and improve authorization handling