Skip to content

Commit 44e57c1

Browse files
chore(main): release 6.7.2 (#1124)
* chore(main): release 6.7.2 * chore: update release-please-config * chore: manually update versions --------- Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Co-authored-by: Ron <[email protected]>
1 parent ef21f17 commit 44e57c1

File tree

5 files changed

+28
-9
lines changed

5 files changed

+28
-9
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.7.1"
2+
".": "6.7.2"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.7.2](https://github.com/philips-software/amp-devcontainer/compare/v6.7.1...v6.7.2) (2026-02-04)
8+
9+
10+
### Bug Fixes
11+
12+
* Update devcontainer template structure ([#1132](https://github.com/philips-software/amp-devcontainer/issues/1132)) ([ef21f17](https://github.com/philips-software/amp-devcontainer/commit/ef21f175561fe3dd0a5a090749552a766ecb7474))
13+
14+
15+
### Chores
16+
17+
* **deps, cpp:** Update github.vscode-github-actions, ms-vscode.cmake-tools, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json ([#1122](https://github.com/philips-software/amp-devcontainer/issues/1122)) ([07f8c44](https://github.com/philips-software/amp-devcontainer/commit/07f8c4469cd17da9189b2449f37bbd873a090d08))
18+
* **deps, cpp:** Update ms-vscode.cmake-tools, sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1121](https://github.com/philips-software/amp-devcontainer/issues/1121)) ([8b663ed](https://github.com/philips-software/amp-devcontainer/commit/8b663ed517100870a217bd85320e9dac74aab789))
19+
* **deps, cpp:** Update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1127](https://github.com/philips-software/amp-devcontainer/issues/1127)) ([c0081cf](https://github.com/philips-software/amp-devcontainer/commit/c0081cf6d182e0dcd83e776aa1d6d50e2e87302e))
20+
* **deps, cpp:** Update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer.json ([#1129](https://github.com/philips-software/amp-devcontainer/issues/1129)) ([4615474](https://github.com/philips-software/amp-devcontainer/commit/461547475ba0e02ba0080774d167e88a27e6e5f0))
21+
* **deps, cpp:** Update mull-19 ([#1131](https://github.com/philips-software/amp-devcontainer/issues/1131)) ([8ccc9eb](https://github.com/philips-software/amp-devcontainer/commit/8ccc9eb3b7e4282ca5432ecc0b4a79bdefd558c1))
22+
* **deps, rust:** Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json ([#1130](https://github.com/philips-software/amp-devcontainer/issues/1130)) ([b93db92](https://github.com/philips-software/amp-devcontainer/commit/b93db92b1e7f1bdc5163e91b741b8f7529953839))
23+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1128](https://github.com/philips-software/amp-devcontainer/issues/1128)) ([7626d5b](https://github.com/philips-software/amp-devcontainer/commit/7626d5b38e44e02f901d9b4bffac466a770acc95))
24+
* **deps, rust:** Update rust-lang.rust-analyzer, usernamehw.errorlens in devcontainer-metadata.json ([#1123](https://github.com/philips-software/amp-devcontainer/issues/1123)) ([f69df6d](https://github.com/philips-software/amp-devcontainer/commit/f69df6d447dcfebb5596244033d2413df5e8cc29))
25+
726
## [6.7.1](https://github.com/philips-software/amp-devcontainer/compare/v6.7.0...v6.7.1) (2026-01-27)
827

928

release-please-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@
2828
"extra-files": [
2929
{
3030
"type": "json",
31-
"path": ".devcontainer/cpp-template/devcontainer-template.json",
31+
"path": "templates/cpp/devcontainer-template.json",
3232
"jsonpath": "$.version"
3333
},
3434
{
3535
"type": "json",
36-
"path": ".devcontainer/cpp-template/devcontainer-template.json",
36+
"path": "templates/cpp/devcontainer-template.json",
3737
"jsonpath": "$.options.imageVersion.default"
3838
},
3939
{
4040
"type": "json",
41-
"path": ".devcontainer/rust-template/devcontainer-template.json",
41+
"path": "templates/rust/devcontainer-template.json",
4242
"jsonpath": "$.version"
4343
},
4444
{
4545
"type": "json",
46-
"path": ".devcontainer/rust-template/devcontainer-template.json",
46+
"path": "templates/rust/devcontainer-template.json",
4747
"jsonpath": "$.options.imageVersion.default"
4848
}
4949
]

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.7.1",
3+
"version": "6.7.2",
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.7.1"
12+
"default": "6.7.2"
1313
}
1414
},
1515
"optionalPaths": [".github/dependabot.yml"],

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.7.1",
3+
"version": "6.7.2",
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.7.1"
12+
"default": "6.7.2"
1313
}
1414
},
1515
"optionalPaths": [".github/dependabot.yml"],

0 commit comments

Comments
 (0)