Skip to content

Commit db1a6e6

Browse files
Replace lifecycle hash with tag (#293)
* Replace hash with tag * Update lockfile * Add release notes
1 parent e3a78ee commit db1a6e6

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

MODULE.bazel.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel_common/score_modules_target_sw.MODULE.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ single_version_override(
6060
)
6161

6262
bazel_dep(name = "score_lifecycle_health")
63-
git_override(
63+
single_version_override(
6464
module_name = "score_lifecycle_health",
65-
commit = "654ac348e1cb9327e5c8c4d84fd0028ad3ef2714",
66-
remote = "https://github.com/eclipse-score/lifecycle.git",
65+
version = "0.3.0",
6766
)
6867

6968
bazel_dep(name = "score_logging")

docs/s_core_v_1/releases/release_note_score_v0_8.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ Kyron
165165
Lifecycle & Health Management
166166
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
167167

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

171171

172172
Reference integration

known_good.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
"score_lifecycle_health": {
8787
"repo": "https://github.com/eclipse-score/lifecycle.git",
88-
"hash": "654ac348e1cb9327e5c8c4d84fd0028ad3ef2714",
88+
"version": "0.3.0",
8989
"bazel_patches": [],
9090
"metadata": {
9191
"code_root_path": "//score/...",

0 commit comments

Comments
 (0)