chore(deps): update dependency score_lifecycle_health to v0.4.0 - #196
Closed
eclipse-score-bot wants to merge 1 commit into
Closed
chore(deps): update dependency score_lifecycle_health to v0.4.0#196eclipse-score-bot wants to merge 1 commit into
eclipse-score-bot wants to merge 1 commit into
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
Contributor
|
Requires first to update baselibs #140 |
Contributor
|
Sloved with #197 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0→0.4.0Release Notes
eclipse-score/lifecycle (score_lifecycle_health)
v0.4.0Module Release Notes
Module Name: lifecycle
Release Tag: v0.4.0
Origin Release Tag: v0.3.0
Release Commit Hash:
4ff5d77Release Date: 2026-08-27
Overview
This document provides an overview of the changes, improvements, and bug fixes included in the software module release version v0.4.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
deployment_config/working_dirvalue to set a process working directory. #356Improvements
MwLifeCycleManagerMockto allow unit tests to set expectations onreport_running()andreport_shutdown()without real IPC. #391ProcessGroupManagerand replace the custom watchdog OSAL with the baselibs OSAL. #403Bug Fixes
fork(). #303IdentifierHashmutex before everyget_registrycall. #384Other Changes by Label
Compatibility
The following platforms are supported using the bazel_cpp_toolchains:
x86_64-unknown-linux-gnuaarch64-unknown-linux-gnux86_64-unknown-nto-qnx800aarch64-unknown-nto-qnx800Performed Verification
Known Issues
Known Vulnerabilities
Upgrade Instructions
Update include paths and BUILD labels for public mocks. These changes introduce a consistent naming convention for the test doubles in the lifecycle repository. More information in #422
//score/launch_manager:applicationcontext_mock_cto//score/launch_manager:mock_application_context_cc.//score/launch_manager:lifecycle_mock_ccto//score/launch_manager:mock_lifecycle_cc.//score/launch_manager:report_running_mock_ccto//score/launch_manager:mock_report_running_cc.applicationcontextmock.htomock_application_context.h.lifecyclemanagermock.htomock_lifecycle_manager.h.report_running_mock.htomock_report_running.h.**C and Rust
report_running`` APIs renamed** to match the C++ API. Update callers of the C/Rust APIs.#318Backward compatibility with the previous release is not guaranteed.
This PR was generated by #infrastructure automation. Contact us if you have any questions or feedback.