Skip to content

Commit

Permalink
Release/signoz 0.45 (#461)
Browse files Browse the repository at this point in the history
- Bump up SigNoz v0.49.0
- Bump up SigNoz OtelCollector v0.102.1
- Migration docs: https://signoz.io/docs/operate/migration/upgrade-0.49

---------

Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi authored Jul 3, 2024
1 parent 9eae267 commit 31a0f69
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions charts/signoz/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 24.1.0
- name: k8s-infra
repository: https://signoz.github.io/charts
version: 0.11.6
version: 0.11.7
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.9.1
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: keycloak
repository: https://charts.bitnami.com/bitnami
version: 10.1.5
digest: sha256:093e0943da02f24f2e14a6fd3e91af40299ed27523fc7c9f77de62c2d8f382ac
generated: "2024-06-25T18:03:10.460477+05:30"
digest: sha256:1aeca93de1650aa9766c16ff6e513f56cb30dabb394fd3a9aad1ac3fd67f12a1
generated: "2024-07-03T16:59:53.211477+05:30"
4 changes: 2 additions & 2 deletions charts/signoz/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: signoz
version: 0.44.1
appVersion: "0.48.1"
appVersion: "0.49.0"
description: SigNoz Observability Platform Helm Chart
type: application
home: https://signoz.io/
Expand All @@ -26,7 +26,7 @@ dependencies:
- name: k8s-infra
repository: https://signoz.github.io/charts
condition: k8s-infra.enabled
version: 0.11.6
version: 0.11.7
- name: cert-manager
repository: https://charts.jetstack.io
condition: cert-manager.enabled
Expand Down
8 changes: 4 additions & 4 deletions charts/signoz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.48.1` |
| `queryService.image.tag` | Container image tag | `0.49.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` |
Expand Down Expand Up @@ -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.48.1` |
| `frontend.image.tag` | Container image tag | `0.49.0` |
| `frontend.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `frontend.replicaCount` | Number of query-service nodes | `1` |
| `frontend.initContainers.init.enabled` | Frontend initContainer enabled | `true` |
Expand Down Expand Up @@ -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.0` |
| `otelCollector.image.tag` | Container image tag | `0.102.1` |
| `otelCollector.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `otelCollector.replicaCount` | Number of otel-collector nodes | `1` |
| `otelCollector.service.type` | Otel Collector service type | `ClusterIP` |
Expand Down Expand Up @@ -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.0` |
| `otelCollectorMetrics.image.tag` | Container image tag | `0.102.1` |
| `otelCollectorMetrics.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `otelCollectorMetrics.replicaCount` | Number of otel-collector-metrics nodes | `1` |
| `otelCollectorMetrics.service.type` | Otel Collector service type | `ClusterIP` |
Expand Down
Binary file removed charts/signoz/charts/k8s-infra-0.11.6.tgz
Binary file not shown.
Binary file added charts/signoz/charts/k8s-infra-0.11.7.tgz
Binary file not shown.
10 changes: 5 additions & 5 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ queryService:
image:
registry: docker.io
repository: signoz/query-service
tag: 0.48.1
tag: 0.49.0
pullPolicy: IfNotPresent

# -- Image Registry Secret Names for Query-Service
Expand Down Expand Up @@ -804,7 +804,7 @@ frontend:
image:
registry: docker.io
repository: signoz/frontend
tag: 0.48.1
tag: 0.49.0
pullPolicy: IfNotPresent

# -- Image Registry Secret Names for Frontend
Expand Down Expand Up @@ -1240,7 +1240,7 @@ schemaMigrator:
image:
registry: docker.io
repository: signoz/signoz-schema-migrator
tag: 0.102.0
tag: 0.102.1
pullPolicy: IfNotPresent

args: {}
Expand Down Expand Up @@ -1356,7 +1356,7 @@ otelCollector:
image:
registry: docker.io
repository: signoz/signoz-otel-collector
tag: 0.102.0
tag: 0.102.1
pullPolicy: IfNotPresent

# -- Image Registry Secret Names for OtelCollector
Expand Down Expand Up @@ -1983,7 +1983,7 @@ otelCollectorMetrics:
image:
registry: docker.io
repository: signoz/signoz-otel-collector
tag: 0.102.0
tag: 0.102.1
pullPolicy: IfNotPresent

# -- Image Registry Secret Names for OtelCollector
Expand Down

0 comments on commit 31a0f69

Please sign in to comment.