From 967625fd0a8f60e531db6f04d315568db7afd6e8 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 06:27:41 +0000 Subject: [PATCH] chore(main): release 8.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ templates/cpp/devcontainer-template.json | 4 ++-- templates/embedded-cpp/devcontainer-template.json | 4 ++-- templates/embedded-rust/devcontainer-template.json | 4 ++-- templates/rust/devcontainer-template.json | 4 ++-- 6 files changed, 23 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f57241f9..4c78732d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "8.1.1", + ".": "8.2.0", ".github/actions": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8404bf38..04027d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.2.0](https://github.com/philips-software/amp-devcontainer/compare/v8.1.1...v8.2.0) (2026-09-08) + + +### Features + +* Group vs code extension updates in a single pull request ([#1439](https://github.com/philips-software/amp-devcontainer/issues/1439)) ([4f484e4](https://github.com/philips-software/amp-devcontainer/commit/4f484e4803400ea43e72cb1fcc7dbc8ccd33b23a)) + + +### Chores + +* **deps, base:** Update gnupg2 ([#1441](https://github.com/philips-software/amp-devcontainer/issues/1441)) ([f262d46](https://github.com/philips-software/amp-devcontainer/commit/f262d46aa36f966dc569f7411af573a75cd0ba1e)) +* **deps:** Bump cmake from 4.4.2 to 4.4.3 in /.devcontainer ([#1454](https://github.com/philips-software/amp-devcontainer/issues/1454)) ([418c81b](https://github.com/philips-software/amp-devcontainer/commit/418c81ba21a7f104bd3749e72d16e7112f1b48e6)) +* **main:** Release actions 1.2.0 ([#1453](https://github.com/philips-software/amp-devcontainer/issues/1453)) ([eccf76d](https://github.com/philips-software/amp-devcontainer/commit/eccf76dc2da974d3e49531784bf4df2d0e8bbbaa)) + ## [8.1.1](https://github.com/philips-software/amp-devcontainer/compare/v8.1.0...v8.1.1) (2026-09-05) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index 2f5ae98d..1ae5ae4c 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "8.1.1", + "version": "8.2.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": "8.1.1" + "default": "8.2.0" } }, "optionalPaths": [ diff --git a/templates/embedded-cpp/devcontainer-template.json b/templates/embedded-cpp/devcontainer-template.json index c0bc6ebb..4f4ed3b4 100644 --- a/templates/embedded-cpp/devcontainer-template.json +++ b/templates/embedded-cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "embedded-cpp", - "version": "8.1.1", + "version": "8.2.0", "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.1.1" + "default": "8.2.0" } }, "optionalPaths": [ diff --git a/templates/embedded-rust/devcontainer-template.json b/templates/embedded-rust/devcontainer-template.json index 9ec054c8..fd8e7018 100644 --- a/templates/embedded-rust/devcontainer-template.json +++ b/templates/embedded-rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "embedded-rust", - "version": "8.1.1", + "version": "8.2.0", "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.1.1" + "default": "8.2.0" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index ec96a4e6..88760538 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "8.1.1", + "version": "8.2.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": "8.1.1" + "default": "8.2.0" } }, "optionalPaths": [