Skip to content

chore(deps): update dependency score_lifecycle to v0.7.0 - #210

Open
eclipse-score-bot wants to merge 1 commit into
mainfrom
renovate/score_lifecycle-0.x
Open

eclipse-score-bot wants to merge 1 commit into
mainfrom
renovate/score_lifecycle-0.x

Conversation

@eclipse-score-bot

@eclipse-score-bot eclipse-score-bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
score_lifecycle bazel_dep minor 0.6.00.7.0

Release Notes

eclipse-score/lifecycle (score_lifecycle)

v0.7.0

Module Release Notes

Module Name: lifecycle
Release Tag: v0.7.0
Origin Release Tag: v0.6.1
Release Commit Hash: d459d37
Release Date: 2026-09-17

Overview

This document provides an overview of the changes, improvements, and bug fixes included in the software module release version v0.7.0
as compared to the module's origin release (which is usually the previous release).

Disclaimer

This release is not intended for production use, as it does not include a safety argumentation or a completed safety assessment.
The work products compiled in the safety package are created with care according to the S-CORE process. However, as a non-profit, open-source organization, the project cannot assume any liability for its content.

For details on the features, see https://eclipse-score.github.io/score/main/features/lifecycle/index.html


Changes to the Module

New Features
  • None
Improvements
  • All timing values in the configuration have been changed from unit seconds to unit milliseconds #​637. See upgrade instructions below
  • All threads in launch_manager now have a name #​631.
Bug Fixes
  • None
Other Changes by Label
  • None
Compatibility
  • The following platforms are supported using the bazel_cpp_toolchains:

    • x86_64-unknown-linux-gnu
    • aarch64-unknown-linux-gnu
    • x86_64-unknown-nto-qnx800
    • aarch64-unknown-nto-qnx800
Performed Verification
  • Build on all supported platforms
  • Unit test execution on all supported platforms
Known Issues
  • None
Known Vulnerabilities
  • None
Upgrade Instructions
  • Adapt the names and values for timing configuration. All timing values are now configured in milliseconds instead of seconds. #​637
    The following fields are impacted:

    • reporting_cycle -> reporting_cycle_ms
    • polling_interval -> polling_interval_ms
    • delay_before_restart -> delay_before_restart_ms
    • ready_timeout -> ready_timeout_ms
    • shutdown_timeout -> shutdown_timeout_ms
    • transition_timeout -> transition_timeout_ms
    • evaluation_cycle -> evaluation_cycle_ms
    • max_timeout -> max_timeout_ms

v0.6.1

Module Release Notes

Module Name: lifecycle
Release Tag: v0.6.1
Origin Release Tag: v0.6.0
Release Commit Hash: 432c85d
Release Date: 2026-09-04

Overview

This document provides an overview of the changes, improvements, and bug fixes included in the software module release version v0.6.1
as compared to the module's origin release (which is usually the previous release).

Disclaimer

This release is not intended for production use, as it does not include a safety argumentation or a completed safety assessment.
The work products compiled in the safety package are created with care according to the S-CORE process. However, as a non-profit, open-source organization, the project cannot assume any liability for its content.

For details on the features, see https://eclipse-score.github.io/score/main/features/lifecycle/index.html


Changes to the Module

New Features
  • None
Improvements
  • Removed hedron compile commands dependency and scripts using it.
  • Made the following dependencies non dev for easier integration:
    • score_tooling
    • score_process_description
    • score_platform
Bug Fixes
  • None
Other Changes by Label
  • None
Compatibility
  • The following platforms are supported using the bazel_cpp_toolchains:

    • x86_64-unknown-linux-gnu
    • aarch64-unknown-linux-gnu
    • x86_64-unknown-nto-qnx800
    • aarch64-unknown-nto-qnx800
Performed Verification
  • Build on all supported platforms
  • Unit test execution on all supported platforms
Known Issues
  • None
Known Vulnerabilities
  • None
Upgrade Instructions
  • None

  • If you want to rebase/retry this PR, check this box

This PR was generated by #infrastructure automation. Contact us if you have any questions or feedback.

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: 5b36d3bd-2e07-4608-8b61-4bb18e2dc067
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'platforms', the root module requires module version platforms@1.0.0, but got platforms@1.1.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_platform', the root module requires module version score_platform@0.7.1, but got score_platform@0.7.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_oci', the root module requires module version rules_oci@2.2.7, but got rules_oci@2.3.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 3 packages loaded
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/time/time/BUILD
ERROR: no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/time/time/BUILD
INFO: Elapsed time: 14.955s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@eclipse-score-bot
eclipse-score-bot force-pushed the renovate/score_lifecycle-0.x branch 4 times, most recently from f709c3b to 20122a2 Compare September 15, 2026 11:08
@eclipse-score-bot
eclipse-score-bot force-pushed the renovate/score_lifecycle-0.x branch from 20122a2 to 19a5e62 Compare September 17, 2026 12:12
@eclipse-score-bot eclipse-score-bot changed the title chore(deps): update dependency score_lifecycle to v0.6.1 chore(deps): update dependency score_lifecycle to v0.7.0 Sep 17, 2026
@eclipse-score-bot
eclipse-score-bot force-pushed the renovate/score_lifecycle-0.x branch from 19a5e62 to dcc7be3 Compare September 17, 2026 13:09
@eclipse-score-bot
eclipse-score-bot force-pushed the renovate/score_lifecycle-0.x branch from dcc7be3 to 5554552 Compare September 17, 2026 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant