This is an automated email from the ASF dual-hosted git repository.

kfaraz pushed a commit to branch 24.0.2
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/24.0.2 by this push:
     new 70888c0440 Set version to 24.0.2 in 
package.json/package-lock.json/docker-compose
70888c0440 is described below

commit 70888c044028a1db57305f76ac3c5912a191f1d6
Author: Kashif Faraz <[email protected]>
AuthorDate: Thu Nov 24 09:21:38 2022 +0530

    Set version to 24.0.2 in package.json/package-lock.json/docker-compose
---
 distribution/docker/docker-compose.yml | 2 +-
 web-console/package-lock.json          | 2 +-
 web-console/package.json               | 2 +-
 web-console/src/links.ts               | 2 +-
 web-console/unified-console.html       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/distribution/docker/docker-compose.yml 
b/distribution/docker/docker-compose.yml
index f4a0ce5117..bcde0e0513 100644
--- a/distribution/docker/docker-compose.yml
+++ b/distribution/docker/docker-compose.yml
@@ -49,7 +49,7 @@ services:
       - ZOO_MY_ID=1
 
   coordinator:
-    image: apache/druid:24.0.1
+    image: apache/druid:24.0.2
     container_name: coordinator
     volumes:
       - druid_shared:/opt/shared
diff --git a/web-console/package-lock.json b/web-console/package-lock.json
index e8609e31f4..cb885413ef 100644
--- a/web-console/package-lock.json
+++ b/web-console/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "web-console",
-  "version": "24.0.1",
+  "version": "24.0.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/web-console/package.json b/web-console/package.json
index 241cafca6b..a3e88f414a 100644
--- a/web-console/package.json
+++ b/web-console/package.json
@@ -1,6 +1,6 @@
 {
   "name": "web-console",
-  "version": "24.0.1",
+  "version": "24.0.2",
   "description": "A web console for Apache Druid",
   "author": "Apache Druid Developers <[email protected]>",
   "license": "Apache-2.0",
diff --git a/web-console/src/links.ts b/web-console/src/links.ts
index 096b2f3eed..711b298aaf 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 = '24.0.1';
+const DRUID_DOCS_VERSION = '24.0.2';
 
 function fillVersion(str: string): string {
   return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION);
diff --git a/web-console/unified-console.html b/web-console/unified-console.html
index ab0f717392..593d201698 100644
--- a/web-console/unified-console.html
+++ b/web-console/unified-console.html
@@ -71,6 +71,6 @@
       };
     </script>
     <script src="console-config.js"></script>
-    <script src="public/web-console-24.0.1.js"></script>
+    <script src="public/web-console-24.0.2.js"></script>
   </body>
 </html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to