Skip to content

Commit 55f7f56

Browse files
committed
releasing v0.2.2
1 parent e6b3a6c commit 55f7f56

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

deploy/docker/docker-compose-tiny.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ services:
158158

159159

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

164164
depends_on:
@@ -173,7 +173,7 @@ services:
173173

174174

175175
frontend:
176-
image: signoz/frontend:0.2.2
176+
image: signoz/frontend:0.2.3
177177
container_name: frontend
178178

179179
depends_on:

deploy/docker/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ services:
153153

154154

155155
query-service:
156-
image: signoz.docker.scarf.sh/signoz/query-service:0.2.1
156+
image: signoz.docker.scarf.sh/signoz/query-service:0.2.2
157157
container_name: query-service
158158

159159
depends_on:
@@ -168,7 +168,7 @@ services:
168168

169169

170170
frontend:
171-
image: signoz/frontend:0.2.2
171+
image: signoz/frontend:0.2.3
172172
container_name: frontend
173173

174174
depends_on:

deploy/kubernetes/platform/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
version: 0.2.0
1414
- name: query-service
1515
repository: file://./signoz-charts/query-service
16-
version: 0.2.1
16+
version: 0.2.2
1717
- name: frontend
1818
repository: file://./signoz-charts/frontend
19-
version: 0.2.2
20-
digest: sha256:d6b6e01edc8f21b10580f67f2139c7d2b613b111a1e4699d5237e94d864dd3e4
21-
generated: "2021-05-10T10:44:53.508531+05:30"
19+
version: 0.2.3
20+
digest: sha256:31c8e3a8a4c89d0e6071c6687f074e88b3eed8ce86310314e5b6f94e5d5017be
21+
generated: "2021-05-18T16:54:30.24831+05:30"

deploy/kubernetes/platform/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
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.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.1
18+
version: 0.2.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 0.2.1
23+
appVersion: 0.2.2
2424

2525
dependencies:
2626
- name: zookeeper
@@ -37,7 +37,7 @@ dependencies:
3737
version: 0.2.0
3838
- name: query-service
3939
repository: "file://./signoz-charts/query-service"
40-
version: 0.2.1
40+
version: 0.2.2
4141
- name: frontend
4242
repository: "file://./signoz-charts/frontend"
43-
version: 0.2.2
43+
version: 0.2.3

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.2.2
17+
version: 0.2.3
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.2.2
21+
appVersion: 0.2.3

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.2.1
17+
version: 0.2.2
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.2.1
21+
appVersion: 0.2.2

0 commit comments

Comments
 (0)