This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a commit to branch 27.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/27.0.0 by this push:
new 9420bd8ea6 Prepare for 27.0.0 release (#14569)
9420bd8ea6 is described below
commit 9420bd8ea6018e5b2ec129028a4f2a95ac34295a
Author: Abhishek Agarwal <[email protected]>
AuthorDate: Tue Jul 11 21:12:56 2023 +0530
Prepare for 27.0.0 release (#14569)
---
.../src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap | 2 +-
.../retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap | 2 +-
web-console/src/links.ts | 2 +-
.../__snapshots__/execution-error-pane.spec.tsx.snap | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
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 682b7de179..813d3683b0 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
@@ -338,7 +338,7 @@ exports[`HeaderBar matches snapshot 1`] = `
<Blueprint4.MenuItem
active={false}
disabled={false}
- href="https://druid.apache.org/docs/latest"
+ href="https://druid.apache.org/docs/27.0.0"
icon="th"
multiline={false}
popoverProps={Object {}}
diff --git
a/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
b/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
index bc3c6b13c3..10de3e1b76 100644
---
a/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
+++
b/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
@@ -64,7 +64,7 @@ exports[`RetentionDialog matches snapshot 1`] = `
Druid uses rules to determine what data should be retained in the
cluster. The rules are evaluated in order from top to bottom. For more
information please refer to the
<a
-
href="https://druid.apache.org/docs/latest/operations/rule-configuration.html"
+
href="https://druid.apache.org/docs/27.0.0/operations/rule-configuration.html"
rel="noopener noreferrer"
target="_blank"
>
diff --git a/web-console/src/links.ts b/web-console/src/links.ts
index c69393b942..f99ce8da1f 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 = '27.0.0';
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 04303c4a76..ba0a45998b 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`] = `
>
<React.Fragment>
<Memo(ExternalLink)
-
href="https://druid.apache.org/docs/latest/multi-stage-query/reference.html#error_TooManyWarnings"
+
href="https://druid.apache.org/docs/27.0.0/multi-stage-query/reference.html#error_TooManyWarnings"
>
TooManyWarnings
</Memo(ExternalLink)>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]