This is an automated email from the ASF dual-hosted git repository. kfaraz pushed a commit to branch 25.0.0 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 0c6681517ccb4dc2fb33e3a5fe649cf9515e0fd6 Author: Kashif Faraz <[email protected]> AuthorDate: Mon Nov 21 20:39:07 2022 +0530 Update versions for 25.0 release --- distribution/docker/docker-compose.yml | 2 +- web-console/src/links.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/docker/docker-compose.yml b/distribution/docker/docker-compose.yml index 58b7a47a4b..9faa35389b 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.24.0 + image: apache/druid:25.0.0 container_name: coordinator volumes: - druid_shared:/opt/shared diff --git a/web-console/src/links.ts b/web-console/src/links.ts index d9bd341d4f..5c391d838e 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 = 'latest'; +const DRUID_DOCS_VERSION = '25.0.0'; function fillVersion(str: string): string { return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
