Skip to content

Commit cf67459

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.0...v1.10.0) (2026-02-26) ### Bug Fixes * always exit with a code ([281e418](281e418)) * bundle logs push interval ([0289211](0289211)) * update service info struct ([2842974](2842974)) ### Features * add service_status_metric ([76b089c](76b089c)) * multiplex text metrics with values ([fb55147](fb55147)) * propagate possible values with text metric ([6b6b1fd](6b6b1fd)) * push text metric to multiplexer function ([b0f7985](b0f7985))
1 parent 2842974 commit cf67459

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.10.0](https://github.com/bec-project/bec_log_ingestor/compare/v1.9.0...v1.10.0) (2026-02-26)
2+
3+
4+
### Bug Fixes
5+
6+
* always exit with a code ([281e418](https://github.com/bec-project/bec_log_ingestor/commit/281e418ce9d2a6fe89a5b9272d2aeaa8db8b7611))
7+
* bundle logs push interval ([0289211](https://github.com/bec-project/bec_log_ingestor/commit/0289211ec9253e0189fe86f932b802b180dd3552))
8+
* update service info struct ([2842974](https://github.com/bec-project/bec_log_ingestor/commit/28429743d52e357f57e187c911b836bbbb7a98cb))
9+
10+
11+
### Features
12+
13+
* add service_status_metric ([76b089c](https://github.com/bec-project/bec_log_ingestor/commit/76b089cef6905c4b935295dce533b174ee97f532))
14+
* multiplex text metrics with values ([fb55147](https://github.com/bec-project/bec_log_ingestor/commit/fb551474c1f75fb82f48d9c5ad09e6c8b289058d))
15+
* propagate possible values with text metric ([6b6b1fd](https://github.com/bec-project/bec_log_ingestor/commit/6b6b1fdbf8176e8666c0a8e1aed1af7a60685880))
16+
* push text metric to multiplexer function ([b0f7985](https://github.com/bec-project/bec_log_ingestor/commit/b0f79859a8e8d688c40885844f99f96294bc2385))
17+
118
# [1.9.0](https://github.com/bec-project/bec_log_ingestor/compare/v1.8.0...v1.9.0) (2026-02-26)
219

320

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/bec-project/bec_log_ingestor"
66
keywords = ["logging", "BEC"]
77
categories = ["science", "command-line-utilities"]
88
license = "Apache-2.0"
9-
version = "1.9.0"
9+
version = "1.10.0"
1010
edition = "2024"
1111

1212
[package.metadata.generate-rpm]

0 commit comments

Comments
 (0)