v6.7.1
6.7.1 (2026-01-27)
📋 Summary
This release of amp-devcontainer contains updates to verify hashes of downloaded packages to prevent installing tampered versions of those packages. Next to that the Ubuntu base image is updated. The bats testing framework has been updated to version bats-core 1.13.0 and bats-assert 2.2.4. In amp-devcontainer-cpp gcovr is updated to version 8.6. As usual the VS Code Extensions have been updated to the latest versions.
The re-usable workflows have an interface change. It is now possible to set the condition for edge tags. This repository uses the merge queue, so the condition is enable-edge-tag: ${{ github.event_name == 'merge_group' }}. This should be changed to an appropriate condition for your mainline build that produces the edge image.
🔖 Packages
| Container | Full identifier |
|---|---|
| amp-devcontainer-base | ghcr.io/philips-software/amp-devcontainer-base:v6.7.1@sha256:40671eae1393b860b5cd3bf61ad13321df031b59f3f24f65b8e046a1f0dcc8b6 |
| amp-devcontainer-cpp | ghcr.io/philips-software/amp-devcontainer-cpp:v6.7.1@sha256:7bb4d73919958465c019e08d76aa941d6987aa94773832f25e673b37bbe3f3ac |
| amp-devcontainer-rust | ghcr.io/philips-software/amp-devcontainer-rust:v6.7.1@sha256:e68c0ae0903bdc0650e02cad16d64c4fdcb27f4b2637cb73f34ead4a2fbd34d1 |
Bug Fixes
- Expose enable-edge-tag on reusable workflow (#1098) (5d8ba52) (by Ron (@rjaegers))
Chores
- deps: Bump gcovr from 8.5 to 8.6 in amp-devcontainer-cpp (#1091) (1101b59) (by Dependabot (@dependabot))
- deps: Bump ubuntu from
c35e29ctocd1dba6in amp-devcontainer-base (#1095) (46ddc60) (by Dependabot (@dependabot)) - deps: Update bats-core to v1.13.0 and bats-assert to v2.2.4 (#1094) (8498764) (by Ron (@rjaegers))
- Verify checksums of the umbrella certificate (#1089) (f42f104), ccache (#1100) (9254783), clang and mull apt repository keys (#1104) (5286994) and xwin (#1099) (e7aec51) (by Ron (@rjaegers))
- deps, cpp: Update github.vscode-github-actions, sonarsource.sonarlint-vscode in devcontainer.json (#1106) (36f7684) (by Dependabot (@dependabot))
- deps, cpp: Update llvm-vs-code-extensions.vscode-clangd, sonarsource.sonarlint-vscode in devcontainer-metadata.json (#1105) (30b6a59) (by Dependabot (@dependabot))
- deps, rust: Update rust-lang.rust-analyzer in devcontainer-metadata.json (#1107) (986d741) (by Dependabot (@dependabot))