Skip to content

Commit 092f3f2

Browse files
committed
bump web-console version to 32.0.1, prepare docker-compose file for 32.0.1
1 parent 10542a7 commit 092f3f2

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

distribution/docker/docker-compose.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- ZOO_MY_ID=1
5252

5353
coordinator:
54-
image: apache/druid:32.0.0
54+
image: apache/druid:32.0.1
5555
container_name: coordinator
5656
volumes:
5757
- druid_shared:/opt/shared
@@ -67,7 +67,7 @@ services:
6767
- environment
6868

6969
broker:
70-
image: apache/druid:32.0.0
70+
image: apache/druid:32.0.1
7171
container_name: broker
7272
volumes:
7373
- broker_var:/opt/druid/var
@@ -83,7 +83,7 @@ services:
8383
- environment
8484

8585
historical:
86-
image: apache/druid:32.0.0
86+
image: apache/druid:32.0.1
8787
container_name: historical
8888
volumes:
8989
- druid_shared:/opt/shared
@@ -100,7 +100,7 @@ services:
100100
- environment
101101

102102
middlemanager:
103-
image: apache/druid:32.0.0
103+
image: apache/druid:32.0.1
104104
container_name: middlemanager
105105
volumes:
106106
- druid_shared:/opt/shared
@@ -118,7 +118,7 @@ services:
118118
- environment
119119

120120
router:
121-
image: apache/druid:32.0.0
121+
image: apache/druid:32.0.1
122122
container_name: router
123123
volumes:
124124
- router_var:/opt/druid/var

web-console/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-console",
3-
"version": "32.0.0",
3+
"version": "32.0.1",
44
"description": "A web console for Apache Druid",
55
"author": "Apache Druid Developers <dev@druid.apache.org>",
66
"license": "Apache-2.0",

web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ exports[`HeaderBar matches snapshot 1`] = `
357357
<Blueprint5.MenuItem
358358
active={false}
359359
disabled={false}
360-
href="https://druid.apache.org/docs/32.0.0"
360+
href="https://druid.apache.org/docs/32.0.1"
361361
icon="th"
362362
multiline={false}
363363
popoverProps={{}}

web-console/src/components/header-bar/restricted-mode/__snapshots__/restricted-mode.spec.tsx.snap

+2-2
Original file line numberDiff line numberDiff 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/32.0.0/operations/web-console"
20+
href="https://druid.apache.org/docs/32.0.1/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/32.0.0/operations/web-console"
91+
href="https://druid.apache.org/docs/32.0.1/operations/web-console"
9292
>
9393
web console documentation
9494
</Memo(ExternalLink)>

web-console/src/dialogs/compaction-config-dialog/__snapshots__/compaction-config-dialog.spec.tsx.snap

+4-4
Original file line numberDiff line numberDiff 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/32.0.0/ingestion/concurrent-append-replace"
363+
href="https://druid.apache.org/docs/32.0.1/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/32.0.0/ingestion/concurrent-append-replace"
773+
href="https://druid.apache.org/docs/32.0.1/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/32.0.0/ingestion/concurrent-append-replace"
1183+
href="https://druid.apache.org/docs/32.0.1/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/32.0.0/ingestion/concurrent-append-replace"
1593+
href="https://druid.apache.org/docs/32.0.1/ingestion/concurrent-append-replace"
15941594
>
15951595
documentation
15961596
</Memo(ExternalLink)>

web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap

+1-1
Original file line numberDiff line numberDiff 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/32.0.0/operations/rule-configuration"
70+
href="https://druid.apache.org/docs/32.0.1/operations/rule-configuration"
7171
rel="noopener noreferrer"
7272
target="_blank"
7373
>

web-console/src/links.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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 = '32.0.0';
20+
const DRUID_DOCS_VERSION = '32.0.1';
2121

2222
function fillVersion(str: string): string {
2323
return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION);

web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap

+1-1
Original file line numberDiff line numberDiff 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/32.0.0/multi-stage-query/reference#error_TooManyWarnings"
13+
href="https://druid.apache.org/docs/32.0.1/multi-stage-query/reference#error_TooManyWarnings"
1414
>
1515
TooManyWarnings
1616
</Memo(ExternalLink)>

web-console/unified-console.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
};
7272
</script>
7373
<script src="console-config.js"></script>
74-
<script src="public/web-console-32.0.0.js"></script>
74+
<script src="public/web-console-32.0.1.js"></script>
7575
</body>
7676
</html>

0 commit comments

Comments
 (0)