Skip to content

Commit 36d8bcb

Browse files
authored
chore(vector): Bump to 0.43.1 (#980)
* updating vector to 0.43.1 * Update Changelog * making precommit happyt * Better changelog * happy hook
1 parent b73604e commit 36d8bcb

File tree

7 files changed

+17
-14
lines changed

7 files changed

+17
-14
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212
- tools: Add the package util-linux-core ([#952]).
1313
util-linux-core contains a basic set of Linux utilities, including the
1414
command logger which allows to enter messages into the system log.
15+
- vector: Add version 0.43.1 [#980].
1516

1617
### Changed
1718

@@ -22,6 +23,7 @@ All notable changes to this project will be documented in this file.
2223
### Removed
2324

2425
- kafka: Remove `kubectl`, as we are now using listener-op ([#884]).
26+
- vector: remove version 0.41.1 [#980].
2527

2628
### Fixed
2729

@@ -37,6 +39,7 @@ All notable changes to this project will be documented in this file.
3739
[#958]: https://github.com/stackabletech/docker-images/pull/958
3840
[#959]: https://github.com/stackabletech/docker-images/pull/959
3941
[#962]: https://github.com/stackabletech/docker-images/pull/962
42+
[#980]: https://github.com/stackabletech/docker-images/pull/980
4043

4144
## [24.11.0] - 2024-11-18
4245

Diff for: airflow/versions.py

+3-3
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
]

Diff for: java-base/versions.py

+5-5
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
]

Diff for: opa/versions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
versions = [
22
{
33
"product": "0.66.0",
4-
"vector": "0.41.1",
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
},

Diff for: spark-k8s/versions.py

+2-2
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",

Diff for: superset/versions.py

+1-1
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
},

Diff for: vector/versions.py

+1-1
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)