Skip to content

Releases: andykenward/devcontainer-templates

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 18:50
Immutable release. Only release title and notes can be modified.
e24b0a8

3.2.0 (2026-08-08)

Features

  • deps: update dependency @anthropic-ai/claude-code to v2.1.222 (#67) (d518fa1)

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 21:54
Immutable release. Only release title and notes can be modified.
57d8dde

3.1.0 (2026-07-27)

Features

  • release-please maintains the node-image major tag (#56) (bfcd160)

Bug Fixes

  • force generic updater on JSONC extra-file (#57) (308a135)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 18:50
Immutable release. Only release title and notes can be modified.
c8ff556

3.0.0 (2026-07-26)

⚠ BREAKING CHANGES

  • node: the shell-history volume is renamed from <folder>-zsh-history to zsh-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

  • node: persist Claude Code state and zsh history in per-project named volumes (#51) (f7d67a2)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 16:55
Immutable release. Only release title and notes can be modified.
d5ddbec

2.1.0 (2026-07-26)

Features

  • node-image: add a template that uses the prebuilt image (#43) (1c68145)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 15:46
Immutable release. Only release title and notes can be modified.
566cf9d

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

  • ci: publish a prebuilt multi-arch node image to GHCR (#42) (1d01e48)

Bug Fixes

  • ci: quote OCI label values in the image build (#45) (8bbe12e)

Continuous Integration

  • build the image on pull requests + fix arm64 gh install (#46) (c321988)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 19:01
Immutable release. Only release title and notes can be modified.
058dd0c

1.3.0 (2026-07-24)

Features

  • node: make host credential sharing opt-in (#37) (4bd7ec5)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:24
Immutable release. Only release title and notes can be modified.
dd992a5

1.2.1 (2026-07-24)

Bug Fixes

  • node: make credential bind mounts resilient to missing host files (#33) (adcc457)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 16:49
Immutable release. Only release title and notes can be modified.
9c2b005

1.2.0 (2026-07-24)

Features

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 20:16
37b161d

1.1.0 (2026-07-05)

Features

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)