Skip to content

Commit 2d07150

Browse files
chore(release): bump SigNoz to v0.95.1, OTel Collector to v0.129.5 (#749)
#### Summary - Release SigNoz v0.95.1 - Bump SigNoz OTel Collector to v0.129.5 - Bump SigNoz Helm chart version to 0.92.1 Created by [Primus-Bot](https://github.com/apps/primus-bot) --------- Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com> Co-authored-by: Nagesh <[email protected]>
1 parent 8c632cc commit 2d07150

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/signoz/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: signoz
3-
version: 0.92.0
4-
appVersion: "v0.95.0"
3+
version: 0.92.1
4+
appVersion: "v0.95.1"
55
description: SigNoz Observability Platform Helm Chart
66
type: application
77
home: https://signoz.io/

charts/signoz/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# SigNoz
33

4-
![Version: 0.92.0](https://img.shields.io/badge/Version-0.92.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.95.0](https://img.shields.io/badge/AppVersion-v0.95.0-informational?style=flat-square)
4+
![Version: 0.92.1](https://img.shields.io/badge/Version-0.92.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.95.1](https://img.shields.io/badge/AppVersion-v0.95.1-informational?style=flat-square)
55

66
SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
77

@@ -309,7 +309,7 @@ verify: false</pre>
309309
<div style="max-width: 300px;"><pre lang="yaml">pullPolicy: IfNotPresent
310310
registry: docker.io
311311
repository: signoz/signoz
312-
tag: v0.95.0</pre>
312+
tag: v0.95.1</pre>
313313
</div>
314314
</td>
315315
<td>Image configuration for SigNoz.</td>

charts/signoz/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ signoz:
765765
repository: signoz/signoz
766766
# signoz.image.tag - The container image tag.
767767
# @default -- "v0.90.1"
768-
tag: v0.95.0
768+
tag: v0.95.1
769769
# signoz.image.pullPolicy - The image pull policy.
770770
# @default -- "IfNotPresent"
771771
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)