Skip to content

Commit a187366

Browse files
rmaddikeryantonkri
authored andcommitted
Bumps score_logging to latest rel.v.0.2.4
1 parent 46aa2aa commit a187366

4 files changed

Lines changed: 8 additions & 13 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
@@ -75,10 +75,9 @@ single_version_override(
7575
)
7676

7777
bazel_dep(name = "score_logging")
78-
git_override(
78+
single_version_override(
7979
module_name = "score_logging",
80-
commit = "6d8fcb3734e3f3307615bae5495d2d3a82b0b8c4",
81-
remote = "https://github.com/eclipse-score/logging.git",
80+
version = "0.2.4",
8281
)
8382

8483
bazel_dep(name = "score_time")

docs/s_core_v_1/releases/release_note_score_v0_9.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,10 @@ Lifecycle
171171
Logging
172172
~~~~~~~
173173

174-
- **Version:** pinned to commit ``d41fbde`` (previously ``0.2.2``)
174+
- **Version:** ``0.2.4`` (previously ``0.2.2``)
175175
- **Release notes**: `Logging releases
176176
<https://github.com/eclipse-score/logging/releases>`_
177177

178-
.. note::
179-
180-
Logging is integrated from a development commit; a registry release
181-
covering this state is still to be published.
182-
183178
Time
184179
~~~~
185180

@@ -332,8 +327,7 @@ Known Issues/Vulnerabilities and Bug Fixes
332327
------------------------------------------
333328

334329
- See release notes of every module separately.
335-
- One module (Logging) is integrated from a development commit rather than the
336-
registry; all other modules listed here are already published to the registry.
330+
- All modules listed here are integrated from published registry releases.
337331
- The reference integration carries integration patches for Baselibs,
338332
Communication, Configuration Management, Logging, Time and Tooling. See the
339333
``patches/`` directory for details.

known_good.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
},
107107
"score_logging": {
108108
"repo": "https://github.com/eclipse-score/logging.git",
109-
"hash": "6d8fcb3734e3f3307615bae5495d2d3a82b0b8c4",
110109
"bazel_patches": [],
111110
"metadata": {
112111
"code_root_path": "//score/mw/log/...",
@@ -119,7 +118,8 @@
119118
"exclude_test_targets": [
120119
"//score/mw/log/legacy_non_verbose_api:unit_test"
121120
]
122-
}
121+
},
122+
"version": "0.2.4"
123123
},
124124
"score_time": {
125125
"repo": "https://github.com/eclipse-score/time.git",

0 commit comments

Comments
 (0)