From 2c418b14e2ca36170fa2b0e9b2e8088c0c62aa59 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 11:41:21 +0000 Subject: [PATCH 1/2] chore(main): release 7.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ templates/cpp/devcontainer-template.json | 4 ++-- templates/rust/devcontainer-template.json | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdac2a28..aeda91d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.10.3" + ".": "7.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bd00a91c..ab76c90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [7.0.0](https://github.com/philips-software/amp-devcontainer/compare/v6.10.3...v7.0.0) (2026-05-28) + + +### ⚠ BREAKING CHANGES + +* **deps, cpp:** update mull-20 ([#1282](https://github.com/philips-software/amp-devcontainer/issues/1282)) + +### Features + +* Switch base container to Ubuntu 26.04 ([#1227](https://github.com/philips-software/amp-devcontainer/issues/1227)) ([30a53b3](https://github.com/philips-software/amp-devcontainer/commit/30a53b309ccfee52f2f7f450d8fb6ddca10be51e)) + + +### Chores + +* **deps, cpp:** Update github.vscode-pull-request-github in devcontainer.json ([#1280](https://github.com/philips-software/amp-devcontainer/issues/1280)) ([c7f5dbc](https://github.com/philips-software/amp-devcontainer/commit/c7f5dbc287b86ff44cfe9b72623c96d54534c956)) +* **deps, cpp:** Update llvm-vs-code-extensions.vscode-clangd in devcontainer-metadata.json ([#1286](https://github.com/philips-software/amp-devcontainer/issues/1286)) ([35617a2](https://github.com/philips-software/amp-devcontainer/commit/35617a26371753d614ce05d8e855caf07e5d61e6)) +* **deps, cpp:** Update mull-20 ([#1282](https://github.com/philips-software/amp-devcontainer/issues/1282)) ([2f093b6](https://github.com/philips-software/amp-devcontainer/commit/2f093b6a9a92686a06516573fb0779c38113bae9)) +* **deps, rust:** Update github.vscode-pull-request-github in devcontainer.json ([#1281](https://github.com/philips-software/amp-devcontainer/issues/1281)) ([16b9609](https://github.com/philips-software/amp-devcontainer/commit/16b9609c1dd0769b28a058cea6177c08476bc4af)) + ## [6.10.3](https://github.com/philips-software/amp-devcontainer/compare/v6.10.2...v6.10.3) (2026-05-12) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index 9d9a1e5a..229cf2ec 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "6.10.3", + "version": "7.0.0", "name": "C++", "description": "A modern, batteries-included software development environment for C++", "documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md", @@ -9,7 +9,7 @@ "imageVersion": { "type": "string", "description": "amp-devcontainer version", - "default": "6.10.3" + "default": "7.0.0" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index 186368fd..0460140a 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "6.10.3", + "version": "7.0.0", "name": "Rust", "description": "A modern, batteries-included software development environment for Rust", "documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md", @@ -9,7 +9,7 @@ "imageVersion": { "type": "string", "description": "amp-devcontainer version", - "default": "6.10.3" + "default": "7.0.0" } }, "optionalPaths": [ From 6a762f49bd4cb7317bb0e9e1dbdee9513fc2a642 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Thu, 28 May 2026 18:36:48 +0000 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab76c90b..48f453b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this ### ⚠ BREAKING CHANGES -* **deps, cpp:** update mull-20 ([#1282](https://github.com/philips-software/amp-devcontainer/issues/1282)) +* Switch base container to Ubuntu 26.04 ([#1227](https://github.com/philips-software/amp-devcontainer/issues/1227)) ### Features