Skip to content

Commit f9c214b

Browse files
committed
release: v0.5.4
1 parent 7d50895 commit f9c214b

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

deploy/docker/clickhouse-setup/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
- 9093:9093
3434

3535
query-service:
36-
image: signoz/query-service:0.5.3
36+
image: signoz/query-service:0.5.4
3737
container_name: query-service
3838
command: ["-config=/root/config/prometheus.yml"]
3939
ports:
@@ -54,7 +54,7 @@ services:
5454
condition: service_healthy
5555

5656
frontend:
57-
image: signoz/frontend:0.5.3
57+
image: signoz/frontend:0.5.4
5858
container_name: frontend
5959

6060
depends_on:

deploy/kubernetes/platform/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ dependencies:
44
version: 6.0.0
55
- name: query-service
66
repository: file://./signoz-charts/query-service
7-
version: 0.5.3
7+
version: 0.5.4
88
- name: frontend
99
repository: file://./signoz-charts/frontend
10-
version: 0.5.3
10+
version: 0.5.4
1111
- name: alertmanager
1212
repository: file://./signoz-charts/alertmanager
1313
version: 0.5.0
14-
digest: sha256:891df4e1a3d9fc7bf2b4b67beb4e505f1ec4da20952c2e294ad8b16fcc4eccb7
15-
generated: "2021-12-11T11:40:26.756851+05:30"
14+
digest: sha256:b75aaa30cee8c67d7194fec3543e02389d4df0806982cce55d848b564ae9aad7
15+
generated: "2021-12-24T13:23:16.211336+05:30"

deploy/kubernetes/platform/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ dependencies:
2828
version: 6.0.0
2929
- name: query-service
3030
repository: "file://./signoz-charts/query-service"
31-
version: 0.5.3
31+
version: 0.5.4
3232
- name: frontend
3333
repository: "file://./signoz-charts/frontend"
34-
version: 0.5.3
34+
version: 0.5.4
3535
- name: alertmanager
3636
repository: "file://./signoz-charts/alertmanager"
3737
version: 0.5.0
2 Bytes
Binary file not shown.
-3.76 KB
Binary file not shown.
3.76 KB
Binary file not shown.
-4.03 KB
Binary file not shown.
4.03 KB
Binary file not shown.

deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 0.5.3
17+
version: 0.5.4
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 0.5.3
21+
appVersion: 0.5.4

deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 0.5.3
17+
version: 0.5.4
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 0.5.3
21+
appVersion: 0.5.4

0 commit comments

Comments
 (0)