Skip to content

Commit 9fb2353

Browse files
authored
chore: Bump vector to 0.52.0 for SDP 26.3.0 (#1387)
* chore(vector): Bump vector to 0.52.0 I ran the following (to make an empty patchset) ```sh cargo patchable init version "vector" "0.52.0" --base="v0.52.0" --mirror ``` * chore(vector): Bump vector version for products * chore: Update changelog * chore(vector): Add missing version bump (removed quotes on key) * chore(vector): Remove unused reference to the vector image * fix(vector): Add clang dep to make vector build * chore(vector): Add missing version bump * chore(vector): Add docs
1 parent 5acac8d commit 9fb2353

File tree

13 files changed

+59
-323
lines changed

13 files changed

+59
-323
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
2121
- testing-tools: fix: add kubectl and openssl ([#1367]).
2222
- trino: Backport Kafka offset handling to 477 ([#1373]).
2323
- ubi: Bumped ubi9 and ubi10 hashes ([#1386]).
24+
- vector: Bumped from 0.49.0 to 0.52.0 ([#1387]).
2425

2526
### Removed
2627

@@ -38,6 +39,7 @@ All notable changes to this project will be documented in this file.
3839
[#1367]: https://github.com/stackabletech/docker-images/pull/1367
3940
[#1373]: https://github.com/stackabletech/docker-images/pull/1373
4041
[#1386]: https://github.com/stackabletech/docker-images/pull/1386
42+
[#1387]: https://github.com/stackabletech/docker-images/pull/1387
4143

4244
## [25.11.0] - 2025-11-07
4345

airflow/boil-config.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions."2.9.3".local-images]
22
"shared/statsd-exporter" = "0.28.0"
3-
vector = "0.49.0"
3+
vector = "0.52.0"
44
stackable-devel = "1.0.0"
55

66
[versions."2.9.3".build-arguments]
@@ -16,7 +16,7 @@ nodejs-version = "20"
1616

1717
[versions."2.10.5".local-images]
1818
"shared/statsd-exporter" = "0.28.0"
19-
vector = "0.49.0"
19+
vector = "0.52.0"
2020
stackable-devel = "1.0.0"
2121

2222
[versions."2.10.5".build-arguments]
@@ -32,7 +32,7 @@ nodejs-version = "20"
3232

3333
[versions."3.0.1".local-images]
3434
"shared/statsd-exporter" = "0.28.0"
35-
vector = "0.49.0"
35+
vector = "0.52.0"
3636
stackable-devel = "1.0.0"
3737

3838
[versions."3.0.1".build-arguments]
@@ -48,7 +48,7 @@ nodejs-version = "20"
4848

4949
[versions."3.0.6".local-images]
5050
"shared/statsd-exporter" = "0.28.0"
51-
vector = "0.49.0"
51+
vector = "0.52.0"
5252
stackable-devel = "1.0.0"
5353

5454
[versions."3.0.6".build-arguments]
@@ -61,22 +61,22 @@ uv-version = "0.7.8"
6161

6262
# Airflow extras are defined in separate lists to make them easier to check against the links below. The lists will be concatenated and duplicates removed in the dockerfile.
6363
# See https://airflow.apache.org/docs/apache-airflow/3.0.6/extra-packages-ref.html#core-airflow-extras
64-
airflow-extras-core="async,graphviz,kerberos,otel,sentry,standard,statsd"
64+
airflow-extras-core = "async,graphviz,kerberos,otel,sentry,standard,statsd"
6565

6666
# See https://airflow.apache.org/docs/apache-airflow/3.0.6/extra-packages-ref.html#meta-airflow-package-extras
67-
airflow-extras-meta="aiobotocore,cloudpickle,github-enterprise,google-auth,graphviz,ldap,leveldb,pandas,polars,rabbitmq,s3fs,saml,uv"
67+
airflow-extras-meta = "aiobotocore,cloudpickle,github-enterprise,google-auth,graphviz,ldap,leveldb,pandas,polars,rabbitmq,s3fs,saml,uv"
6868

6969
# See https://airflow.apache.org/docs/apache-airflow/3.0.6/extra-packages-ref.html#apache-software-extras
70-
airflow-extras-provider-apache="apache-beam,apache-cassandra,apache-drill,apache-druid,apache-flink,apache-hdfs,apache-hive,apache-iceberg,apache-impala,apache-kafka,apache-kylin,apache-livy,apache-pig,apache-pinot"
70+
airflow-extras-provider-apache = "apache-beam,apache-cassandra,apache-drill,apache-druid,apache-flink,apache-hdfs,apache-hive,apache-iceberg,apache-impala,apache-kafka,apache-kylin,apache-livy,apache-pig,apache-pinot"
7171

7272
# See https://airflow.apache.org/docs/apache-airflow/3.0.6/extra-packages-ref.html#external-services-extras
73-
airflow-extras-external-services="airbyte,alibaba,apprise,amazon,asana,atlassian-jira,microsoft-azure,cloudant,cohere,databricks,datadog,dbt-cloud,dingding,discord,facebook,github,google,hashicorp,openai,opsgenie,pagerduty,pgvector,pinecone,qdrant,salesforce,sendgrid,segment,slack,snowflake,tableau,tabular,telegram,vertica,weaviate,yandex,ydb,zendesk"
73+
airflow-extras-external-services = "airbyte,alibaba,apprise,amazon,asana,atlassian-jira,microsoft-azure,cloudant,cohere,databricks,datadog,dbt-cloud,dingding,discord,facebook,github,google,hashicorp,openai,opsgenie,pagerduty,pgvector,pinecone,qdrant,salesforce,sendgrid,segment,slack,snowflake,tableau,tabular,telegram,vertica,weaviate,yandex,ydb,zendesk"
7474

7575
# See https://airflow.apache.org/docs/apache-airflow/3.0.6/extra-packages-ref.html#locally-installed-software-extras
76-
airflow-extras-locally-installed-software="arangodb,celery,cncf-kubernetes,docker,edge3,elasticsearch,exasol,fab,git,github,influxdb,jenkins,mongo,microsoft-mssql,neo4j,odbc,openfaas,oracle,postgres,presto,redis,samba,singularity,teradata,trino"
76+
airflow-extras-locally-installed-software = "arangodb,celery,cncf-kubernetes,docker,edge3,elasticsearch,exasol,fab,git,github,influxdb,jenkins,mongo,microsoft-mssql,neo4j,odbc,openfaas,oracle,postgres,presto,redis,samba,singularity,teradata,trino"
7777

7878
# See https://airflow.apache.org/docs/apache-airflow/3.0.6/extra-packages-ref.html#other-extras
79-
airflow-extras-other="common-compat,common-io,common-messaging,common-sql,ftp,grpc,http,imap,jdbc,microsoft-psrp,microsoft-winrm,openlineage,opensearch,papermill,sftp,smtp,sqlite,ssh"
79+
airflow-extras-other = "common-compat,common-io,common-messaging,common-sql,ftp,grpc,http,imap,jdbc,microsoft-psrp,microsoft-winrm,openlineage,opensearch,papermill,sftp,smtp,sqlite,ssh"
8080

8181
opa-auth-manager = "airflow-3"
8282
nodejs-version = "20"

java-base/boil-config.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions."8".local-images]
2-
vector = "0.49.0"
2+
vector = "0.52.0"
33

44
[versions."11".local-images]
5-
vector = "0.49.0"
5+
vector = "0.52.0"
66

77
[versions."17".local-images]
8-
vector = "0.49.0"
8+
vector = "0.52.0"
99

1010
[versions."21".local-images]
11-
vector = "0.49.0"
11+
vector = "0.52.0"
1212

1313
[versions."22".local-images]
14-
vector = "0.49.0"
14+
vector = "0.52.0"
1515

1616
[versions."23".local-images]
17-
vector = "0.49.0"
17+
vector = "0.52.0"
1818

1919
[versions."24".local-images]
20-
vector = "0.49.0"
20+
vector = "0.52.0"

jdk-base/boil-config.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions."8".local-images]
2-
vector = "0.49.0"
2+
vector = "0.52.0"
33

44
[versions."11".local-images]
5-
vector = "0.49.0"
5+
vector = "0.52.0"
66

77
[versions."17".local-images]
8-
vector = "0.49.0"
8+
vector = "0.52.0"
99

1010
[versions."21".local-images]
11-
vector = "0.49.0"
11+
vector = "0.52.0"
1212

1313
[versions."22".local-images]
14-
vector = "0.49.0"
14+
vector = "0.52.0"
1515

1616
[versions."23".local-images]
17-
vector = "0.49.0"
17+
vector = "0.52.0"
1818

1919
[versions."24".local-images]
20-
vector = "0.49.0"
20+
vector = "0.52.0"

opa/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Version 1.8.0
22
[versions."1.8.0".local-images]
33
stackable-devel = "1.0.0"
4-
vector = "0.49.0"
4+
vector = "0.52.0"
55

66
[versions."1.8.0".build-arguments]
77
golang-version = "1.24.6"
88

99
# Version 1.4.2
1010
[versions."1.4.2".local-images]
1111
stackable-devel = "1.0.0"
12-
vector = "0.49.0"
12+
vector = "0.52.0"
1313

1414
[versions."1.4.2".build-arguments]
1515
golang-version = "1.23.9"

opensearch-dashboards/boil-config.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[versions."3.1.0".local-images]
22
stackable-devel = "1.0.0"
3-
"opensearch-dashboards/alerting-dashboards-plugin"= "3.1.0.0"
4-
"opensearch-dashboards/anomaly-detection-dashboards-plugin"= "3.1.0.0"
5-
"opensearch-dashboards/dashboards-assistant"= "3.1.0.0"
6-
"opensearch-dashboards/dashboards-flow-framework"= "3.1.0.0"
7-
"opensearch-dashboards/dashboards-maps"= "3.1.0.0"
8-
"opensearch-dashboards/dashboards-notifications"= "3.1.0.0"
9-
"opensearch-dashboards/dashboards-observability"= "3.1.0.0"
10-
"opensearch-dashboards/dashboards-query-workbench"= "3.1.0.0"
11-
"opensearch-dashboards/dashboards-reporting"= "3.1.0.0"
12-
"opensearch-dashboards/dashboards-search-relevance"= "3.1.0.0"
13-
"opensearch-dashboards/index-management-dashboards-plugin"= "3.1.0.0"
14-
"opensearch-dashboards/ml-commons-dashboards"= "3.1.0.0"
15-
"opensearch-dashboards/query-insights-dashboards"= "3.1.0.0"
16-
"opensearch-dashboards/security-analytics-dashboards-plugin"= "3.1.0.0"
17-
"opensearch-dashboards/security-dashboards-plugin"= "3.1.0.0"
18-
"opensearch-dashboards/opensearch-build"= "3.1.0"
19-
"vector" = "0.49.0"
3+
vector = "0.52.0"
4+
"opensearch-dashboards/alerting-dashboards-plugin" = "3.1.0.0"
5+
"opensearch-dashboards/anomaly-detection-dashboards-plugin" = "3.1.0.0"
6+
"opensearch-dashboards/dashboards-assistant" = "3.1.0.0"
7+
"opensearch-dashboards/dashboards-flow-framework" = "3.1.0.0"
8+
"opensearch-dashboards/dashboards-maps" = "3.1.0.0"
9+
"opensearch-dashboards/dashboards-notifications" = "3.1.0.0"
10+
"opensearch-dashboards/dashboards-observability" = "3.1.0.0"
11+
"opensearch-dashboards/dashboards-query-workbench" = "3.1.0.0"
12+
"opensearch-dashboards/dashboards-reporting" = "3.1.0.0"
13+
"opensearch-dashboards/dashboards-search-relevance" = "3.1.0.0"
14+
"opensearch-dashboards/index-management-dashboards-plugin" = "3.1.0.0"
15+
"opensearch-dashboards/ml-commons-dashboards" = "3.1.0.0"
16+
"opensearch-dashboards/query-insights-dashboards" = "3.1.0.0"
17+
"opensearch-dashboards/security-analytics-dashboards-plugin" = "3.1.0.0"
18+
"opensearch-dashboards/security-dashboards-plugin" = "3.1.0.0"
19+
"opensearch-dashboards/opensearch-build" = "3.1.0"
2020

2121
[versions."3.1.0".build-arguments]
2222
nodejs-version = "20.18.3"

spark-k8s/boil-config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
java-base = "17"
44
java-devel = "17"
55
hbase = "2.6.3"
6-
vector = "0.49.0"
76

87
[versions."3.5.6".build-arguments]
98
python-version = "3.11"
@@ -22,7 +21,6 @@ hbase-connector-version = "1.0.1"
2221
java-base = "17"
2322
java-devel = "17"
2423
hbase = "2.6.3"
25-
vector = "0.49.0"
2624

2725
[versions."3.5.7".build-arguments]
2826
python-version = "3.11"
@@ -41,7 +39,6 @@ hbase-connector-version = "1.0.1"
4139
java-base = "17"
4240
java-devel = "17"
4341
hbase = "2.6.3"
44-
vector = "0.49.0"
4542

4643
[versions."4.0.1".build-arguments]
4744
python-version = "3.11"

stackable-devel/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Used specifically by vector
44
[versions."vector-build".build-arguments]
55
# Use what upstream vector uses:
6-
# https://github.com/vectordotdev/vector/blob/v0.49.0/rust-toolchain.toml
7-
rust-default-toolchain-version = "1.88.0"
6+
# https://github.com/vectordotdev/vector/blob/v0.52.0/rust-toolchain.toml
7+
rust-default-toolchain-version = "1.91.1"

superset/boil-config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions."4.0.2".local-images]
22
"shared/statsd-exporter" = "0.28.0"
33
stackable-devel = "1.0.0"
4-
vector = "0.49.0"
4+
vector = "0.52.0"
55

66
[versions."4.0.2".build-arguments]
77
cyclonedx-bom-version = "6.0.0"
@@ -15,7 +15,7 @@ nodejs-version = "20"
1515
[versions."4.1.2".local-images]
1616
"shared/statsd-exporter" = "0.28.0"
1717
stackable-devel = "1.0.0"
18-
vector = "0.49.0"
18+
vector = "0.52.0"
1919

2020
[versions."4.1.2".build-arguments]
2121
cyclonedx-bom-version = "6.0.0"
@@ -29,7 +29,7 @@ nodejs-version = "20"
2929
[versions."4.1.4".local-images]
3030
"shared/statsd-exporter" = "0.28.0"
3131
stackable-devel = "1.0.0"
32-
vector = "0.49.0"
32+
vector = "0.52.0"
3333

3434
[versions."4.1.4".build-arguments]
3535
cyclonedx-bom-version = "6.0.0"
@@ -43,7 +43,7 @@ nodejs-version = "20"
4343
[versions."6.0.0-rc2".local-images]
4444
"shared/statsd-exporter" = "0.28.0"
4545
stackable-devel = "1.0.0"
46-
vector = "0.49.0"
46+
vector = "0.52.0"
4747

4848
[versions."6.0.0-rc2".build-arguments]
4949
cyclonedx-bom-version = "6.0.0"

vector/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ microdnf install \
2222
`# tar needed to create the source code snapshot before building the Rust code` \
2323
tar \
2424
`# needed for rdkafka-sys` \
25-
cyrus-sasl-devel
25+
cyrus-sasl-devel \
26+
`# needed for vector build (zstd-sys/bindgen)` \
27+
clang
2628
microdnf clean all
2729
rm -rf /var/cache/yum
2830
EOF

0 commit comments

Comments
 (0)