Skip to content

Commit 1e6e70c

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.3...v1.6.0) (2026-02-09) ### Features * add model for service metric message ([b3bf639](b3bf639)) * add reactive error handling to metrics ([912832c](912832c)) * allow configuring a default interval per metric ([5ac1333](5ac1333)) * propagate version metrics to mimir ([13bbbde](13bbbde))
1 parent 912832c commit 1e6e70c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.6.0](https://github.com/bec-project/bec_log_ingestor/compare/v1.5.3...v1.6.0) (2026-02-09)
2+
3+
4+
### Features
5+
6+
* add model for service metric message ([b3bf639](https://github.com/bec-project/bec_log_ingestor/commit/b3bf63923d22d3f03261c4678e886ce034e922c0))
7+
* add reactive error handling to metrics ([912832c](https://github.com/bec-project/bec_log_ingestor/commit/912832ca59d292cdd21f8e020afe3b5da578ada4))
8+
* allow configuring a default interval per metric ([5ac1333](https://github.com/bec-project/bec_log_ingestor/commit/5ac1333b372a0b561583a49ecf8a232c37662dcf))
9+
* propagate version metrics to mimir ([13bbbde](https://github.com/bec-project/bec_log_ingestor/commit/13bbbde0f2d701e3936b5e179f3e5e4580f84527))
10+
111
## [1.5.3](https://github.com/bec-project/bec_log_ingestor/compare/v1.5.2...v1.5.3) (2026-01-16)
212

313

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.5.3"
9+
version = "1.6.0"
1010
edition = "2024"
1111

1212
[package.metadata.generate-rpm]

0 commit comments

Comments
 (0)