Skip to content

Commit efbc87d

Browse files
authored
chore: bump vector version to 0.47.0 (#1152)
* chore: bump vector version to 0.47.0 * bump vector dependency version * update changelog
1 parent e1782b6 commit efbc87d

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ All notable changes to this project will be documented in this file.
7272
- patchable: The base branch is now configured as the git upstream branch ([#1131]).
7373
- airflow: Updates the entrypoint script and removes the check for GID == 0 ([#1138])
7474
- druid: Bump druiod-opa-authorizer to `0.7.0` ([#1139]).
75+
- vector: Bump to `0.47.0` ([#1152]).
7576

7677
### Fixed
7778

@@ -165,6 +166,7 @@ All notable changes to this project will be documented in this file.
165166
[#1138]: https://github.com/stackabletech/docker-images/pull/1138
166167
[#1139]: https://github.com/stackabletech/docker-images/pull/1139
167168
[#1151]: https://github.com/stackabletech/docker-images/pull/1151
169+
[#1152]: https://github.com/stackabletech/docker-images/pull/1152
168170

169171
## [25.3.0] - 2025-03-21
170172

airflow/versions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"cyclonedx_bom": "6.0.0",
88
"shared/statsd-exporter": "0.28.0",
99
"tini": "0.19.0",
10-
"vector": "0.46.1",
10+
"vector": "0.47.0",
1111
"uv": "0.7.8",
1212
"extras": "async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino",
1313
"opa_auth_manager": "airflow-2",
@@ -20,7 +20,7 @@
2020
"cyclonedx_bom": "6.0.0",
2121
"shared/statsd-exporter": "0.28.0",
2222
"tini": "0.19.0",
23-
"vector": "0.46.1",
23+
"vector": "0.47.0",
2424
"uv": "0.7.8",
2525
"extras": "async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino",
2626
"opa_auth_manager": "airflow-2",
@@ -33,7 +33,7 @@
3333
"cyclonedx_bom": "6.0.0",
3434
"shared/statsd-exporter": "0.28.0",
3535
"tini": "0.19.0",
36-
"vector": "0.46.1",
36+
"vector": "0.47.0",
3737
"uv": "0.7.8",
3838
"extras": "async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino",
3939
"opa_auth_manager": "airflow-2",
@@ -46,7 +46,7 @@
4646
"cyclonedx_bom": "6.0.0",
4747
"shared/statsd-exporter": "0.28.0",
4848
"tini": "0.19.0",
49-
"vector": "0.46.1",
49+
"vector": "0.47.0",
5050
"uv": "0.7.8",
5151
"extras": "async,amazon,celery,cncf-kubernetes,docker,elasticsearch,fab,ftp,grpc,hashicorp,http,ldap,google,microsoft-azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,trino",
5252
"opa_auth_manager": "airflow-3",

java-base/versions.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
versions = [
22
{
33
"product": "8",
4-
"vector": "0.46.1",
4+
"vector": "0.47.0",
55
},
66
{
77
"product": "11",
8-
"vector": "0.46.1",
8+
"vector": "0.47.0",
99
},
1010
{
1111
"product": "17",
12-
"vector": "0.46.1",
12+
"vector": "0.47.0",
1313
},
1414
{
1515
"product": "21",
16-
"vector": "0.46.1",
16+
"vector": "0.47.0",
1717
},
1818
{
1919
"product": "22",
20-
"vector": "0.46.1",
20+
"vector": "0.47.0",
2121
},
2222
{
2323
"product": "23",
24-
"vector": "0.46.1",
24+
"vector": "0.47.0",
2525
},
2626
{
2727
"product": "24",
28-
"vector": "0.46.1",
28+
"vector": "0.47.0",
2929
},
3030
]

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": "1.4.2",
4-
"vector": "0.46.1",
4+
"vector": "0.47.0",
55
"golang": "1.23.9",
66
"stackable-devel": "1.0.0",
77
},
88
{
99
"product": "1.0.1",
10-
"vector": "0.46.1",
10+
"vector": "0.47.0",
1111
"golang": "1.23.9",
1212
"stackable-devel": "1.0.0",
1313
},

spark-k8s/versions.py

Lines changed: 1 addition & 1 deletion
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.2
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.46.1",
15+
"vector": "0.47.0",
1616
"jmx_exporter": "1.2.0",
1717
"tini": "0.19.0",
1818
"hbase_connector": "1.0.1",

superset/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"product": "4.0.2",
44
"python": "3.9",
55
"cyclonedx_bom": "6.0.0",
6-
"vector": "0.46.1",
6+
"vector": "0.47.0",
77
"shared/statsd-exporter": "0.28.0",
88
"authlib": "1.2.1", # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7
99
"stackable-base": "1.0.0",
@@ -13,7 +13,7 @@
1313
"product": "4.1.1",
1414
"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
1515
"cyclonedx_bom": "6.0.0",
16-
"vector": "0.46.1",
16+
"vector": "0.47.0",
1717
"shared/statsd-exporter": "0.28.0",
1818
"authlib": "1.2.1", # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
1919
"stackable-base": "1.0.0",
@@ -23,7 +23,7 @@
2323
"product": "4.1.2",
2424
"python": "3.9",
2525
"cyclonedx_bom": "6.0.0",
26-
"vector": "0.46.1",
26+
"vector": "0.47.0",
2727
"shared/statsd-exporter": "0.28.0",
2828
"authlib": "1.2.1", # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
2929
"stackable-base": "1.0.0",

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.46.1",
3+
"product": "0.47.0",
44
"rpm_release": "1",
55
"stackable-base": "1.0.0",
66
"inotify_tools": "3.22.1.0-1.el9",

0 commit comments

Comments
 (0)