Skip to content

Commit 44637a1

Browse files
authored
Merge branch 'main' into feature/superset-opa-integration
2 parents a20d640 + dfe4c27 commit 44637a1

File tree

7 files changed

+39
-24
lines changed

7 files changed

+39
-24
lines changed

CHANGELOG.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ All notable changes to this project will be documented in this file.
1313
- tools: Add the package util-linux-core ([#952]).
1414
util-linux-core contains a basic set of Linux utilities, including the
1515
command logger which allows to enter messages into the system log.
16-
17-
### Changed
18-
19-
- ci: Fix various static analysis errors ([#955]).
20-
- all java products: These now use the Stackable Nexus build-repo by default instead of pulling from Maven central ([#953]).
21-
- all java products: Maven is now consistently run with `--batch-mode` and `--no-transfer-progress` to reduce noise ([#953]).
16+
- vector: Add version 0.43.1 ([#980]).
17+
- opa: Add version 1.0.0 ([#981])
2218

2319
### Removed
2420

2521
- kafka: Remove `kubectl`, as we are now using listener-op ([#884]).
22+
- vector: remove version 0.41.1 ([#980]).
23+
- opa: remove version 0.66.0 ([#981])
2624

2725
### Fixed
2826

@@ -32,12 +30,29 @@ All notable changes to this project will be documented in this file.
3230
[#884]: https://github.com/stackabletech/docker-images/pull/884
3331
[#928]: https://github.com/stackabletech/docker-images/pull/928
3432
[#943]: https://github.com/stackabletech/docker-images/pull/943
35-
[#952]: https://github.com/stackabletech/docker-images/pull/952
36-
[#953]: https://github.com/stackabletech/docker-images/pull/953
37-
[#955]: https://github.com/stackabletech/docker-images/pull/955
3833
[#958]: https://github.com/stackabletech/docker-images/pull/958
3934
[#959]: https://github.com/stackabletech/docker-images/pull/959
4035
[#962]: https://github.com/stackabletech/docker-images/pull/962
36+
[#980]: https://github.com/stackabletech/docker-images/pull/980
37+
[#981]: https://github.com/stackabletech/docker-images/pull/981
38+
39+
## [24.11.1] - 2025-01-14
40+
41+
### Changed
42+
43+
- ci: Fix various static analysis errors ([#955]).
44+
- all java products: These now use the Stackable Nexus build-repo by default instead of pulling from Maven central ([#953]).
45+
- all java products: Maven is now consistently run with `--batch-mode` and `--no-transfer-progress` to reduce noise ([#953]).
46+
47+
### Added
48+
49+
- tools: Add the package util-linux-core ([#952]).
50+
util-linux-core contains a basic set of Linux utilities, including the
51+
command logger which allows to enter messages into the system log.
52+
53+
[#952]: https://github.com/stackabletech/docker-images/pull/952
54+
[#953]: https://github.com/stackabletech/docker-images/pull/953
55+
[#955]: https://github.com/stackabletech/docker-images/pull/955
4156

4257
## [24.11.0] - 2024-11-18
4358

airflow/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"git_sync": "v4.2.4",
66
"statsd_exporter": "0.27.1",
77
"tini": "0.19.0",
8-
"vector": "0.41.1",
8+
"vector": "0.43.1",
99
},
1010
{
1111
"product": "2.9.3",
1212
"python": "3.9",
1313
"git_sync": "v4.2.4",
1414
"statsd_exporter": "0.27.1",
1515
"tini": "0.19.0",
16-
"vector": "0.41.1",
16+
"vector": "0.43.1",
1717
},
1818
{
1919
"product": "2.10.2",
2020
"python": "3.12",
2121
"git_sync": "v4.2.4",
2222
"statsd_exporter": "0.27.1",
2323
"tini": "0.19.0",
24-
"vector": "0.41.1",
24+
"vector": "0.43.1",
2525
},
2626
]

java-base/versions.py

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

opa/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
versions = [
22
{
3-
"product": "0.66.0",
4-
"vector": "0.41.1",
3+
"product": "1.0.0",
4+
"vector": "0.43.1",
55
"bundle_builder_version": "1.1.2",
66
"stackable-base": "1.0.0",
77
},
88
{
99
"product": "0.67.1",
10-
"vector": "0.41.1",
10+
"vector": "0.43.1",
1111
"bundle_builder_version": "1.1.2",
1212
"stackable-base": "1.0.0",
1313
},

spark-k8s/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"jackson_dataformat_xml": "2.15.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.1
1313
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
1414
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
15-
"vector": "0.41.1",
15+
"vector": "0.43.1",
1616
"jmx_exporter": "1.0.1-stackable",
1717
"tini": "0.19.0",
1818
"hbase_connector": "1.0.1",
@@ -30,7 +30,7 @@
3030
"jackson_dataformat_xml": "2.15.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.2
3131
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
3232
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
33-
"vector": "0.41.1",
33+
"vector": "0.43.1",
3434
"jmx_exporter": "1.0.1-stackable",
3535
"tini": "0.19.0",
3636
"hbase_connector": "1.0.1",

superset/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"product": "4.0.2",
44
"python": "3.9",
5-
"vector": "0.41.1",
5+
"vector": "0.43.1",
66
"statsd_exporter": "0.27.1",
77
"authlib": "1.2.1", # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7
88
},

vector/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
versions = [
22
{
3-
"product": "0.41.1",
3+
"product": "0.43.1",
44
"rpm_release": "1",
55
"stackable-base": "1.0.0",
66
"inotify_tools": "3.22.1.0-1.el9",

0 commit comments

Comments
 (0)