Releases: andykenward/devcontainer-templates
Releases · andykenward/devcontainer-templates
Release list
v3.2.0
v3.1.0
v3.0.0
Immutable
release. Only release title and notes can be modified.
3.0.0 (2026-07-26)
⚠ BREAKING CHANGES
- node: the shell-history volume is renamed from
<folder>-zsh-historytozsh-history-${devcontainerId}. Existing history is not migrated; the old volume is orphaned and can be removed, or renamed onto the new name to keep it.
Features
v2.1.0
v2.0.0
Immutable
release. Only release title and notes can be modified.
2.0.0 (2026-07-26)
⚠ BREAKING CHANGES
- builds now fail if gh's build provenance cannot be verified, where previously they silently continued with an unverified binary.
Features
Bug Fixes
Continuous Integration
v1.3.0
v1.2.1
v1.2.0
v1.1.0
1.1.0 (2026-07-05)
Features
- add gh (fd9cb30)
- add github-cli (98e9027)
- docs and actions (d346f90)
- node dev container template with provenance-verified gh (7b7c8e3)
Bug Fixes
- explicitly set platform for prek COPY --from (f8ad1f9)
- handle missing gh attestations in Dockerfile (c0b72b4)
- move PREK_IMAGE ARG to global scope before first FROM (d1d4564)
- pin prek to multi-arch index digest (e10c53f)
- replace process substitution with pipe for POSIX sh compatibility (295ab43)
- run test.sh with bash instead of relying on execute permissions and sudo (64d177d)
- use multi-stage build for prek with explicit platform (4c77ba4)
Reverts
- remove intermediate prek-stage to avoid circular dependency (2f14e43)