From 0779d9481cfb7ab6f808aacd178ab41e425f128f Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 05:46:01 +0000 Subject: [PATCH] chore(main): release 8.1.0 --- .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 593ce35c..7ea7fd51 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "8.0.1", + ".": "8.1.0", ".github/actions": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 20536f8f..edb5f35a 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.1.0](https://github.com/philips-software/amp-devcontainer/compare/v8.0.1...v8.1.0) (2026-07-26) + + +### Features + +* Add xsltproc to embedded-cpp flavor ([#1380](https://github.com/philips-software/amp-devcontainer/issues/1380)) ([4bdf17b](https://github.com/philips-software/amp-devcontainer/commit/4bdf17bc71b34eb978b731b2cfd651b807a0be6e)) +* Release .github/actions independent from the containers ([#1376](https://github.com/philips-software/amp-devcontainer/issues/1376)) ([3f6a8f2](https://github.com/philips-software/amp-devcontainer/commit/3f6a8f22bb74295932956d9d080e8848727f2069)) + + +### Bug Fixes + +* Don't checkout in generate-tool-inventory ([#1377](https://github.com/philips-software/amp-devcontainer/issues/1377)) ([2582be9](https://github.com/philips-software/amp-devcontainer/commit/2582be9ee414a3351f540484780e81bb20073907)) + + +### Chores + +* **main:** Release actions 1.1.0 ([#1378](https://github.com/philips-software/amp-devcontainer/issues/1378)) ([370c48c](https://github.com/philips-software/amp-devcontainer/commit/370c48c32a438aafb841c2b1f9f442f21919c2a9)) +* Pin re-usable actions to released version ([#1375](https://github.com/philips-software/amp-devcontainer/issues/1375)) ([0f31ce4](https://github.com/philips-software/amp-devcontainer/commit/0f31ce45c55b61cb62b9a866d5a2062edf890a39)) + ## [8.0.1](https://github.com/philips-software/amp-devcontainer/compare/v8.0.0...v8.0.1) (2026-07-22) diff --git a/templates/cpp/devcontainer-template.json b/templates/cpp/devcontainer-template.json index ecadd1dd..e5e1230e 100644 --- a/templates/cpp/devcontainer-template.json +++ b/templates/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "8.0.1", + "version": "8.1.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.0.1" + "default": "8.1.0" } }, "optionalPaths": [ diff --git a/templates/embedded-cpp/devcontainer-template.json b/templates/embedded-cpp/devcontainer-template.json index 88b57920..ab4796a4 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.1", + "version": "8.1.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.0.1" + "default": "8.1.0" } }, "optionalPaths": [ diff --git a/templates/embedded-rust/devcontainer-template.json b/templates/embedded-rust/devcontainer-template.json index 23e97095..7c821f66 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.1", + "version": "8.1.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.0.1" + "default": "8.1.0" } }, "optionalPaths": [ diff --git a/templates/rust/devcontainer-template.json b/templates/rust/devcontainer-template.json index d34c75f0..50037641 100644 --- a/templates/rust/devcontainer-template.json +++ b/templates/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "8.0.1", + "version": "8.1.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.0.1" + "default": "8.1.0" } }, "optionalPaths": [