Skip to content

Commit 33d5cd5

Browse files
sbernauerlabrenbe
andauthored
Bump all misc, non-product versions (#737)
* bumo rust toolchain, ubi & protoc * bump vector to 0.39.0 * bump vector * bump jmx exporter to 1.0.1 * bump statsd exporter to 0.26.1 * Bump inotify to 3.22.1.0-1.el9 * Document pushing of k8s/sig-storage images * bump git sync to 4.2.3 * Add needed cache to conf.py * changelog --------- Co-authored-by: Benedikt Labrenz <benedikt@labrenz.org>
1 parent 218e2ba commit 33d5cd5

19 files changed

Lines changed: 80 additions & 125 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ All notable changes to this project will be documented in this file.
3232
- hbase: Remove the symlink `/stackable/jmx/jmx_prometheus_javaagent-0.16.1.jar`
3333
which is unused since SDP 23.11 ([#621]).
3434
- hive: Only build and ship Hive metastore. This reduces the image size from `2.63GB` to `1.9GB` and should also reduce the number of dependencies ([#619], [#622]).
35-
- ubi8-rust-builder: Bump `protoc` from `21.5` to `26.1` ([#624]).
3635
- pass platform argument to preflight check ([#626]).
3736
- nifi: provision stackable-bcrypt from Maven ([#663])
3837
- nifi: move /bin/stackable-bcrypt to /stackable/stackable-bcrypt and added softlink for backwards compatibility ([#678]).
@@ -49,6 +48,7 @@ All notable changes to this project will be documented in this file.
4948
- spark: Build from source ([#679])
5049
- all: Moved the LOG4J_FORMAT_MSG_NO_LOOKUPS env variable from the individual Dockerfiles to `java-base` and `java-devel` ([#727])
5150
- all: Move product versions into product directory in preparation for individual product build workflows ([#732])
51+
- all: Bump rustc 1.79.0, protoc 27.2, git-sync 4.2.3, statsd-exporter 0.26.1, vector 0.39.0, jmx-exporter 1.0.1, inotify_tools 3.22.1.0-1.el9 ([#737])
5252

5353
### Fixed
5454

@@ -106,6 +106,7 @@ All notable changes to this project will be documented in this file.
106106
[#727]: https://github.com/stackabletech/docker-images/pull/727
107107
[#732]: https://github.com/stackabletech/docker-images/pull/732
108108
[#734]: https://github.com/stackabletech/docker-images/pull/734
109+
[#737]: https://github.com/stackabletech/docker-images/pull/737
109110

110111
## [24.3.0] - 2024-03-20
111112

airflow/versions.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,41 @@
22
{
33
"product": "2.6.3",
44
"python": "3.9",
5-
"git_sync": "v4.2.1",
6-
"statsd_exporter": "0.26.0",
5+
"git_sync": "v4.2.3",
6+
"statsd_exporter": "0.26.1",
77
"tini": "0.19.0",
8-
"vector": "0.35.0",
8+
"vector": "0.39.0",
99
},
1010
{
1111
"product": "2.7.2",
1212
"python": "3.9",
13-
"git_sync": "v4.2.1",
14-
"statsd_exporter": "0.26.0",
13+
"git_sync": "v4.2.3",
14+
"statsd_exporter": "0.26.1",
1515
"tini": "0.19.0",
16-
"vector": "0.35.0",
16+
"vector": "0.39.0",
1717
},
1818
{
1919
"product": "2.7.3",
2020
"python": "3.9",
21-
"git_sync": "v4.2.1",
22-
"statsd_exporter": "0.26.0",
21+
"git_sync": "v4.2.3",
22+
"statsd_exporter": "0.26.1",
2323
"tini": "0.19.0",
24-
"vector": "0.35.0",
24+
"vector": "0.39.0",
2525
},
2626
{
2727
"product": "2.8.1",
2828
"python": "3.9",
29-
"git_sync": "v4.2.1",
30-
"statsd_exporter": "0.26.0",
29+
"git_sync": "v4.2.3",
30+
"statsd_exporter": "0.26.1",
3131
"tini": "0.19.0",
32-
"vector": "0.35.0",
32+
"vector": "0.39.0",
3333
},
3434
{
3535
"product": "2.8.3",
3636
"python": "3.9",
37-
"git_sync": "v4.2.1",
38-
"statsd_exporter": "0.26.0",
37+
"git_sync": "v4.2.3",
38+
"statsd_exporter": "0.26.1",
3939
"tini": "0.19.0",
40-
"vector": "0.35.0",
40+
"vector": "0.39.0",
4141
},
4242
]

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,5 @@
147147
"trino": {"id": "62557c4a0030f6483318e203"},
148148
"zookeeper": {"id": "62552b0aadd9d54d56cda11d"},
149149
}
150+
151+
cache: list[str] = []

hadoop/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"java-base": "11",
55
"java-devel": "11",
66
"async_profiler": "2.9",
7-
"jmx_exporter": "0.20.0",
7+
"jmx_exporter": "1.0.1",
88
"protobuf": "3.7.1",
99
"hdfs_utils": "0.2.1",
1010
"topology_provider": "0.3.0",
@@ -14,7 +14,7 @@
1414
"java-base": "11",
1515
"java-devel": "11",
1616
"async_profiler": "2.9",
17-
"jmx_exporter": "0.20.0",
17+
"jmx_exporter": "1.0.1",
1818
"protobuf": "3.7.1",
1919
"hdfs_utils": "0.2.1",
2020
"topology_provider": "0.3.0",

hbase/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"phoenix": "5.2.0",
1212
"hbase_profile": "2.4",
1313
"hadoop": "3.3.6",
14-
"jmx_exporter": "0.20.0",
14+
"jmx_exporter": "1.0.1",
1515
},
1616
]

hive/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
versions = [
22
{
33
"product": "3.1.3",
4-
"jmx_exporter": "0.20.0",
4+
"jmx_exporter": "1.0.1",
55
# Hive must be built with Java 8 but will run on Java 11
66
"java-base": "11",
77
"java-devel": "1.8.0",

java-base/versions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
versions = [
22
{
33
"product": "1.8.0",
4-
"vector": "0.35.0",
4+
"vector": "0.39.0",
55
},
66
{
77
"product": "11",
8-
"vector": "0.35.0",
8+
"vector": "0.39.0",
99
},
1010
{
1111
"product": "17",
12-
"vector": "0.35.0",
12+
"vector": "0.39.0",
1313
},
1414
{
1515
"product": "21",
16-
"vector": "0.35.0",
16+
"vector": "0.39.0",
1717
},
1818
]

kafka/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scala": "2.13",
77
"kcat": "1.7.0",
88
"opa_authorizer": "1.5.1",
9-
"jmx_exporter": "0.20.0",
9+
"jmx_exporter": "1.0.1",
1010
},
1111
{
1212
"product": "3.5.2",
@@ -15,7 +15,7 @@
1515
"scala": "2.13",
1616
"kcat": "1.7.0",
1717
"opa_authorizer": "1.5.1",
18-
"jmx_exporter": "0.20.0",
18+
"jmx_exporter": "1.0.1",
1919
},
2020
{
2121
"product": "3.6.1",
@@ -24,6 +24,6 @@
2424
"scala": "2.13",
2525
"kcat": "1.7.0",
2626
"opa_authorizer": "1.5.1",
27-
"jmx_exporter": "0.20.0",
27+
"jmx_exporter": "1.0.1",
2828
},
2929
]

omid/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"product": "1.1.0",
44
"java-base": "11",
55
"java-devel": "11",
6-
"jmx_exporter": "0.20.0",
6+
"jmx_exporter": "1.0.1",
77
},
88
]

opa/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
versions = [
22
{
33
"product": "0.57.0",
4-
"vector": "0.35.0",
4+
"vector": "0.39.0",
55
"bundle_builder_version": "1.1.2",
66
"stackable-base": "1.0.0",
77
},
88
{
99
"product": "0.61.0",
10-
"vector": "0.35.0",
10+
"vector": "0.39.0",
1111
"bundle_builder_version": "1.1.2",
1212
"stackable-base": "1.0.0",
1313
},

0 commit comments

Comments
 (0)