Skip to content

Commit 2b27c2e

Browse files
authored
chore: release v0.1.23
1 parent 8831c04 commit 2b27c2e

3 files changed

Lines changed: 34 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.23](https://github.com/softwaremill/klag-exporter/compare/v0.1.22...v0.1.23) - 2026-04-21
11+
12+
### Other
13+
14+
- Merge pull request #77 from softwaremill/feat/helm-staleness-threshold
15+
- Update helm/klag-exporter/templates/configmap.yaml
16+
- Support the new 'mode' config options in helm chart
17+
- document timestamp_sampling.mode in test-stack + config example
18+
1019
## [0.1.22](https://github.com/softwaremill/klag-exporter/compare/v0.1.21...v0.1.22) - 2026-04-15
1120

1221
### Added

Cargo.lock

Lines changed: 24 additions & 18 deletions
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "klag-exporter"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
edition = "2021"
55
description = "High-performance Kafka consumer group lag exporter with offset and time lag metrics"
66
authors = ["Krzysztof Grajek"]

0 commit comments

Comments
 (0)