This is an automated email from the ASF dual-hosted git repository.
jihoonson pushed a commit to branch 0.22.1
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/0.22.1 by this push:
new f96dfc4 update versions for web console and docker compose
f96dfc4 is described below
commit f96dfc45f95c3cf3e20b2bf3d16fa8b79fc719b4
Author: Jihoon Son <[email protected]>
AuthorDate: Fri Dec 10 09:42:17 2021 -0800
update versions for web console and docker compose
---
distribution/docker/docker-compose.yml | 10 +++++-----
web-console/package-lock.json | 2 +-
web-console/package.json | 2 +-
web-console/unified-console.html | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/distribution/docker/docker-compose.yml
b/distribution/docker/docker-compose.yml
index ed4dbef..b4f2df3 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:0.22.0
+ image: apache/druid:0.22.1
container_name: coordinator
volumes:
- druid_shared:/opt/shared
@@ -65,7 +65,7 @@ services:
- environment
broker:
- image: apache/druid:0.22.0
+ image: apache/druid:0.22.1
container_name: broker
volumes:
- broker_var:/opt/druid/var
@@ -81,7 +81,7 @@ services:
- environment
historical:
- image: apache/druid:0.22.0
+ image: apache/druid:0.22.1
container_name: historical
volumes:
- druid_shared:/opt/shared
@@ -98,7 +98,7 @@ services:
- environment
middlemanager:
- image: apache/druid:0.22.0
+ image: apache/druid:0.22.1
container_name: middlemanager
volumes:
- druid_shared:/opt/shared
@@ -116,7 +116,7 @@ services:
- environment
router:
- image: apache/druid:0.22.0
+ image: apache/druid:0.22.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 b379b4e..b852ebe 100644
--- a/web-console/package-lock.json
+++ b/web-console/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "web-console",
- "version": "0.22.0",
+ "version": "0.22.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/web-console/package.json b/web-console/package.json
index 8b7edcb..22e55d5 100644
--- a/web-console/package.json
+++ b/web-console/package.json
@@ -1,6 +1,6 @@
{
"name": "web-console",
- "version": "0.22.0",
+ "version": "0.22.1",
"description": "A web console for Apache Druid",
"author": "Apache Druid Developers <[email protected]>",
"license": "Apache-2.0",
diff --git a/web-console/unified-console.html b/web-console/unified-console.html
index bd12696..654b836 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-0.22.0.js"></script>
+ <script src="public/web-console-0.22.1.js"></script>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]