Skip to content

Commit 7f2546e

Browse files
committed
release: 0.3.6
1 parent 68b1b8d commit 7f2546e

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
retries: 3
2121

2222
query-service:
23-
image: signoz/query-service:0.3.5
23+
image: signoz/query-service:0.3.6
2424
container_name: query-service
2525

2626
ports:
@@ -36,7 +36,7 @@ services:
3636
condition: service_healthy
3737

3838
frontend:
39-
image: signoz/frontend:0.3.5
39+
image: signoz/frontend:0.3.6
4040
container_name: frontend
4141

4242
depends_on:
@@ -50,7 +50,7 @@ services:
5050

5151

5252
otel-collector:
53-
image: signoz/otelcol:latest
53+
image: signoz/otelcol:0.3.6
5454
command: ["--config=/etc/otel-collector-config.yaml", "--mem-ballast-size-mib=683"]
5555
volumes:
5656
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml

deploy/docker/druid-kafka-setup/docker-compose-tiny.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ services:
147147
retries: 5
148148

149149
flatten-processor:
150-
image: signoz/flattener-processor:0.3.5
150+
image: signoz/flattener-processor:0.3.6
151151
container_name: flattener-processor
152152

153153
depends_on:
@@ -163,7 +163,7 @@ services:
163163

164164

165165
query-service:
166-
image: signoz.docker.scarf.sh/signoz/query-service:0.3.5
166+
image: signoz.docker.scarf.sh/signoz/query-service:0.3.6
167167
container_name: query-service
168168

169169
depends_on:
@@ -182,7 +182,7 @@ services:
182182
condition: service_healthy
183183

184184
frontend:
185-
image: signoz/frontend:0.3.5
185+
image: signoz/frontend:0.3.6
186186
container_name: frontend
187187

188188
depends_on:

deploy/docker/druid-kafka-setup/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ services:
142142
retries: 5
143143

144144
flatten-processor:
145-
image: signoz/flattener-processor:0.3.5
145+
image: signoz/flattener-processor:0.3.6
146146
container_name: flattener-processor
147147

148148
depends_on:
@@ -158,7 +158,7 @@ services:
158158

159159

160160
query-service:
161-
image: signoz.docker.scarf.sh/signoz/query-service:0.3.5
161+
image: signoz.docker.scarf.sh/signoz/query-service:0.3.6
162162
container_name: query-service
163163

164164
depends_on:
@@ -177,7 +177,7 @@ services:
177177
condition: service_healthy
178178

179179
frontend:
180-
image: signoz/frontend:0.3.5
180+
image: signoz/frontend:0.3.6
181181
container_name: frontend
182182

183183
depends_on:

deploy/kubernetes/platform/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ dependencies:
1010
version: 0.2.18
1111
- name: flattener-processor
1212
repository: file://./signoz-charts/flattener-processor
13-
version: 0.3.5
13+
version: 0.3.6
1414
- name: query-service
1515
repository: file://./signoz-charts/query-service
16-
version: 0.3.5
16+
version: 0.3.6
1717
- name: frontend
1818
repository: file://./signoz-charts/frontend
19-
version: 0.3.5
20-
digest: sha256:c2083da617d4c61f5c56e26c0648b40a3f61ebba52c464005717b9da33a7db93
21-
generated: "2021-08-20T12:45:02.903711+05:30"
19+
version: 0.3.6
20+
digest: sha256:b160e903c630a90644683c512eb8ba018e18d2c08051e255edd3749cb9cc7228
21+
generated: "2021-08-23T12:06:37.231066+05:30"

deploy/kubernetes/platform/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ dependencies:
3434
version: 0.2.18
3535
- name: flattener-processor
3636
repository: "file://./signoz-charts/flattener-processor"
37-
version: 0.3.5
37+
version: 0.3.6
3838
- name: query-service
3939
repository: "file://./signoz-charts/query-service"
40-
version: 0.3.5
40+
version: 0.3.6
4141
- name: frontend
4242
repository: "file://./signoz-charts/frontend"
43-
version: 0.3.5
43+
version: 0.3.6

deploy/kubernetes/platform/signoz-charts/flattener-processor/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.3.5
17+
version: 0.3.6
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.3.5
21+
appVersion: 0.3.6

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.3.5
17+
version: 0.3.6
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.3.5
21+
appVersion: 0.3.6

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.3.5
17+
version: 0.3.6
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.3.5
21+
appVersion: 0.3.6

0 commit comments

Comments
 (0)