Skip to content

Commit b77b66f

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.0...v1.7.0) (2026-02-20) ### Features * add dynamic metrics to config ([74ed870](74ed870)) * polling dynamic metric ([4e0493d](4e0493d)) * propagate pubsub metrics to mimir ([55315b6](55315b6)) * refactor task spawner for dynamic metrics ([9dd4406](9dd4406)) * update redis and use async client ([22b756b](22b756b))
1 parent 8e3754c commit b77b66f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.7.0](https://github.com/bec-project/bec_log_ingestor/compare/v1.6.0...v1.7.0) (2026-02-20)
2+
3+
4+
### Features
5+
6+
* add dynamic metrics to config ([74ed870](https://github.com/bec-project/bec_log_ingestor/commit/74ed8708bd422a32e6d81264fd31c23f83cbf9a7))
7+
* polling dynamic metric ([4e0493d](https://github.com/bec-project/bec_log_ingestor/commit/4e0493d46c9dfb95a84a27c6a865f75373ed5f9f))
8+
* propagate pubsub metrics to mimir ([55315b6](https://github.com/bec-project/bec_log_ingestor/commit/55315b6f9d18166e329f8c45a03b268c06179c9b))
9+
* refactor task spawner for dynamic metrics ([9dd4406](https://github.com/bec-project/bec_log_ingestor/commit/9dd4406d83527fe03348da967da4225fb26d596a))
10+
* update redis and use async client ([22b756b](https://github.com/bec-project/bec_log_ingestor/commit/22b756b5023c0bff20eebdef0e21c7e2695510c8))
11+
112
# [1.6.0](https://github.com/bec-project/bec_log_ingestor/compare/v1.5.3...v1.6.0) (2026-02-09)
213

314

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

1212
[package.metadata.generate-rpm]

0 commit comments

Comments
 (0)