You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This script mirrors the boostorg/boost source bundle for the given version to Nexus.
3
+
# The boost source bundle is architecture independent.
4
+
# It contains its own build system (b2) which is also built from source before building boost itself, so we don't need to worry about architecture specific builds.
5
+
# This artifact is used by the hadoop/boost local image.
6
+
7
+
8
+
set -euo pipefail
9
+
10
+
VERSION=${1:?"Missing version number argument (arg 1)"}
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ All notable changes to this project will be documented in this file.
14
14
- opa: Add `1.16.2` ([#1509]).
15
15
- kafka: Add `3.9.2` and `4.2.1` ([#1483]).
16
16
- trino: Add `481` ([#1518]).
17
+
- superset: Add `6.1.0` ([#1514]).
18
+
- zookeeper: Add `3.9.5` ([#1515]).
19
+
- hadoop: Add `3.5.0` and `3.4.3` ([#1511]).
17
20
- airflow: Add `3.2.1` ([#1519]).
18
-
- superset: Add `6.1.0` ([#1514])
19
-
- zookeeper: Add `3.9.5` ([#1515])
20
21
21
22
### Changed
22
23
@@ -27,6 +28,7 @@ All notable changes to this project will be documented in this file.
27
28
- statsd_exporter: Bump version from `0.28.0` to `0.30.0` ([#1524]).
28
29
This uses a git mirror and patchable instead of sourcing from Nexus.
29
30
- superset: Bump statsd_exporter to `0.30.0` ([#1524]).
31
+
- hadoop: Refactor cloud library provisioning to downstream images. The jars are now conveniently placed in `/stackable/hadoop-cloud-libraries/` to be easily picked up ([#1511]).
30
32
31
33
### Fixed
32
34
@@ -41,6 +43,7 @@ All notable changes to this project will be documented in this file.
0 commit comments