Skip to content

Commit 2314c4c

Browse files
chore: release v0.1.13 (#40)
* chore: release v0.1.13 * chore(helm): update chart and image versions to 0.1.13 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c7d8bbf commit 2314c4c

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.13](https://github.com/softwaremill/klag-exporter/compare/v0.1.12...v0.1.13) - 2026-01-29
11+
12+
### Fixed
13+
14+
- cluster consumer_properties isn't inherit by group client ([#29](https://github.com/softwaremill/klag-exporter/pull/29))
15+
1016
## [0.1.12](https://github.com/softwaremill/klag-exporter/compare/v0.1.11...v0.1.12) - 2026-01-29
1117

1218
### Other

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "klag-exporter"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition = "2021"
55
description = "High-performance Kafka consumer group lag exporter with offset and time lag metrics"
66
authors = ["Krzysztof Grajek"]

helm/klag-exporter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
version: "0.1.12"
7+
version: "0.1.13"
88

9-
appVersion: "0.1.12"
9+
appVersion: "0.1.13"

helm/klag-exporter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ replicaCount: 1
33
image:
44
repository: ghcr.io/softwaremill/klag-exporter
55
pullPolicy: IfNotPresent
6-
tag: "0.1.12"
6+
tag: "0.1.13"
77

88
imagePullSecrets: []
99
# This is to override the chart name.

0 commit comments

Comments
 (0)