Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions bazel_common/score_modules_target_sw.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions docs/s_core_v_1/releases/release_note_score_v0_8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ Kyron
Lifecycle & Health Management
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- **Version:** ``TBD``
- **Release notes**: TBD
- **Version:** ``v0.3.0``
- **Release notes**: `Lifecycle release notes <https://github.com/eclipse-score/lifecycle/releases/tag/v0.3.0>`_


Reference integration
Expand Down
2 changes: 1 addition & 1 deletion known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/...",
Expand Down
Loading