From 540dd14eba7ac736a130d9102dc2363d1f02d09f Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 16:53:07 +0000 Subject: [PATCH 1/3] chore(main): release 6.7.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4ba8dc5b..3f03d62a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.7.1" + ".": "6.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index acfdced9..a67bb4a0 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/). +## [6.7.2](https://github.com/philips-software/amp-devcontainer/compare/v6.7.1...v6.7.2) (2026-02-04) + + +### Bug Fixes + +* Update devcontainer template structure ([#1132](https://github.com/philips-software/amp-devcontainer/issues/1132)) ([ef21f17](https://github.com/philips-software/amp-devcontainer/commit/ef21f175561fe3dd0a5a090749552a766ecb7474)) + + +### Chores + +* **deps, cpp:** Update github.vscode-github-actions, ms-vscode.cmake-tools, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json ([#1122](https://github.com/philips-software/amp-devcontainer/issues/1122)) ([07f8c44](https://github.com/philips-software/amp-devcontainer/commit/07f8c4469cd17da9189b2449f37bbd873a090d08)) +* **deps, cpp:** Update ms-vscode.cmake-tools, sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1121](https://github.com/philips-software/amp-devcontainer/issues/1121)) ([8b663ed](https://github.com/philips-software/amp-devcontainer/commit/8b663ed517100870a217bd85320e9dac74aab789)) +* **deps, cpp:** Update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1127](https://github.com/philips-software/amp-devcontainer/issues/1127)) ([c0081cf](https://github.com/philips-software/amp-devcontainer/commit/c0081cf6d182e0dcd83e776aa1d6d50e2e87302e)) +* **deps, cpp:** Update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer.json ([#1129](https://github.com/philips-software/amp-devcontainer/issues/1129)) ([4615474](https://github.com/philips-software/amp-devcontainer/commit/461547475ba0e02ba0080774d167e88a27e6e5f0)) +* **deps, cpp:** Update mull-19 ([#1131](https://github.com/philips-software/amp-devcontainer/issues/1131)) ([8ccc9eb](https://github.com/philips-software/amp-devcontainer/commit/8ccc9eb3b7e4282ca5432ecc0b4a79bdefd558c1)) +* **deps, rust:** Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json ([#1130](https://github.com/philips-software/amp-devcontainer/issues/1130)) ([b93db92](https://github.com/philips-software/amp-devcontainer/commit/b93db92b1e7f1bdc5163e91b741b8f7529953839)) +* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1128](https://github.com/philips-software/amp-devcontainer/issues/1128)) ([7626d5b](https://github.com/philips-software/amp-devcontainer/commit/7626d5b38e44e02f901d9b4bffac466a770acc95)) +* **deps, rust:** Update rust-lang.rust-analyzer, usernamehw.errorlens in devcontainer-metadata.json ([#1123](https://github.com/philips-software/amp-devcontainer/issues/1123)) ([f69df6d](https://github.com/philips-software/amp-devcontainer/commit/f69df6d447dcfebb5596244033d2413df5e8cc29)) + ## [6.7.1](https://github.com/philips-software/amp-devcontainer/compare/v6.7.0...v6.7.1) (2026-01-27) From 958537aa9bfbd7977e4172ff870134f30365e4ab Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:51:53 +0100 Subject: [PATCH 2/3] chore: update release-please-config --- release-please-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 84d17cf0..a861e95f 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -28,22 +28,22 @@ "extra-files": [ { "type": "json", - "path": ".devcontainer/cpp-template/devcontainer-template.json", + "path": "templates/cpp/devcontainer-template.json", "jsonpath": "$.version" }, { "type": "json", - "path": ".devcontainer/cpp-template/devcontainer-template.json", + "path": "templates/cpp/devcontainer-template.json", "jsonpath": "$.options.imageVersion.default" }, { "type": "json", - "path": ".devcontainer/rust-template/devcontainer-template.json", + "path": "templates/rust/devcontainer-template.json", "jsonpath": "$.version" }, { "type": "json", - "path": ".devcontainer/rust-template/devcontainer-template.json", + "path": "templates/rust/devcontainer-template.json", "jsonpath": "$.options.imageVersion.default" } ] From b4e5153ab38702085df15485445af03134a03b15 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:53:33 +0100 Subject: [PATCH 3/3] chore: manually update versions --- templates/cpp/devcontainer-template.json | 4 ++-- templates/rust/devcontainer-template.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index cad80975..e81e4235 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "6.7.1", + "version": "6.7.2", "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.7.1" + "default": "6.7.2" } }, "optionalPaths": [".github/dependabot.yml"], diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index f6c830aa..c33fce70 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "6.7.1", + "version": "6.7.2", "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.7.1" + "default": "6.7.2" } }, "optionalPaths": [".github/dependabot.yml"],