Releases: tier4/scenario_simulator_v2
25.0.9
Abstract
Fix CheckLabel workflow does not start in some case
This PR will add synchronize trigger for CheckLabel workflow, to check more frequently (Just a workaround)
Related Issues
25.0.8
Abstract
I checked Environment schema in OSCv1.3.1 is implemented in openscenario_interpreter.
This PR will update schema comment.
Related Issues
25.0.7
Bumps actions/download-artifact from 7 to 8.
Release notes
Sourced from actions/download-artifact's releases.
v8.0.0
v8 - What's new
Direct downloads
To support direct uploads in
actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter tofalse.Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the
digest-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
- Don't attempt to un-zip non-zipped downloads by
@danwkennedyin actions/download-artifact#460- Add a setting to specify what to do on hash mismatch and default it to
errorby@danwkennedyin actions/download-artifact#461Full Changelog: actions/download-artifact@v7...v8.0.0
Commits
70fc10cMerge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9Add change docsccc058eFix linting issuesbd7976bAdd a setting to specify what to do on hash mismatch and default it toerrorac21fcfMerge pull request #460 from actions/danwkennedy/download-no-unzip15999bfAdd note about package bumps974686eBump the version tov8and add release notesfbe48b1Update test names to make it clearer what they do96bf374One more test fixb8c4819Fix skip decompress test- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Related Issues
25.0.6
Abstract
Skip writing comment in case of workflow being ran by rather than Pull Request trigger.
Background
Warning reporting fail due to no PR associated in non-PR workflow run (e.g. cron trigger).
This causes Build Status badge show "fail".
Related Issues
25.0.5
Bumps docker/bake-action from 6.10.0 to 7.0.0.
Release notes
Sourced from docker/bake-action's releases.
v7.0.0
- Node 24 as default runtime (requires Actions Runner v2.327.1 or later) by
@crazy-maxin docker/bake-action#383- The
workdirinput is now merged intosource; usesourcefor local and remote (docs) by@crazy-maxin docker/bake-action#365- Remove deprecated
DOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenvs by@crazy-maxin docker/bake-action#386- Remove legacy export-build tool support for build summary by
@crazy-maxin docker/bake-action#387- Remove deprecated
list-targetssubaction (usematrixsubaction instead) by@crazy-maxin docker/bake-action#370- Switch to ESM and update config/test wiring by
@crazy-maxin docker/bake-action#380- Bump
@actions/corefrom 1.11.1 to 3.0.0 in docker/bake-action#382- Bump
@docker/actions-toolkitfrom 0.68.0 to 0.79.0 in docker/bake-action#381 docker/bake-action#384 docker/bake-action#389- Bump
@isaacs/brace-expansionfrom 5.0.0 to 5.0.1 in docker/bake-action#379- Bump lodash from 4.17.21 to 4.17.23 in docker/bake-action#376
Full Changelog: docker/bake-action@v6.10.0...v7.0.0
Commits
8249049Merge pull request #365 from crazy-max/context-input7017b89chore: update generated content8e8fbbbmerge workdir into source input471133cMerge pull request #386 from crazy-max/rm-deprecated-envsf4a2547chore: update generated content04d8281remove deprecated envs8fdd4fbMerge pull request #388 from docker/dependabot/github_actions/docker/setup-qe...549b427Merge pull request #389 from docker/dependabot/npm_and_yarn/docker/actions-to...a22e8b4chore: update generated content325dda5chore(deps): Bump@docker/actions-toolkitfrom 0.78.0 to 0.79.0- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Related Issues
25.0.4
Bumps mkdocs-material from 9.7.1 to 9.7.4.
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.7.4
[!WARNING]
Material for MkDocs is in maintenance mode
Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.
Changes
- Hardened social cards plugin by switching to sandboxed environment (recommended by
@caveeroo)- Updated MkDocs 2.0 incompatibility warning
mkdocs-material-9.7.2
[!WARNING]
Material for MkDocs is in maintenance mode
Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.
Changes
- Opened up version ranges of optional dependencies for forward-compatibility
- Added warning to
mkdocs buildabout impending MkDocs 2.0 incompatibility (doesn't affect strict mode)
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.7.4 (2026-03-03)
- Hardened social cards plugin by switching to sandboxed environment
- Updated MkDocs 2.0 incompatibility warning
mkdocs-material-9.7.3 (2026-02-24)
- Fixed #8567: Print MkDocs 2.0 incompatibility warning to stderr
mkdocs-material-9.7.2 (2026-02-18)
- Opened up version ranges of optional dependencies for forward-compatibility
- Added warning to 'mkdocs build' about impending MkDocs 2.0 incompatibility
mkdocs-material-9.7.1 (2025-12-18)
- Updated requests to 2.30+ to mitigate CVE in urllib
- Fixed privacy plugin not picking up protocol-relative URLs
- Fixed #8542: false positives and negatives captured in privacy plugin
mkdocs-material-9.7.0 (2025-11-11)
⚠️ Material for MkDocs is now in maintenance modeThis is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.
Read the full announcement on our blog: https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/
This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.
Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.
Changes:
- Added support for pinned blog posts and author profiles
- Added support for customizing pagination for blog index pages
- Added support for customizing blog category sort order
- Added support for staying on page when switching languages
- Added support for disabling tags in table of contents
- Added support for nested tags and shadow tags
- Added support for footnote tooltips
- Added support for instant previews
... (truncated)
Commits
9580c28Prepare 9.7.4 release4ae913cUpdated MkDocs 2.0 warning messagefdf40c0Bump minimatch (#8570)b368bedSwitched social card generator to sandboxed Jinja environmente2d0012Updated blog post with note on environment variablefc7b41eUpdated changelogda5d442Prepare 9.7.3 release03e8baeFixed order of imports70dee38Switched warning message to print to stderrb78109bUpdated blog post on MkDocs 2.0- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Related Issues
25.0.3
Bumps docker/login-action from 3 to 4.
Release notes
Sourced from docker/login-action's releases.
v4.0.0
- Node 24 as default runtime (requires Actions Runner v2.327.1 or later) by
@crazy-maxin docker/login-action#929- Switch to ESM and update config/test wiring by
@crazy-maxin docker/login-action#927- Bump
@actions/corefrom 1.11.1 to 3.0.0 in docker/login-action#919- Bump
@aws-sdk/client-ecrfrom 3.890.0 to 3.1000.0 in docker/login-action#909 docker/login-action#920- Bump
@aws-sdk/client-ecr-publicfrom 3.890.0 to 3.1000.0 in docker/login-action#909 docker/login-action#920- Bump
@docker/actions-toolkitfrom 0.63.0 to 0.77.0 in docker/login-action#910 docker/login-action#928- Bump
@isaacs/brace-expansionfrom 5.0.0 to 5.0.1 in docker/login-action#921- Bump js-yaml from 4.1.0 to 4.1.1 in docker/login-action#901
Full Changelog: docker/login-action@v3.7.0...v4.0.0
v3.7.0
- Add
scopeinput to set scopes for the authentication token by@crazy-maxin docker/login-action#912- Add support for AWS European Sovereign Cloud ECR by
@dphiin docker/login-action#914- Ensure passwords are redacted with
registry-authinput by@crazy-maxin docker/login-action#911- build(deps): bump lodash from 4.17.21 to 4.17.23 in docker/login-action#915
Full Changelog: docker/login-action@v3.6.0...v3.7.0
v3.6.0
- Add
registry-authinput for raw authentication to registries by@crazy-maxin docker/login-action#887- Bump
@aws-sdk/client-ecrto 3.890.0 in docker/login-action#882 docker/login-action#890- Bump
@aws-sdk/client-ecr-publicto 3.890.0 in docker/login-action#882 docker/login-action#890- Bump
@docker/actions-toolkitfrom 0.62.1 to 0.63.0 in docker/login-action#883- Bump brace-expansion from 1.1.11 to 1.1.12 in docker/login-action#880
- Bump undici from 5.28.4 to 5.29.0 in docker/login-action#879
- Bump tmp from 0.2.3 to 0.2.4 in docker/login-action#881
Full Changelog: docker/login-action@v3.5.0...v3.6.0
v3.5.0
- Support dual-stack endpoints for AWS ECR by
@Spacefish@crazy-maxin docker/login-action#874 docker/login-action#876- Bump
@aws-sdk/client-ecrto 3.859.0 in docker/login-action#860 docker/login-action#878- Bump
@aws-sdk/client-ecr-publicto 3.859.0 in docker/login-action#860 docker/login-action#878- Bump
@docker/actions-toolkitfrom 0.57.0 to 0.62.1 in docker/login-action#870- Bump form-data from 2.5.1 to 2.5.5 in docker/login-action#875
Full Changelog: docker/login-action@v3.4.0...v3.5.0
v3.4.0
- Bump
@actions/corefrom 1.10.1 to 1.11.1 in docker/login-action#791- Bump
@aws-sdk/client-ecrto 3.766.0 in docker/login-action#789 docker/login-action#856- Bump
@aws-sdk/client-ecr-publicto 3.758.0 in docker/login-action#789 docker/login-action#856- Bump
@docker/actions-toolkitfrom 0.35.0 to 0.57.0 in docker/login-action#801 docker/login-action#806 docker/login-action#858- Bump cross-spawn from 7.0.3 to 7.0.6 in docker/login-action#814
- Bump https-proxy-agent from 7.0.5 to 7.0.6 in docker/login-action#823
- Bump path-to-regexp from 6.2.2 to 6.3.0 in docker/login-action#777
Full Changelog: docker/login-action@v3.3.0...v3.4.0
... (truncated)
Commits
b45d80fMerge pull request #929 from crazy-max/node24176cb9cnode 24 as default runtimecad8984Merge pull request #920 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...92cbcb2chore: update generated content5a2d6a7build(deps): bump the aws-sdk-dependencies group with 2 updates44512b6Merge pull request #928 from docker/dependabot/npm_and_yarn/docker/actions-to...28737a5chore: update generated contentdac0793build(deps): bump@docker/actions-toolkitfrom 0.76.0 to 0.77.062029f3Merge pull request <...
25.0.2
Description
Abstract
This PR change scope of target_precompile_headers of openscenario_interpreter shared library.
This will reduce storage consumption about 6GB (screenshot by dust). As others than openscenario_interpreter shared library are small C++ program, this does not affect compile time.
Related Issues
25.0.1
Description
Abstract
This pull-request moves tests of HDMapUtils class
Background
This is the 6th PR of 6 related to the HdMapUtils refactor.
For a full overview of changes that all 6 PRs will introduce, please see the Abstract of the first PR.
References
Destructive Changes
None
Known Limitations
None
Related Issues
25.0.0
Description
Abstract
This is the 5th PR of 6 related to the HdMapUtils refactor.
For a full overview of changes that all 6 PRs will introduce, please see the Abstract of the first PR.
Details
List of all functions changed
| Function | Changes made |
|---|---|
HdMapUtils::generateMarker |
➡️ lanelet_map::visualizationMarker |
HdMapUtils::getTrafficLightBulbPosition |
➡️ traffic_lights::trafficLightBulbPosition |
HdMapUtils::getTrafficLightIds |
➡️ traffic_lights::trafficLightIds |
HdMapUtils::getTrafficLightIdsOnPath |
➡️ 】traffic_lights::trafficLightIdsOnPath |
HdMapUtils::getTrafficLightRegulatoryElement |
➡️ traffic_lights::toTrafficLightRegulatoryElement |
HdMapUtils::getTrafficLightRegulatoryElementIDsFromTrafficLight |
➡️ traffic_lights::trafficLightRegulatoryElementIDsFromTrafficLight |
HdMapUtils::getTrafficLightStopLineIds |
➡️ traffic_lights::trafficLightStopLineIds |
HdMapUtils::getTrafficLightStopLinesPoints |
➡️ traffic_lights::trafficLightStopLinesPoints |
HdMapUtils::insertMarkerArray |
➖ removed |
HdMapUtils::isTrafficLight |
➡️ traffic_lights::isTrafficLight |
HdMapUtils::isTrafficLightRegulatoryElement |
➡️ traffic_lights::isTrafficLightRegulatoryElement |
References
Destructive Changes
For code developped in parallel please see List of all functions changed.