From 7ba0f358c0c5bd27eaf69b76c05a7df26cc72f0e Mon Sep 17 00:00:00 2001 From: "primus-bot[bot]" <171087277+primus-bot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:39:35 +0530 Subject: [PATCH] chore(release): bump SigNoz to v0.71.0, OTel Collector to v0.111.26 (#615) #### Summary - Release SigNoz v0.71.0 - Bump SigNoz OTel Collector to v0.111.26 - Bump SigNoz Helm chart version to v0.69.0 Created by [Primus-Bot](https://github.com/apps/primus-bot) Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com> --- charts/signoz/Chart.yaml | 4 ++-- charts/signoz/values.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/signoz/Chart.yaml b/charts/signoz/Chart.yaml index bfdb2bb..c2e4e89 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: signoz -version: 0.68.1 -appVersion: "0.70.1" +version: 0.69.0 +appVersion: "0.71.0" description: SigNoz Observability Platform Helm Chart type: application home: https://signoz.io/ diff --git a/charts/signoz/values.yaml b/charts/signoz/values.yaml index b83541b..8d60ac5 100644 --- a/charts/signoz/values.yaml +++ b/charts/signoz/values.yaml @@ -561,7 +561,7 @@ queryService: image: registry: docker.io repository: signoz/query-service - tag: 0.70.1 + tag: 0.71.0 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Query-Service # If set, this has higher precedence than the root level or global value of imagePullSecrets. @@ -802,7 +802,7 @@ frontend: image: registry: docker.io repository: signoz/frontend - tag: 0.70.1 + tag: 0.71.0 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Frontend # If set, this has higher precedence than the root level or global value of imagePullSecrets. @@ -1208,7 +1208,7 @@ schemaMigrator: image: registry: docker.io repository: signoz/signoz-schema-migrator - tag: 0.111.25 + tag: 0.111.26 pullPolicy: IfNotPresent args: - "--up=" @@ -1358,7 +1358,7 @@ otelCollector: image: registry: docker.io repository: signoz/signoz-otel-collector - tag: 0.111.25 + tag: 0.111.26 pullPolicy: IfNotPresent # -- Image Registry Secret Names for OtelCollector # If set, this has higher precedence than the root level or global value of imagePullSecrets. @@ -1826,7 +1826,7 @@ otelCollectorMetrics: image: registry: docker.io repository: signoz/signoz-otel-collector - tag: 0.111.25 + tag: 0.111.26 pullPolicy: IfNotPresent # -- Image Registry Secret Names for OtelCollector # If set, this has higher precedence than the root level or global value of imagePullSecrets.