Skip to content

Commit 03a6ec0

Browse files
chore(main): release 6.6.2 (#1033)
Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
1 parent 4931da7 commit 03a6ec0

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

.devcontainer/cpp-template/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-template",
3-
"version": "6.6.1",
3+
"version": "6.6.2",
44
"name": "amp-devcontainer-cpp",
55
"description": "A modern, batteries-included software development environment for C++",
66
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
@@ -10,7 +10,7 @@
1010
"imageVersion": {
1111
"type": "string",
1212
"description": "amp-devcontainer version",
13-
"default": "6.6.1"
13+
"default": "6.6.2"
1414
}
1515
},
1616
"optionalPaths": [

.devcontainer/rust-template/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-template",
3-
"version": "6.6.1",
3+
"version": "6.6.2",
44
"name": "amp-devcontainer-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",
@@ -10,7 +10,7 @@
1010
"imageVersion": {
1111
"type": "string",
1212
"description": "amp-devcontainer version",
13-
"default": "6.6.1"
13+
"default": "6.6.2"
1414
}
1515
},
1616
"optionalPaths": [

.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.6.1"
2+
".": "6.6.2"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.6.2](https://github.com/philips-software/amp-devcontainer/compare/v6.6.1...v6.6.2) (2025-12-17)
8+
9+
10+
### Chores
11+
12+
* **deps, cpp:** Update github.vscode-github-actions, github.vscode-pull-request-github, ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer.json ([#1041](https://github.com/philips-software/amp-devcontainer/issues/1041)) ([3e8ced3](https://github.com/philips-software/amp-devcontainer/commit/3e8ced3f2c0604848780f3d76ebf063797644d5e))
13+
* **deps, cpp:** Update ms-vscode.cpptools in devcontainer.json ([#1035](https://github.com/philips-software/amp-devcontainer/issues/1035)) ([403dafa](https://github.com/philips-software/amp-devcontainer/commit/403dafaf3367fb84cc6c1252f8423a778572bcf3))
14+
* **deps, cpp:** Update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer-metadata.json ([#1026](https://github.com/philips-software/amp-devcontainer/issues/1026)) ([4931da7](https://github.com/philips-software/amp-devcontainer/commit/4931da7effe7c445aa44d3bce1bdfaf6927185e6))
15+
* **deps, cpp:** Update sonarsource.sonarlint-vscode in devcontainer.json ([#1027](https://github.com/philips-software/amp-devcontainer/issues/1027)) ([104e4f7](https://github.com/philips-software/amp-devcontainer/commit/104e4f7a5d8a7242592c72341c32da41dcdb674e))
16+
* **deps, rust:** Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json ([#1042](https://github.com/philips-software/amp-devcontainer/issues/1042)) ([2d20229](https://github.com/philips-software/amp-devcontainer/commit/2d20229a5bd485e0b9926bf60f70f5fd56d909b7))
17+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1029](https://github.com/philips-software/amp-devcontainer/issues/1029)) ([e99a865](https://github.com/philips-software/amp-devcontainer/commit/e99a865845fdd889027bd4ae131f46666a75f589))
18+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1037](https://github.com/philips-software/amp-devcontainer/issues/1037)) ([37aff31](https://github.com/philips-software/amp-devcontainer/commit/37aff31d9bb88ca0dd5c3e132cb7799273cbbc2f))
19+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer-metadata.json ([#1043](https://github.com/philips-software/amp-devcontainer/issues/1043)) ([44ae292](https://github.com/philips-software/amp-devcontainer/commit/44ae292cd38e7251b949857abd23e3669efbf59f))
20+
* **deps, rust:** Update rust-lang.rust-analyzer in devcontainer.json ([#1036](https://github.com/philips-software/amp-devcontainer/issues/1036)) ([68eb95e](https://github.com/philips-software/amp-devcontainer/commit/68eb95e36dcde33889df42b0c02c10d8159da0f9))
21+
* **deps, rust:** Update rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json ([#1028](https://github.com/philips-software/amp-devcontainer/issues/1028)) ([d44ea74](https://github.com/philips-software/amp-devcontainer/commit/d44ea7468da953499c3e0b28c9268364c0042060))
22+
* **deps:** Bump cmake from 4.1.2 to 4.2.0 in /.devcontainer ([#1032](https://github.com/philips-software/amp-devcontainer/issues/1032)) ([dc98f44](https://github.com/philips-software/amp-devcontainer/commit/dc98f4498c6e0b1f2276f247e3b481378053b493))
23+
* **deps:** Bump conan from 2.22.2 to 2.23.0 in /.devcontainer ([#1038](https://github.com/philips-software/amp-devcontainer/issues/1038)) ([3bad158](https://github.com/philips-software/amp-devcontainer/commit/3bad158a0121a7e0ed7e48f3a4115d41f77e341c))
24+
* **deps:** Bump urllib3 from 2.5.0 to 2.6.0 in /.devcontainer/cpp ([#1034](https://github.com/philips-software/amp-devcontainer/issues/1034)) ([daf6232](https://github.com/philips-software/amp-devcontainer/commit/daf623205ada4d956b967c776a63ec18acd3d753))
25+
* **deps:** Update udev ([#1049](https://github.com/philips-software/amp-devcontainer/issues/1049)) ([e07d588](https://github.com/philips-software/amp-devcontainer/commit/e07d588118d0530e53ec7873ed401fa16da7179c))
26+
727
## [6.6.1](https://github.com/philips-software/amp-devcontainer/compare/v6.6.0...v6.6.1) (2025-11-25)
828

929

0 commit comments

Comments
 (0)