File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
examples/quickstart/tutorial/hadoop/docker
compaction-config-dialog/__snapshots__
retention-dialog/__snapshots__
views/workbench-view/execution-error-pane/__snapshots__ Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ RUN chown root:root /root/.ssh/config
111111# ADD supervisord.conf /etc/supervisord.conf
112112
113113RUN wget -nv https://github.com/bitnami/wait-for-port/releases/download/v1.0/wait-for-port.zip && unzip wait-for-port.zip && mv wait-for-port /usr/bin && rm wait-for-port.zip
114- RUN wget -nv https://github.com/apache/druid/raw/refs/heads/33 .0.0/examples/quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz
114+ RUN wget -nv https://github.com/apache/druid/raw/refs/heads/34 .0.0/examples/quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz
115115
116116ADD bootstrap.sh /etc/bootstrap.sh
117117RUN chown root:root /etc/bootstrap.sh
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ exports[`HeaderBar matches snapshot 1`] = `
366366 <Blueprint5.MenuItem
367367 active = { false }
368368 disabled = { false }
369- href = " https://druid.apache.org/docs/latest "
369+ href = " https://druid.apache.org/docs/34.0.0 "
370370 icon = " th"
371371 multiline = { false }
372372 popoverProps = { {}}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ exports[`RestrictedMode matches snapshot when in auto capability detection mode
1717 For more info refer to the
1818
1919 <Memo(ExternalLink)
20- href="https://druid.apache.org/docs/latest /operations/web-console"
20+ href="https://druid.apache.org/docs/34.0.0 /operations/web-console"
2121 >
2222 web console documentation
2323 </Memo(ExternalLink)>
@@ -88,7 +88,7 @@ exports[`RestrictedMode matches snapshot when in manual capability detection mod
8888 For more info refer to the
8989
9090 <Memo(ExternalLink)
91- href="https://druid.apache.org/docs/latest /operations/web-console"
91+ href="https://druid.apache.org/docs/34.0.0 /operations/web-console"
9292 >
9393 web console documentation
9494 </Memo(ExternalLink)>
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (dynamic
360360 For more information refer to the
361361
362362 <Memo(ExternalLink)
363- href="https://druid.apache.org/docs/latest /ingestion/concurrent-append-replace"
363+ href="https://druid.apache.org/docs/34.0.0 /ingestion/concurrent-append-replace"
364364 >
365365 documentation
366366 </Memo(ExternalLink)>
@@ -770,7 +770,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (hashed p
770770 For more information refer to the
771771
772772 <Memo(ExternalLink)
773- href="https://druid.apache.org/docs/latest /ingestion/concurrent-append-replace"
773+ href="https://druid.apache.org/docs/34.0.0 /ingestion/concurrent-append-replace"
774774 >
775775 documentation
776776 </Memo(ExternalLink)>
@@ -1180,7 +1180,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (range pa
11801180 For more information refer to the
11811181
11821182 <Memo(ExternalLink)
1183- href="https://druid.apache.org/docs/latest /ingestion/concurrent-append-replace"
1183+ href="https://druid.apache.org/docs/34.0.0 /ingestion/concurrent-append-replace"
11841184 >
11851185 documentation
11861186 </Memo(ExternalLink)>
@@ -1590,7 +1590,7 @@ exports[`CompactionConfigDialog matches snapshot without compactionConfig 1`] =
15901590 For more information refer to the
15911591
15921592 <Memo(ExternalLink)
1593- href="https://druid.apache.org/docs/latest /ingestion/concurrent-append-replace"
1593+ href="https://druid.apache.org/docs/34.0.0 /ingestion/concurrent-append-replace"
15941594 >
15951595 documentation
15961596 </Memo(ExternalLink)>
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ exports[`RetentionDialog matches snapshot 1`] = `
6767 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
6868
6969 <a
70- href = " https://druid.apache.org/docs/latest /operations/rule-configuration"
70+ href = " https://druid.apache.org/docs/34.0.0 /operations/rule-configuration"
7171 rel = " noopener noreferrer"
7272 target = " _blank"
7373 >
Original file line number Diff line number Diff line change 1717 */
1818
1919// This is set to the latest available version and should be updated to the next version before release
20- const DRUID_DOCS_VERSION = 'latest ' ;
20+ const DRUID_DOCS_VERSION = '34.0.0 ' ;
2121
2222function fillVersion ( str : string ) : string {
2323 return str . replace ( / \{ \{ V E R S I O N } } / g, DRUID_DOCS_VERSION ) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports[`ExecutionErrorPane matches snapshot 1`] = `
1010 >
1111 <React.Fragment >
1212 <Memo(ExternalLink)
13- href="https://druid.apache.org/docs/latest /multi-stage-query/reference#error_TooManyWarnings"
13+ href="https://druid.apache.org/docs/34.0.0 /multi-stage-query/reference#error_TooManyWarnings"
1414 >
1515 TooManyWarnings
1616 </Memo(ExternalLink)>
You can’t perform that action at this time.
0 commit comments