From 086f9489dc74703f92f958ec9025cc6e17bd8ff6 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:20:36 +0000 Subject: [PATCH] chore(main): release 6.6.3 --- .../cpp-template/devcontainer-template.json | 4 ++-- .../rust-template/devcontainer-template.json | 4 ++-- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.devcontainer/cpp-template/devcontainer-template.json b/.devcontainer/cpp-template/devcontainer-template.json index 1c0cc667..63fc2fc9 100644 --- a/.devcontainer/cpp-template/devcontainer-template.json +++ b/.devcontainer/cpp-template/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp-template", - "version": "6.6.2", + "version": "6.6.3", "name": "amp-devcontainer-cpp", "description": "A modern, batteries-included software development environment for C++", "documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md", @@ -10,7 +10,7 @@ "imageVersion": { "type": "string", "description": "amp-devcontainer version", - "default": "6.6.2" + "default": "6.6.3" } }, "optionalPaths": [ diff --git a/.devcontainer/rust-template/devcontainer-template.json b/.devcontainer/rust-template/devcontainer-template.json index 5cb3ac11..5381de72 100644 --- a/.devcontainer/rust-template/devcontainer-template.json +++ b/.devcontainer/rust-template/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust-template", - "version": "6.6.2", + "version": "6.6.3", "name": "amp-devcontainer-rust", "description": "A modern, batteries-included software development environment for Rust", "documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md", @@ -10,7 +10,7 @@ "imageVersion": { "type": "string", "description": "amp-devcontainer version", - "default": "6.6.2" + "default": "6.6.3" } }, "optionalPaths": [ diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7a751dd..f7229ed3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.2" + ".": "6.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adc2c8c..30c34341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.6.3](https://github.com/philips-software/amp-devcontainer/compare/v6.6.2...v6.6.3) (2026-01-05) + + +### Chores + +* **deps, cpp:** Update github.vscode-pull-request-github in devcontainer.json ([#1050](https://github.com/philips-software/amp-devcontainer/issues/1050)) ([e85df3f](https://github.com/philips-software/amp-devcontainer/commit/e85df3fd60f75033f42f8c29ffe8b9bd15e45a82)) +* **deps, cpp:** Update sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1060](https://github.com/philips-software/amp-devcontainer/issues/1060)) ([ee09f53](https://github.com/philips-software/amp-devcontainer/commit/ee09f53a1c433ac7e98f5e15aa848fb64a089d05)) +* **deps, cpp:** Update sonarsource.sonarlint-vscode in devcontainer.json ([#1062](https://github.com/philips-software/amp-devcontainer/issues/1062)) ([7e62219](https://github.com/philips-software/amp-devcontainer/commit/7e622194f51c3f3af5e125daf31c390e544f50dc)) +* **deps, rust:** Update github.vscode-pull-request-github, rust-lang.rust-analyzer in devcontainer.json ([#1052](https://github.com/philips-software/amp-devcontainer/issues/1052)) ([ca727bf](https://github.com/philips-software/amp-devcontainer/commit/ca727bf829d2f20dd788ffef2464b18535d313aa)) +* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1051](https://github.com/philips-software/amp-devcontainer/issues/1051)) ([d221c43](https://github.com/philips-software/amp-devcontainer/commit/d221c437188ac8a068bfb912b4903f15b5bd3ea5)) +* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1059](https://github.com/philips-software/amp-devcontainer/issues/1059)) ([28da61e](https://github.com/philips-software/amp-devcontainer/commit/28da61eb03bd74c17848f980374bd97fd6a48507)) +* **deps, rust:** Update rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json ([#1061](https://github.com/philips-software/amp-devcontainer/issues/1061)) ([d8fe9df](https://github.com/philips-software/amp-devcontainer/commit/d8fe9dffc80de11c3c0ea140d2592f526e9d9802)) +* **deps:** Bump cmake from 4.2.0 to 4.2.1 in /.devcontainer ([#1064](https://github.com/philips-software/amp-devcontainer/issues/1064)) ([c25d22c](https://github.com/philips-software/amp-devcontainer/commit/c25d22c5d8548ecdd8646cba0bf3e3a7811140ac)) +* **deps:** Bump conan from 2.23.0 to 2.24.0 in /.devcontainer ([#1063](https://github.com/philips-software/amp-devcontainer/issues/1063)) ([b540fd5](https://github.com/philips-software/amp-devcontainer/commit/b540fd50807c8512790b6a76056af1ee687fa825)) + ## [6.6.2](https://github.com/philips-software/amp-devcontainer/compare/v6.6.1...v6.6.2) (2025-12-17)