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

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


The following commit(s) were added to refs/heads/28.0.0 by this push:
     new 98877bd419 Prepare for 28.0.0 release (#15117)
98877bd419 is described below

commit 98877bd419d9dd698d20fe8206b0d2ebea4560d7
Author: Laksh Singla <[email protected]>
AuthorDate: Tue Oct 10 12:33:48 2023 +0530

    Prepare for 28.0.0 release (#15117)
---
 .../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 54414ffb80..46193c7bcc 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`] = `
           <Blueprint4.MenuItem
             active={false}
             disabled={false}
-            href="https://druid.apache.org/docs/latest";
+            href="https://druid.apache.org/docs/28.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 68fe45ae1b..f8d5e721ee 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/28.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..733dd61fb3 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 = '28.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 f6000ab38d..b9b6758e28 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/28.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]

Reply via email to