From 9424d8a4f7e280d386f6902f57d68b25cb14e51d 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, 22 Jul 2026 07:19:38 +0000 Subject: [PATCH] chore(main): release 8.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ templates/cpp/devcontainer-template.json | 4 ++-- .../embedded-cpp/devcontainer-template.json | 4 ++-- .../embedded-rust/devcontainer-template.json | 4 ++-- templates/rust/devcontainer-template.json | 4 ++-- 6 files changed, 28 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32ac6588b..c2430e7ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0" + ".": "8.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad44f65c..20536f8fe 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/). +## [8.0.1](https://github.com/philips-software/amp-devcontainer/compare/v8.0.0...v8.0.1) (2026-07-22) + + +### Bug Fixes + +* Capture re-usable workflows as actions instead of scripts ([#1374](https://github.com/philips-software/amp-devcontainer/issues/1374)) ([3c233cd](https://github.com/philips-software/amp-devcontainer/commit/3c233cde76790ff021d53a843501c7503652f665)) +* Resolve sonarqube security findings ([#1373](https://github.com/philips-software/amp-devcontainer/issues/1373)) ([a18bcf8](https://github.com/philips-software/amp-devcontainer/commit/a18bcf8b3ab78cd398193ef190c1f72992d3a700)) + + +### Chores + +* **deps, cpp:** Update github.vscode-github-actions, github.vscode-pull-request-github in devcontainer.json ([#1367](https://github.com/philips-software/amp-devcontainer/issues/1367)) ([4e14e99](https://github.com/philips-software/amp-devcontainer/commit/4e14e99049eb14ab5d7d8cf0d33cd614fa4230e3)) +* **deps, docs:** Update github.vscode-github-actions, github.vscode-pull-request-github in devcontainer.json ([#1365](https://github.com/philips-software/amp-devcontainer/issues/1365)) ([57ec6f1](https://github.com/philips-software/amp-devcontainer/commit/57ec6f1483110ccab2c2c7992843e2419627383f)) +* **deps, embedded-cpp:** Update github.vscode-github-actions, github.vscode-pull-request-github in devcontainer.json ([#1366](https://github.com/philips-software/amp-devcontainer/issues/1366)) ([2a53506](https://github.com/philips-software/amp-devcontainer/commit/2a53506619a6979be3628f6a25e291b998b3c13e)) +* **deps, embedded-rust:** Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer in devcontainer.json ([#1368](https://github.com/philips-software/amp-devcontainer/issues/1368)) ([290362b](https://github.com/philips-software/amp-devcontainer/commit/290362b9c6aa803f2dc42bf959e2c9f8a2bdab46)) +* **deps, embedded-rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1363](https://github.com/philips-software/amp-devcontainer/issues/1363)) ([7cbff6a](https://github.com/philips-software/amp-devcontainer/commit/7cbff6aeb2b2ba32338b6a347f82dcb6209be3df)) +* **deps, rust:** Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer in devcontainer.json ([#1369](https://github.com/philips-software/amp-devcontainer/issues/1369)) ([8ded3f0](https://github.com/philips-software/amp-devcontainer/commit/8ded3f0d1b791077241d9c1e33d76c66c0a5e3a8)) +* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1364](https://github.com/philips-software/amp-devcontainer/issues/1364)) ([2fc9572](https://github.com/philips-software/amp-devcontainer/commit/2fc95725e6a06165305a451399742e2050704683)) + ## [8.0.0](https://github.com/philips-software/amp-devcontainer/compare/v7.2.1...v8.0.0) (2026-07-20) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index 6de51f0fc..ecadd1ddb 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "8.0.0", + "version": "8.0.1", "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": "8.0.0" + "default": "8.0.1" } }, "optionalPaths": [ diff --git a/templates/embedded-cpp/devcontainer-template.json b/templates/embedded-cpp/devcontainer-template.json index 8fbf8ad34..88b579205 100644 --- a/templates/embedded-cpp/devcontainer-template.json +++ b/templates/embedded-cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "embedded-cpp", - "version": "8.0.0", + "version": "8.0.1", "name": "Embedded C++", "description": "A modern, batteries-included software development environment for embedded 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": "8.0.0" + "default": "8.0.1" } }, "optionalPaths": [ diff --git a/templates/embedded-rust/devcontainer-template.json b/templates/embedded-rust/devcontainer-template.json index 0e63d23d7..23e97095f 100644 --- a/templates/embedded-rust/devcontainer-template.json +++ b/templates/embedded-rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "embedded-rust", - "version": "8.0.0", + "version": "8.0.1", "name": "Embedded Rust", "description": "A modern, batteries-included software development environment for embedded 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": "8.0.0" + "default": "8.0.1" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index e55862e9d..d34c75f0f 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "8.0.0", + "version": "8.0.1", "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": "8.0.0" + "default": "8.0.1" } }, "optionalPaths": [