Skip to content

chore(vector): Bump to 0.46.1 #1098

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ All notable changes to this project will be documented in this file.
- kubectl: Bump products to use `1.33.0` ([#1090]).
- yq: Bump products to use `4.45.2` ([#1090]).
- cyclonedx-bom: Bump airflow and superset to use `6.0.0` ([#1090]).
- vector: Bump to `0.46.1` ([#1098]).

### Fixed

Expand Down Expand Up @@ -83,6 +84,7 @@ All notable changes to this project will be documented in this file.
[#1056]: https://github.com/stackabletech/docker-images/pull/1056
[#1090]: https://github.com/stackabletech/docker-images/pull/1090
[#1097]: https://github.com/stackabletech/docker-images/pull/1097
[#1098]: https://github.com/stackabletech/docker-images/pull/1098

## [25.3.0] - 2025-03-21

Expand Down
4 changes: 2 additions & 2 deletions airflow/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"cyclonedx_bom": "6.0.0",
"statsd_exporter": "0.28.0",
"tini": "0.19.0",
"vector": "0.43.1",
"vector": "0.46.1",
},
{
"product": "2.10.4",
Expand All @@ -17,6 +17,6 @@
"cyclonedx_bom": "6.0.0",
"statsd_exporter": "0.28.0",
"tini": "0.19.0",
"vector": "0.43.1",
"vector": "0.46.1",
},
]
12 changes: 6 additions & 6 deletions java-base/versions.py
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
versions = [
{
"product": "8",
"vector": "0.43.1",
"vector": "0.46.1",
},
{
"product": "11",
"vector": "0.43.1",
"vector": "0.46.1",
},
{
"product": "17",
"vector": "0.43.1",
"vector": "0.46.1",
},
{
"product": "21",
"vector": "0.43.1",
"vector": "0.46.1",
},
{
"product": "22",
"vector": "0.43.1",
"vector": "0.46.1",
},
{
"product": "23",
"vector": "0.43.1",
"vector": "0.46.1",
},
{
"product": "24",
Expand Down
4 changes: 2 additions & 2 deletions opa/versions.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
versions = [
{
"product": "1.0.1",
"vector": "0.43.1",
"vector": "0.46.1",
"bundle_builder_version": "1.1.2",
"stackable-base": "1.0.0",
},
{
"product": "0.67.1",
"vector": "0.43.1",
"vector": "0.46.1",
"bundle_builder_version": "1.1.2",
"stackable-base": "1.0.0",
},
Expand Down
4 changes: 2 additions & 2 deletions spark-k8s/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"jackson_dataformat_xml": "2.15.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.1
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
"vector": "0.43.1",
"vector": "0.46.1",
"jmx_exporter": "1.2.0",
"tini": "0.19.0",
"hbase_connector": "1.0.1",
Expand All @@ -30,7 +30,7 @@
"jackson_dataformat_xml": "2.15.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.2
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
"vector": "0.43.1",
"vector": "0.46.1",
"jmx_exporter": "1.2.0",
"tini": "0.19.0",
"hbase_connector": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions superset/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"product": "4.0.2",
"python": "3.9",
"cyclonedx_bom": "6.0.0",
"vector": "0.43.1",
"vector": "0.46.1",
"statsd_exporter": "0.28.0",
"authlib": "1.2.1", # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7
"stackable-base": "1.0.0",
Expand All @@ -12,7 +12,7 @@
"product": "4.1.1",
"python": "3.9", # 3.11 support was merged in January 2025 (two months after 4.1.1 release), 3.10 is not available in our UBI image, so we need to stay on 3.9 for now
"cyclonedx_bom": "6.0.0",
"vector": "0.43.1",
"vector": "0.46.1",
"statsd_exporter": "0.28.0",
"authlib": "1.2.1", # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
"stackable-base": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion vector/versions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
versions = [
{
"product": "0.43.1",
"product": "0.46.1",
"rpm_release": "1",
"stackable-base": "1.0.0",
"inotify_tools": "3.22.1.0-1.el9",
Expand Down