diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 85c91654013..78814c130e0 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1028,6 +1028,8 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_format_checker/0.1.1/source.json": "e3d10be878d1a007967b75a5c6d9c3ec3d47c320685904b7f31c689b3cbcdb3a", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_kyron/0.1.3/MODULE.bazel": "7188c08f64ef13fe52efd1cca82f511fe143710e912ae012e82b1f7c7a134777", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_kyron/0.1.3/source.json": "7ee0a2e778371d84952f306020a25c4e8bcda8e56e6dd688bd6ff2ab661fde57", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_lifecycle_health/0.3.0/MODULE.bazel": "97c3ab10cafe3f519293fb1fab2de3c3970f9d70e55255c72f4dfe87ec55a240", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_lifecycle_health/0.3.0/source.json": "138d840f0ec2c7a915f935803426920b0f344f7e0038db885fe4ebd32829a514", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_orchestrator/0.1.1/MODULE.bazel": "359ce92aad42c9f1edf9637c34a209a8d8b0d5bd1cc2a3cdc0aff9849948045e", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_orchestrator/0.1.1/source.json": "52ee485f783d59d6f26a1ad9fa6e21d2d8ea5828a72748f15977af4bc740bdb8", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_python_basics/0.3.4/MODULE.bazel": "53bd16dfbb1fb8ecf6822fb26f9f4e8333bac7b14d12bb02bf84078063820a31", diff --git a/bazel_common/score_modules_target_sw.MODULE.bazel b/bazel_common/score_modules_target_sw.MODULE.bazel index 603acf67dda..abb32dea5ec 100644 --- a/bazel_common/score_modules_target_sw.MODULE.bazel +++ b/bazel_common/score_modules_target_sw.MODULE.bazel @@ -60,10 +60,9 @@ single_version_override( ) bazel_dep(name = "score_lifecycle_health") -git_override( +single_version_override( module_name = "score_lifecycle_health", - commit = "654ac348e1cb9327e5c8c4d84fd0028ad3ef2714", - remote = "https://github.com/eclipse-score/lifecycle.git", + version = "0.3.0", ) bazel_dep(name = "score_logging") diff --git a/docs/s_core_v_1/releases/release_note_score_v0_8.rst b/docs/s_core_v_1/releases/release_note_score_v0_8.rst index fbd2422c1f7..6492c01ae3f 100644 --- a/docs/s_core_v_1/releases/release_note_score_v0_8.rst +++ b/docs/s_core_v_1/releases/release_note_score_v0_8.rst @@ -165,8 +165,8 @@ Kyron Lifecycle & Health Management ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- **Version:** ``TBD`` -- **Release notes**: TBD +- **Version:** ``v0.3.0`` +- **Release notes**: `Lifecycle release notes `_ Reference integration diff --git a/known_good.json b/known_good.json index 00fa7e82b56..af405a95575 100644 --- a/known_good.json +++ b/known_good.json @@ -85,7 +85,7 @@ }, "score_lifecycle_health": { "repo": "https://github.com/eclipse-score/lifecycle.git", - "hash": "654ac348e1cb9327e5c8c4d84fd0028ad3ef2714", + "version": "0.3.0", "bazel_patches": [], "metadata": { "code_root_path": "//score/...",