Skip to content

Commit

Permalink
release: 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitnayan committed Aug 23, 2021
1 parent 68b1b8d commit 7f2546e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions deploy/docker/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
retries: 3

query-service:
image: signoz/query-service:0.3.5
image: signoz/query-service:0.3.6
container_name: query-service

ports:
Expand All @@ -36,7 +36,7 @@ services:
condition: service_healthy

frontend:
image: signoz/frontend:0.3.5
image: signoz/frontend:0.3.6
container_name: frontend

depends_on:
Expand All @@ -50,7 +50,7 @@ services:


otel-collector:
image: signoz/otelcol:latest
image: signoz/otelcol:0.3.6
command: ["--config=/etc/otel-collector-config.yaml", "--mem-ballast-size-mib=683"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker/druid-kafka-setup/docker-compose-tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ services:
retries: 5

flatten-processor:
image: signoz/flattener-processor:0.3.5
image: signoz/flattener-processor:0.3.6
container_name: flattener-processor

depends_on:
Expand All @@ -163,7 +163,7 @@ services:


query-service:
image: signoz.docker.scarf.sh/signoz/query-service:0.3.5
image: signoz.docker.scarf.sh/signoz/query-service:0.3.6
container_name: query-service

depends_on:
Expand All @@ -182,7 +182,7 @@ services:
condition: service_healthy

frontend:
image: signoz/frontend:0.3.5
image: signoz/frontend:0.3.6
container_name: frontend

depends_on:
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker/druid-kafka-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ services:
retries: 5

flatten-processor:
image: signoz/flattener-processor:0.3.5
image: signoz/flattener-processor:0.3.6
container_name: flattener-processor

depends_on:
Expand All @@ -158,7 +158,7 @@ services:


query-service:
image: signoz.docker.scarf.sh/signoz/query-service:0.3.5
image: signoz.docker.scarf.sh/signoz/query-service:0.3.6
container_name: query-service

depends_on:
Expand All @@ -177,7 +177,7 @@ services:
condition: service_healthy

frontend:
image: signoz/frontend:0.3.5
image: signoz/frontend:0.3.6
container_name: frontend

depends_on:
Expand Down
10 changes: 5 additions & 5 deletions deploy/kubernetes/platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ dependencies:
version: 0.2.18
- name: flattener-processor
repository: file://./signoz-charts/flattener-processor
version: 0.3.5
version: 0.3.6
- name: query-service
repository: file://./signoz-charts/query-service
version: 0.3.5
version: 0.3.6
- name: frontend
repository: file://./signoz-charts/frontend
version: 0.3.5
digest: sha256:c2083da617d4c61f5c56e26c0648b40a3f61ebba52c464005717b9da33a7db93
generated: "2021-08-20T12:45:02.903711+05:30"
version: 0.3.6
digest: sha256:b160e903c630a90644683c512eb8ba018e18d2c08051e255edd3749cb9cc7228
generated: "2021-08-23T12:06:37.231066+05:30"
6 changes: 3 additions & 3 deletions deploy/kubernetes/platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ dependencies:
version: 0.2.18
- name: flattener-processor
repository: "file://./signoz-charts/flattener-processor"
version: 0.3.5
version: 0.3.6
- name: query-service
repository: "file://./signoz-charts/query-service"
version: 0.3.5
version: 0.3.6
- name: frontend
repository: "file://./signoz-charts/frontend"
version: 0.3.5
version: 0.3.6
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.3.5
version: 0.3.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.3.5
appVersion: 0.3.6
4 changes: 2 additions & 2 deletions deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.3.5
version: 0.3.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.3.5
appVersion: 0.3.6
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.3.5
version: 0.3.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.3.5
appVersion: 0.3.6

0 comments on commit 7f2546e

Please sign in to comment.