From e27a6866a5a8a0ad552ea2b8214bf5bd47bca41a Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Fri, 16 Aug 2024 00:00:28 +0530 Subject: [PATCH 1/3] chore(signoz): note about k8s-infra dependency removal from SigNoz chart Signed-off-by: Prashant Shahi --- charts/signoz/templates/NOTES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/signoz/templates/NOTES.txt b/charts/signoz/templates/NOTES.txt index e641966e..184247e3 100644 --- a/charts/signoz/templates/NOTES.txt +++ b/charts/signoz/templates/NOTES.txt @@ -38,6 +38,7 @@ {{- end }} - -If you have any ideas, questions, or any feedback, please share on our Github Discussions: - https://github.com/SigNoz/signoz/discussions/713 +{{- if .Release.IsUpgrade }} +NOTE: We no longer bundle K8s-Infra chart with the SigNoz chart installation. For any existing + set up, please install K8s-Infra chart separately with the relevant override values. +{{- end }} \ No newline at end of file From 4a89b24f7e68428cecba782d0fe48eac5d4b2287 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Fri, 16 Aug 2024 00:00:41 +0530 Subject: [PATCH 2/3] =?UTF-8?q?chore(signoz):=20=F0=9F=93=8C=20pin=20versi?= =?UTF-8?q?ons:=20SigNoz=200.52.0,=20SigNoz=20OtelCollector=200.102.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- charts/signoz/Chart.yaml | 2 +- charts/signoz/README.md | 8 ++++---- charts/signoz/values.yaml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/signoz/Chart.yaml b/charts/signoz/Chart.yaml index 8b78cf3a..8c9981b4 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: signoz version: 0.49.0 -appVersion: "0.51.0" +appVersion: "0.52.0" description: SigNoz Observability Platform Helm Chart type: application home: https://signoz.io/ diff --git a/charts/signoz/README.md b/charts/signoz/README.md index 8728eec7..fcfa3c1c 100644 --- a/charts/signoz/README.md +++ b/charts/signoz/README.md @@ -71,7 +71,7 @@ The following table lists the configurable parameters of the `signoz` chart and | `queryService.name` | Query Service component name | `query-service` | | `queryService.image.registry` | Query Service image registry name | `docker.io` | | `queryService.image.repository` | Container image name | `signoz/query-service` | -| `queryService.image.tag` | Container image tag | `0.51.0` | +| `queryService.image.tag` | Container image tag | `0.52.0` | | `queryService.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `queryService.replicaCount` | Number of query-service nodes | `1` | | `queryService.initContainers.init.enabled` | Query Service initContainer enabled | `true` | @@ -110,7 +110,7 @@ The following table lists the configurable parameters of the `signoz` chart and | `frontend.name` | Frontend component name | `frontend` | | `frontend.image.registry` | Frontend image registry name | `docker.io` | | `frontend.image.repository` | Container image name | `signoz/frontend` | -| `frontend.image.tag` | Container image tag | `0.51.0` | +| `frontend.image.tag` | Container image tag | `0.52.0` | | `frontend.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `frontend.replicaCount` | Number of query-service nodes | `1` | | `frontend.initContainers.init.enabled` | Frontend initContainer enabled | `true` | @@ -195,7 +195,7 @@ The following table lists the configurable parameters of the `signoz` chart and | `otelCollector.name` | Otel Collector component name | `otel-collector` | | `otelCollector.image.registry` | Otel Collector image registry name | `docker.io` | | `otelCollector.image.repository` | Container image name | `signoz/signoz-otel-collector` | -| `otelCollector.image.tag` | Container image tag | `0.102.3` | +| `otelCollector.image.tag` | Container image tag | `0.102.4` | | `otelCollector.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `otelCollector.replicaCount` | Number of otel-collector nodes | `1` | | `otelCollector.service.type` | Otel Collector service type | `ClusterIP` | @@ -235,7 +235,7 @@ The following table lists the configurable parameters of the `signoz` chart and | `otelCollectorMetrics.name` | Otel Collector Metrics component name | `otel-collector-metrics` | | `otelCollectorMetrics.image.registry` | Otel Collector Metrics image registry name | `docker.io` | | `otelCollectorMetrics.image.repository` | Container image name | `signoz/signoz-otel-collector` | -| `otelCollectorMetrics.image.tag` | Container image tag | `0.102.3` | +| `otelCollectorMetrics.image.tag` | Container image tag | `0.102.4` | | `otelCollectorMetrics.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `otelCollectorMetrics.replicaCount` | Number of otel-collector-metrics nodes | `1` | | `otelCollectorMetrics.service.type` | Otel Collector service type | `ClusterIP` | diff --git a/charts/signoz/values.yaml b/charts/signoz/values.yaml index 167c3e04..c41ed2b3 100644 --- a/charts/signoz/values.yaml +++ b/charts/signoz/values.yaml @@ -601,7 +601,7 @@ queryService: image: registry: docker.io repository: signoz/query-service - tag: 0.51.0 + tag: 0.52.0 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Query-Service @@ -831,7 +831,7 @@ frontend: image: registry: docker.io repository: signoz/frontend - tag: 0.51.0 + tag: 0.52.0 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Frontend @@ -1267,7 +1267,7 @@ schemaMigrator: image: registry: docker.io repository: signoz/signoz-schema-migrator - tag: 0.102.3 + tag: 0.102.4 pullPolicy: IfNotPresent args: {} @@ -1383,7 +1383,7 @@ otelCollector: image: registry: docker.io repository: signoz/signoz-otel-collector - tag: 0.102.3 + tag: 0.102.4 pullPolicy: IfNotPresent # -- Image Registry Secret Names for OtelCollector @@ -2010,7 +2010,7 @@ otelCollectorMetrics: image: registry: docker.io repository: signoz/signoz-otel-collector - tag: 0.102.3 + tag: 0.102.4 pullPolicy: IfNotPresent # -- Image Registry Secret Names for OtelCollector From 324b7b593f6e0660766595d5a2d8b0ee7b9cb2f7 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Fri, 16 Aug 2024 00:01:48 +0530 Subject: [PATCH 3/3] =?UTF-8?q?chore(release):=20=F0=9F=94=96=20Bump=20up?= =?UTF-8?q?=20signoz=20to=200.50.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- charts/signoz/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/signoz/Chart.yaml b/charts/signoz/Chart.yaml index 8c9981b4..cf773c14 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: signoz -version: 0.49.0 +version: 0.50.0 appVersion: "0.52.0" description: SigNoz Observability Platform Helm Chart type: application