From f7e34e76531f9585363fa619a310cb9fc2f650c0 Mon Sep 17 00:00:00 2001 From: Laksh Singla Date: Wed, 6 Dec 2023 16:19:23 +0530 Subject: [PATCH] Prepare for 28.0.1 release (#15479) --- distribution/docker/docker-compose.yml | 10 +++++----- web-console/package-lock.json | 4 ++-- web-console/package.json | 2 +- .../header-bar/__snapshots__/header-bar.spec.tsx.snap | 2 +- .../__snapshots__/retention-dialog.spec.tsx.snap | 2 +- web-console/src/links.ts | 2 +- .../__snapshots__/execution-error-pane.spec.tsx.snap | 2 +- web-console/unified-console.html | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/distribution/docker/docker-compose.yml b/distribution/docker/docker-compose.yml index 9813a00f6a58..c39b63300c4b 100644 --- a/distribution/docker/docker-compose.yml +++ b/distribution/docker/docker-compose.yml @@ -51,7 +51,7 @@ services: - ZOO_MY_ID=1 coordinator: - image: apache/druid:28.0.0 + image: apache/druid:28.0.1 container_name: coordinator volumes: - druid_shared:/opt/shared @@ -67,7 +67,7 @@ services: - environment broker: - image: apache/druid:28.0.0 + image: apache/druid:28.0.1 container_name: broker volumes: - broker_var:/opt/druid/var @@ -83,7 +83,7 @@ services: - environment historical: - image: apache/druid:28.0.0 + image: apache/druid:28.0.1 container_name: historical volumes: - druid_shared:/opt/shared @@ -100,7 +100,7 @@ services: - environment middlemanager: - image: apache/druid:28.0.0 + image: apache/druid:28.0.1 container_name: middlemanager volumes: - druid_shared:/opt/shared @@ -118,7 +118,7 @@ services: - environment router: - image: apache/druid:28.0.0 + image: apache/druid:28.0.1 container_name: router volumes: - router_var:/opt/druid/var diff --git a/web-console/package-lock.json b/web-console/package-lock.json index 3e396e22fcdc..af82e419dd3d 100644 --- a/web-console/package-lock.json +++ b/web-console/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-console", - "version": "28.0.0", + "version": "28.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "web-console", - "version": "28.0.0", + "version": "28.0.1", "license": "Apache-2.0", "dependencies": { "@blueprintjs/core": "^4.20.1", diff --git a/web-console/package.json b/web-console/package.json index f8f0310bb530..30ef5f5284df 100644 --- a/web-console/package.json +++ b/web-console/package.json @@ -1,6 +1,6 @@ { "name": "web-console", - "version": "28.0.0", + "version": "28.0.1", "description": "A web console for Apache Druid", "author": "Apache Druid Developers ", "license": "Apache-2.0", diff --git a/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap b/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap index 46193c7bcc66..4816350646ce 100644 --- a/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap +++ b/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap @@ -362,7 +362,7 @@ exports[`HeaderBar matches snapshot 1`] = ` diff --git a/web-console/src/links.ts b/web-console/src/links.ts index 733dd61fb3ca..ece6cacff21d 100644 --- a/web-console/src/links.ts +++ b/web-console/src/links.ts @@ -19,7 +19,7 @@ import hasOwnProp from 'has-own-prop'; // This is set to the latest available version and should be updated to the next version before release -const DRUID_DOCS_VERSION = '28.0.0'; +const DRUID_DOCS_VERSION = '28.0.1'; function fillVersion(str: string): string { return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION); diff --git a/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap b/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap index b9b6758e28ad..8f8e0a6c4870 100644 --- a/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap +++ b/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap @@ -10,7 +10,7 @@ exports[`ExecutionErrorPane matches snapshot 1`] = ` > TooManyWarnings diff --git a/web-console/unified-console.html b/web-console/unified-console.html index c1edac496fd8..08b62eeaa5f7 100644 --- a/web-console/unified-console.html +++ b/web-console/unified-console.html @@ -71,6 +71,6 @@ }; - +