Skip to content

build(deps): bump philips-software/amp-devcontainer-cpp from v5.7.0 to v6.0.1 in /.devcontainer #860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2025

Bumps philips-software/amp-devcontainer-cpp from v5.7.0 to v6.0.1.

Release notes

Sourced from philips-software/amp-devcontainer-cpp's releases.

v6.0.1

6.0.1 (2025-04-20)

Chores

  • deps, cpp: Update ms-vscode.cmake-tools, ms-vscode.cpptools (#739) (b5a7333)
  • deps, rust: Update rust-lang.rust-analyzer (#784) (f0e4309)
  • Switch to ubuntu-latest for all container builds (#780) (488fc6d)

v6.0.0

6.0.0 (2025-04-16)

📋 Summary

This version contains an update to the Ubuntu base image. In amp-devcontainer-cpp there are updates to CMake (4.0.0), Conan, gnupg2, xz-utils and Mull. In amp-devcontainer-rust there are updates to Rust (1.86.0), gnupg2 and xz-utils. Several VS Code Extensions have been updated to the latest version.

[!NOTE] Compatibility with versions of CMake older than 3.5 has been removed. Calls to cmake_minimum_required() or cmake_policy() that set the policy version to an older value now issue an error. Note that calls to those commands can still support older versions of CMake by using their VERSION arguments' ... syntax. This requires only the version of CMake, but when running a newer version, sets policies up to the version.

See the CMake release notes for more information.

[!NOTE] matepek.vscode-catch2-test-adapter has been removed in favor of the test discovery functionality in ms-vscode.cmake-tools.

When necessary this plug-in can be added back by inserting the following into your projects' devcontainer configuration:

"customizations": {
  "vscode": {
    "extensions": [
      "[email protected]"
    ]
  }
}

🔖 Packages

Container Full identifier
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:6.0.0@sha256:4319ece4727c921309775d14fa6ff1fb47da4909361e5f184a1679716d64837c
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:6.0.0@sha256:68984b6b0e2ddebd53c1f52e300ecbf62ca5d475af64d1e73fc1e99f2f553f8c

Chores

... (truncated)

Changelog

Sourced from philips-software/amp-devcontainer-cpp's changelog.

6.0.1 (2025-04-20)

Chores

  • deps, cpp: Update ms-vscode.cmake-tools, ms-vscode.cpptools (#739) (b5a7333)
  • deps, rust: Update rust-lang.rust-analyzer (#784) (f0e4309)
  • Switch to ubuntu-latest for all container builds (#780) (488fc6d)

6.0.0 (2025-04-16)

Chores

  • deps, cpp: Update gnupg2, xz-utils, mull-18 (#764) (8ffa3ef)
  • deps, cpp: Update gnupg2, xz-utils, mull-18 (#772) (a7b1845)
  • deps, rust: Update gnupg2, xz-utils (#763) (e10fd2d)
  • deps, rust: Update rust to 1.86.0 (#761) (dfbfda5)
  • deps, rust: Update rust-lang.rust-analyzer (#756) (5b216b1)
  • deps, rust: Update rust-lang.rust-analyzer (#771) (80d1d4b)
  • deps, rust: Update rust-lang.rust-analyzer, usernamehw.errorlens (#762) (6363a3a)
  • deps: Bump cmake from 3.31.6 to 4.0.0 in /.devcontainer (#758) (dce0c5e)
  • deps: Bump conan from 2.14.0 to 2.15.0 in /.devcontainer (#765) (398ae6b)
  • deps: Bump ghcr.io/devcontainers/features/desktop-lite (91e952e)
  • deps: Bump ghcr.io/devcontainers/features/desktop-lite from 1.2.5 to 1.2.6 (#776) (91e952e)
  • deps: Bump ghcr.io/devcontainers/features/github-cli (284d960)
  • deps: Bump ghcr.io/devcontainers/features/github-cli from 1.0.13 to 1.0.14 (#768) (284d960)
  • deps: Bump ghcr.io/devcontainers/features/node (029d38d)
  • deps: Bump ghcr.io/devcontainers/features/node from 1.6.1 to 1.6.2 (#767) (029d38d)
  • deps: Bump ubuntu from 7229784 to 1e622c5 in /.devcontainer/cpp (#773) (7909c64)
  • deps: Bump ubuntu from 7229784 to 1e622c5 in /.devcontainer/rust (#774) (4250f88)
  • deps: Bump ubuntu in /.devcontainer/cpp (7909c64)
  • deps: Bump ubuntu in /.devcontainer/rust (4250f88)
  • Release 5.8.0 (de12a83)
  • Release 6.0.0 (#778) (de12a83)
  • Release 6.0.0 (#779) (25f7aa0)
  • Remove matepek.vscode-catch2-test-adapter (#738) (8491493)
Commits
  • f9b826d chore(main): release 6.0.1 (#781)
  • f0e4309 chore(deps, rust): update rust-lang.rust-analyzer (#784)
  • 984bb5c ci: automatically update release notes with image details (#782)
  • b5a7333 chore(deps, cpp): update ms-vscode.cmake-tools, ms-vscode.cpptools (#739)
  • 488fc6d chore: switch to ubuntu-latest for all container builds (#780)
  • 6e8afd0 chore(main): release 6.0.0 (#755)
  • 25f7aa0 chore: release 6.0.0 (#779)
  • de12a83 chore: release 6.0.0 (#778)
  • 7909c64 chore(deps): bump ubuntu from 7229784 to 1e622c5 in /.devcontainer/cpp (#...
  • 4250f88 chore(deps): bump ubuntu from 7229784 to 1e622c5 in /.devcontainer/rust (...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [philips-software/amp-devcontainer-cpp](https://github.com/philips-software/amp-devcontainer) from v5.7.0 to v6.0.1.
- [Release notes](https://github.com/philips-software/amp-devcontainer/releases)
- [Changelog](https://github.com/philips-software/amp-devcontainer/blob/main/CHANGELOG.md)
- [Commits](philips-software/amp-devcontainer@v5.7.0...v6.0.1)

---
updated-dependencies:
- dependency-name: philips-software/amp-devcontainer-cpp
  dependency-version: v6.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

Copy link
Contributor

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 12 0 0.06s
✅ CPP clang-format 1014 4 0 6.65s
✅ DOCKERFILE hadolint 2 0 0.14s
✅ JSON jsonlint 7 0 0.19s
✅ JSON prettier 7 0 0 0.75s
⚠️ MARKDOWN markdownlint 6 0 4 1.35s
⚠️ MARKDOWN markdown-link-check 6 1 148.68s
✅ MARKDOWN markdown-table-formatter 6 0 0 0.21s
✅ REPOSITORY checkov yes no 21.79s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY grype yes no 11.81s
✅ REPOSITORY ls-lint yes no 0.07s
✅ REPOSITORY secretlint yes no 6.26s
✅ REPOSITORY trivy yes no 6.07s
✅ REPOSITORY trivy-sbom yes no 0.08s
✅ REPOSITORY trufflehog yes no 3.47s
⚠️ SPELL lychee 137 1 3.82s
⚠️ YAML prettier 22 1 1 0.91s
✅ YAML v8r 22 0 12.74s
✅ YAML yamllint 22 0 0.43s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants