Skip to content
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

build(deps): bump philips-software/amp-devcontainer-cpp from v5.3.1 to v5.4.0 in /.devcontainer #99

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2024

Bumps philips-software/amp-devcontainer-cpp from v5.3.1 to v5.4.0.

Release notes

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

v5.4.0

5.4.0 The "C++ Package Manager" Release (2024-10-22)

📋 Summary

This version adds package manager capabilities to amp-devcontainer-cpp in the form of CPM.cmake and Conan. Additionally it contains an update to the Ubuntu base image, updates CMake to 3.30.5 and updates Rust to 1.81.0. Lastly it includes updates to several VS Code Extensions.

[!WARNING] CPM is included as a convenience function to have an up-to-date CPM available in the CMake Modules directory.

Using it will break when using the same CMakeLists.txt outside of this devcontainer, unless CPM is installed in the local CMake Modules directory as well.

When wanting to guarantee compatibility, use an installation method as described on the CPM.cmake page.

🔖 Packages

Container Full identifier
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:5.4.0@sha256:99eb0256de0e30742f8d140422d1f7f56ad04d870a683dc5d3551c2c1ee54577
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:5.4.0@sha256:f88a18e02bbf7d4cd7e891c044feb764988cfa72a314d54aa9e239835f856db9

Features

  • Add conan package manager to amp-devcontainer-cpp (#607) (e142e40)
  • Add cpm package manager to amp-devcontainer-cpp (#609) (f4338f3)

Chores

  • deps, cpp: Update matepek.vscode-catch2-test-adapter, ms-vscode.cpptools (#610) (27c6b57)
  • deps, rust: Update rust-lang.rust-analyzer (#611) (3db4d23)
  • deps: Bump cmake from 3.30.4 to 3.30.5 in amp-devcontainer-cpp (#614) (a6b889f)
  • deps: Bump ubuntu from ab64a83 to 99c3519 in amp-devcontainer-cpp (#612) (e73794d) and amp-devcontainer-rust (#613) (f868315)
  • Update Rust toolchain to v1.81.0 (#605) (94025e9)

v5.3.2

5.3.2 (2024-10-15)

📋 Summary

This version contains an update to the Ubuntu base image, updates gcovr to 8.2 and it includes updates to several VS Code Extensions.

🔖 Packages

Container Full identifier
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:5.3.2@sha256:e50bfb7614c66ceefcf6a0d26f081802943f5db7a36929a7429a3272bad96781
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:5.3.2@sha256:4983e8cebd11435704bcacac6ae88a411b350f73c9cffd7f5b365d10fb836422

Chores

... (truncated)

Changelog

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

5.4.0 (2024-10-22)

Features

  • Add conan package manager to amp-devcontainer-cpp (#607) (e142e40)
  • Add cpm package manager to amp-devcontainer-cpp (#609) (f4338f3)

Chores

  • deps, cpp: Update matepek.vscode-catch2-test-adapter, ms-vscode.cpptools (#610) (27c6b57)
  • deps, rust: Update rust-lang.rust-analyzer (#611) (3db4d23)
  • deps: Bump cmake from 3.30.4 to 3.30.5 in amp-devcontainer-cpp (#614) (a6b889f)
  • deps: Bump ubuntu from ab64a83 to 99c3519 in amp-devcontainer-cpp (#612) (e73794d)
  • deps: Bump ubuntu from ab64a83 to 99c3519 in amp-devcontainer-rust (#613) (f868315)
  • Update Rust toolchain to v1.81.0 (#605) (94025e9)

5.3.2 (2024-10-15)

Chores

  • deps, cpp: Update sonarsource.sonarlint-vscode (#597) (9cc17ab)
  • deps, rust: Update rust-lang.rust-analyzer (#598) (0fb4b97)
  • deps: Bump gcovr from 7.2 to 8.2 in /.devcontainer (#599) (b6f6d43)
  • deps: Bump ubuntu from b359f10 to ab64a83 in /.devcontainer/rust (#602) (4f42bee)
  • deps: Bump ubuntu from b359f10 to ab64a83 in amp-devcontainer-cpp (#601) (e2751ea)
Commits
  • b5c5537 chore(main): release 5.4.0 (#606)
  • e142e40 feat: add conan package manager to amp-devcontainer-cpp (#607)
  • e73794d chore(deps): bump ubuntu from ab64a83 to 99c3519 in amp-devcontainer-cpp ...
  • f868315 chore(deps): bump ubuntu from ab64a83 to 99c3519 in amp-devcontainer-rust...
  • a6b889f chore(deps): bump cmake from 3.30.4 to 3.30.5 in amp-devcontainer-cpp (#614)
  • 85c2ead ci(deps): bump the github-actions group with 2 updates (#616)
  • 21a38d9 test(deps): bump the npm group with 2 updates (#615)
  • f4338f3 feat: add cpm package manager to amp-devcontainer-cpp (#609)
  • 866a1c9 test: update googletest to the latest released version (#608)
  • 27c6b57 chore(deps, cpp): update matepek.vscode-catch2-test-adapter, ms-vscode.cpptoo...
  • 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.3.1 to v5.4.0.
- [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.3.1...v5.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 23, 2024 14:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Oct 23, 2024
Copy link

Test Results

20 tests  ±0   20 ✅ ±0   2s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 1d0c361. ± Comparison against base commit 6bcde1d.

Copy link

sonarcloud bot commented Oct 23, 2024

Copy link

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 6 0 0.02s
✅ CPP clang-format 67 0 0 0.44s
✅ DOCKERFILE hadolint 1 0 0.08s
✅ JSON jsonlint 8 0 0.13s
✅ JSON prettier 8 6 0 0.5s
✅ MARKDOWN markdownlint 4 1 0 0.83s
⚠️ MARKDOWN markdown-link-check 4 2 22.06s
✅ MARKDOWN markdown-table-formatter 4 1 0 0.26s
✅ REPOSITORY checkov yes no 14.08s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.08s
✅ REPOSITORY ls-lint yes no 0.06s
✅ REPOSITORY secretlint yes no 1.35s
✅ REPOSITORY trivy yes no 22.3s
✅ REPOSITORY trivy-sbom yes no 0.07s
✅ REPOSITORY trufflehog yes no 1.86s
⚠️ SPELL lychee 47 1 1.21s
✅ YAML prettier 10 0 0 0.66s
✅ YAML v8r 10 0 6.79s
✅ YAML yamllint 10 0 0.27s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@magi-arun magi-arun merged commit 9229a35 into main Oct 24, 2024
19 checks passed
@magi-arun magi-arun deleted the dependabot/docker/dot-devcontainer/philips-software/amp-devcontainer-cpp-v5.4.0 branch October 24, 2024 13:41
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.

1 participant