From 73c2137cd7c9fb0dd7450b69538c438b5195c2ef Mon Sep 17 00:00:00 2001 From: Palash Date: Wed, 29 Jun 2022 09:14:27 +0530 Subject: [PATCH 1/2] chore: css for light is updated --- frontend/src/container/SideNav/index.tsx | 3 +-- frontend/src/container/SideNav/styles.ts | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/container/SideNav/index.tsx b/frontend/src/container/SideNav/index.tsx index fd39653cd6..e2a1db6aef 100644 --- a/frontend/src/container/SideNav/index.tsx +++ b/frontend/src/container/SideNav/index.tsx @@ -15,7 +15,6 @@ import AppReducer from 'types/reducer/app'; import menus from './menuItems'; import Slack from './Slack'; import { - Name, RedDot, Sider, SlackButton, @@ -105,7 +104,7 @@ function SideNav(): JSX.Element { onClick={(): void => onClickHandler(to)} > - {name} +
{name}
{tags && tags.map((e) => ( diff --git a/frontend/src/container/SideNav/styles.ts b/frontend/src/container/SideNav/styles.ts index b7aea2fdc1..688356cf7d 100644 --- a/frontend/src/container/SideNav/styles.ts +++ b/frontend/src/container/SideNav/styles.ts @@ -83,9 +83,3 @@ export const Tags = styled(Tag)` border-radius: 0.5rem; } `; - -export const Name = styled(Typography.Paragraph)` - &&& { - margin: 0; - } -`; From 0a6fa0ee8549d8b1cd391bdfc67d565b91f4c432 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Wed, 29 Jun 2022 13:38:56 +0530 Subject: [PATCH 2/2] =?UTF-8?q?chore(release):=20=F0=9F=93=8C=20pin=20vers?= =?UTF-8?q?ions:=20SigNoz=200.9.0,=20OtelCollector=200.45.1-1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- deploy/docker-swarm/clickhouse-setup/docker-compose.yaml | 8 ++++---- deploy/docker/clickhouse-setup/docker-compose.yaml | 8 ++++---- pkg/query-service/tests/test-deploy/docker-compose.yaml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deploy/docker-swarm/clickhouse-setup/docker-compose.yaml b/deploy/docker-swarm/clickhouse-setup/docker-compose.yaml index 45b4137d11..4f27360876 100644 --- a/deploy/docker-swarm/clickhouse-setup/docker-compose.yaml +++ b/deploy/docker-swarm/clickhouse-setup/docker-compose.yaml @@ -39,7 +39,7 @@ services: condition: on-failure query-service: - image: signoz/query-service:0.8.2 + image: signoz/query-service:0.9.0 command: ["-config=/root/config/prometheus.yml"] # ports: # - "6060:6060" # pprof port @@ -67,7 +67,7 @@ services: - clickhouse frontend: - image: signoz/frontend:0.8.2 + image: signoz/frontend:0.9.0 deploy: restart_policy: condition: on-failure @@ -80,7 +80,7 @@ services: - ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf otel-collector: - image: signoz/otelcontribcol:0.45.1-0.3 + image: signoz/otelcontribcol:0.45.1-1.0 command: ["--config=/etc/otel-collector-config.yaml"] volumes: - ./otel-collector-config.yaml:/etc/otel-collector-config.yaml @@ -106,7 +106,7 @@ services: - clickhouse otel-collector-metrics: - image: signoz/otelcontribcol:0.45.1-0.3 + image: signoz/otelcontribcol:0.45.1-1.0 command: ["--config=/etc/otel-collector-metrics-config.yaml"] volumes: - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml diff --git a/deploy/docker/clickhouse-setup/docker-compose.yaml b/deploy/docker/clickhouse-setup/docker-compose.yaml index 166a2096e3..8ce015e298 100644 --- a/deploy/docker/clickhouse-setup/docker-compose.yaml +++ b/deploy/docker/clickhouse-setup/docker-compose.yaml @@ -38,7 +38,7 @@ services: # Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md` query-service: - image: signoz/query-service:0.8.2 + image: signoz/query-service:0.9.0 container_name: query-service command: ["-config=/root/config/prometheus.yml"] # ports: @@ -65,7 +65,7 @@ services: condition: service_healthy frontend: - image: signoz/frontend:0.8.2 + image: signoz/frontend:0.9.0 container_name: frontend restart: on-failure depends_on: @@ -77,7 +77,7 @@ services: - ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf otel-collector: - image: signoz/otelcontribcol:0.45.1-0.3 + image: signoz/otelcontribcol:0.45.1-1.0 command: ["--config=/etc/otel-collector-config.yaml"] volumes: - ./otel-collector-config.yaml:/etc/otel-collector-config.yaml @@ -98,7 +98,7 @@ services: condition: service_healthy otel-collector-metrics: - image: signoz/otelcontribcol:0.45.1-0.3 + image: signoz/otelcontribcol:0.45.1-1.0 command: ["--config=/etc/otel-collector-metrics-config.yaml"] volumes: - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml diff --git a/pkg/query-service/tests/test-deploy/docker-compose.yaml b/pkg/query-service/tests/test-deploy/docker-compose.yaml index b1c6a39d7e..beb2e0b068 100644 --- a/pkg/query-service/tests/test-deploy/docker-compose.yaml +++ b/pkg/query-service/tests/test-deploy/docker-compose.yaml @@ -58,7 +58,7 @@ services: condition: service_healthy otel-collector: - image: signoz/otelcontribcol:0.45.1-0.3 + image: signoz/otelcontribcol:0.45.1-1.0 command: ["--config=/etc/otel-collector-config.yaml"] volumes: - ./otel-collector-config.yaml:/etc/otel-collector-config.yaml @@ -71,7 +71,7 @@ services: condition: service_healthy otel-collector-metrics: - image: signoz/otelcontribcol:0.45.1-0.3 + image: signoz/otelcontribcol:0.45.1-1.0 command: ["--config=/etc/otel-collector-metrics-config.yaml"] volumes: - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml