Skip to content

Releases: tier4/scenario_simulator_v2

25.0.9

10 Mar 08:39

Choose a tag to compare

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

10 Mar 08:19

Choose a tag to compare

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

10 Mar 04:52

Choose a tag to compare

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 the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to false.

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-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

Commits
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • 96bf374 One more test fix
  • b8c4819 Fix skip decompress test
  • 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 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)

Related Issues

25.0.6

10 Mar 04:39

Choose a tag to compare

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

10 Mar 03:01

Choose a tag to compare

Bumps docker/bake-action from 6.10.0 to 7.0.0.

Release notes

Sourced from docker/bake-action's releases.

v7.0.0

Full Changelog: docker/bake-action@v6.10.0...v7.0.0

Commits
  • 8249049 Merge pull request #365 from crazy-max/context-input
  • 7017b89 chore: update generated content
  • 8e8fbbb merge workdir into source input
  • 471133c Merge pull request #386 from crazy-max/rm-deprecated-envs
  • f4a2547 chore: update generated content
  • 04d8281 remove deprecated envs
  • 8fdd4fb Merge pull request #388 from docker/dependabot/github_actions/docker/setup-qe...
  • 549b427 Merge pull request #389 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • a22e8b4 chore: update generated content
  • 325dda5 chore(deps): Bump @​docker/actions-toolkit from 0.78.0 to 0.79.0
  • 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 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)

Related Issues

25.0.4

10 Mar 01:02

Choose a tag to compare

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.

Read the full announcement on our blog

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.

Read the full announcement on our blog

Changes

  • Opened up version ranges of optional dependencies for forward-compatibility
  • Added warning to mkdocs build about 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 mode

This 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
  • 9580c28 Prepare 9.7.4 release
  • 4ae913c Updated MkDocs 2.0 warning message
  • fdf40c0 Bump minimatch (#8570)
  • b368bed Switched social card generator to sandboxed Jinja environment
  • e2d0012 Updated blog post with note on environment variable
  • fc7b41e Updated changelog
  • da5d442 Prepare 9.7.3 release
  • 03e8bae Fixed order of imports
  • 70dee38 Switched warning message to print to stderr
  • b78109b Updated blog post on MkDocs 2.0
  • 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 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)

Related Issues

25.0.3

10 Mar 00:31

Choose a tag to compare

Bumps docker/login-action from 3 to 4.

Release notes

Sourced from docker/login-action's releases.

v4.0.0

Full Changelog: docker/login-action@v3.7.0...v4.0.0

v3.7.0

Full Changelog: docker/login-action@v3.6.0...v3.7.0

v3.6.0

Full Changelog: docker/login-action@v3.5.0...v3.6.0

v3.5.0

Full Changelog: docker/login-action@v3.4.0...v3.5.0

v3.4.0

Full Changelog: docker/login-action@v3.3.0...v3.4.0

... (truncated)

Commits
  • b45d80f Merge pull request #929 from crazy-max/node24
  • 176cb9c node 24 as default runtime
  • cad8984 Merge pull request #920 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • 92cbcb2 chore: update generated content
  • 5a2d6a7 build(deps): bump the aws-sdk-dependencies group with 2 updates
  • 44512b6 Merge pull request #928 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 28737a5 chore: update generated content
  • dac0793 build(deps): bump @​docker/actions-toolkit from 0.76.0 to 0.77.0
  • 62029f3 Merge pull request <...
Read more

25.0.2

26 Feb 06:13

Choose a tag to compare

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.

Before image

Related Issues

25.0.1

25 Feb 01:08

Choose a tag to compare

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

20 Feb 01:31

Choose a tag to compare

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.

Known Limitations

Related Issues