fix(devcontainer): Simplify devcontainer configuration and rename container image

This commit is contained in:
2025-11-21 09:36:02 +00:00
parent 374469e37e
commit 81ae4f2d59
5 changed files with 422 additions and 50 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-11-21 - 1.4.1 - fix(devcontainer)
Simplify devcontainer configuration and rename container image
- Rename Dev Container name to 'gitzone.universal' and set image to mcr.microsoft.com/devcontainers/universal:4.0.1-noble
- Remove large inline comments and example 'build'/'features' blocks to simplify the devcontainer.json
## 2025-11-21 - 1.4.0 - feat(registrystorage)
Add deleteMavenMetadata to RegistryStorage and update Maven DELETE test to expect 204 No Content