Skip to content

Commit 351dac1

Browse files
chore(main): release 6.8.3
1 parent 3a78677 commit 351dac1

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.8.2"
2+
".": "6.8.3"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [6.8.3](https://github.com/philips-software/amp-devcontainer/compare/v6.8.2...v6.8.3) (2026-03-08)
8+
9+
10+
### Chores
11+
12+
* **deps, cpp:** Update github.vscode-pull-request-github, sonarsource.sonarlint-vscode in devcontainer.json ([#1186](https://github.com/philips-software/amp-devcontainer/issues/1186)) ([bb74b9a](https://github.com/philips-software/amp-devcontainer/commit/bb74b9ae80c781ec27906711dc19417d8ec13a6d))
13+
* **deps, cpp:** Update sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1184](https://github.com/philips-software/amp-devcontainer/issues/1184)) ([3a78677](https://github.com/philips-software/amp-devcontainer/commit/3a7867715abd7d9ba4ba0514f096998b00a9e6e0))
14+
* **deps, rust:** Update github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json ([#1187](https://github.com/philips-software/amp-devcontainer/issues/1187)) ([9fa00d0](https://github.com/philips-software/amp-devcontainer/commit/9fa00d031d08ce32e0db6fe55f35b6255819a2c2))
15+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1174](https://github.com/philips-software/amp-devcontainer/issues/1174)) ([be2bd22](https://github.com/philips-software/amp-devcontainer/commit/be2bd22e64d4d77dc88e81eb4c875044c49c3d6e))
16+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1185](https://github.com/philips-software/amp-devcontainer/issues/1185)) ([6199bf2](https://github.com/philips-software/amp-devcontainer/commit/6199bf2e836e1c6d9370262cb2e51d3f8f090a26))
17+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer.json ([#1175](https://github.com/philips-software/amp-devcontainer/issues/1175)) ([9cb2abd](https://github.com/philips-software/amp-devcontainer/commit/9cb2abd6ec176c75342c6d559d6d08e3bece291b))
18+
* **deps:** Bump conan from 2.25.2 to 2.26.0 in /.devcontainer ([#1176](https://github.com/philips-software/amp-devcontainer/issues/1176)) ([7c9d1ef](https://github.com/philips-software/amp-devcontainer/commit/7c9d1efd2b866bae45fb7465cec98815e1140726))
19+
* Verify checksum for arm-gcc toolchain ([#1108](https://github.com/philips-software/amp-devcontainer/issues/1108)) ([094efc5](https://github.com/philips-software/amp-devcontainer/commit/094efc5c5131bcd20c04033c8eae5e94cb6cc7f0))
20+
721
## [6.8.2](https://github.com/philips-software/amp-devcontainer/compare/v6.8.1...v6.8.2) (2026-02-24)
822

923

templates/cpp/devcontainer-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "cpp",
3-
"version": "6.8.2",
3+
"version": "6.8.3",
44
"name": "C++",
55
"description": "A modern, batteries-included software development environment for C++",
66
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
@@ -9,7 +9,7 @@
99
"imageVersion": {
1010
"type": "string",
1111
"description": "amp-devcontainer version",
12-
"default": "6.8.2"
12+
"default": "6.8.3"
1313
}
1414
},
1515
"optionalPaths": [

templates/rust/devcontainer-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "rust",
3-
"version": "6.8.2",
3+
"version": "6.8.3",
44
"name": "Rust",
55
"description": "A modern, batteries-included software development environment for Rust",
66
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
@@ -9,7 +9,7 @@
99
"imageVersion": {
1010
"type": "string",
1111
"description": "amp-devcontainer version",
12-
"default": "6.8.2"
12+
"default": "6.8.3"
1313
}
1414
},
1515
"optionalPaths": [

0 commit comments

Comments
 (0)