Skip to content

Releases: centralnicgroup-opensource/rtldev-middleware-devcontainer-features

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 07:54

2.0.1 (2026-09-09)

Bug Fixes

  • devbase: drop Claude Code from the Feature description (3a8b7f7)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 07:30

2.0.0 (2026-09-09)

Features

  • devbase: stop installing the Claude Code CLI (d2374e7)

BREAKING CHANGES

  • devbase: devbase no longer installs the Claude Code CLI. A container
    built from 2.x has no claude on PATH unless the repository lists
    ghcr.io/anthropics/devcontainer-features/claude-code:1 itself. The Claude Code
    VS Code extension is unaffected — it runs its own bundled runtime. Consumers
    pin devbase:1, so this reaches nobody until they change that reference to
    devbase:2 and re-resolve any committed devcontainer-lock.json; see "Migrating
    to 2.0.0" in README.md.

Refs RSRMID-3053.

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 08 Sep 12:32

1.7.1 (2026-09-08)

Bug Fixes

  • devbase: report a history mount that is a directory instead of linking it (3832475)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 12:20

1.7.0 (2026-08-28)

Features

  • devbase: read devEngines.packageManager for the pnpm version (14041a2)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 11:12

1.6.0 (2026-08-28)

Features

  • devbase: install the pnpm the repository declared (b38f079)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:16

1.5.0 (2026-08-21)

Features

  • devbase: give every container a UTF-8 locale (447db08)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 14:30

1.4.0 (2026-08-21)

Features

  • devbase: repair SSH commit signing from the forwarded agent (ceb948a)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 13:37

1.3.0 (2026-08-19)

Features

  • devbase: hide node_modules in the shipped VS Code settings (b5af6e7)

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 15:44

1.2.2 (2026-08-18)

Bug Fixes

  • devbase: stop claiming the Feature installs no runtime (e59d5c6)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:28

1.2.1 (2026-08-18)

Bug Fixes

  • devcontainer: fail the build on a stale working-tree Feature copy (bcdee56)