Skip to content

Commit e1cb0e1

Browse files
authored
chore(vector): Update image for 25.11.0 (#1258)
* Update boil configs and ISSUE_TEMPLATE * Add changelog entry
1 parent 5e5526b commit e1cb0e1

File tree

9 files changed

+30
-29
lines changed

9 files changed

+30
-29
lines changed

.github/ISSUE_TEMPLATE/update-base-vector.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Add/Change/Remove anything that isn't applicable anymore
3636
- [ ] Update `versions.py` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
3737
- [ ] Update all `versions.py` files which reference vector.
3838
- [ ] Upload new version (see `vector/upload_new_vector_version.sh`).
39-
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
4039
- [ ] Update other dependencies if applicable (eg: inotify_tools, etc).
4140
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
4241
- [ ] Update the version in demos. Add the PR(s) to the list below.

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
- ubi9-rust-builder: Bump ubi9 base image ([#1253]).
2222
- stackable-base: Bump ubi9 base image ([#1253]).
2323
- stackable-devel: Bump ubi9 base image and update cargo-auditable to `0.7.0` ([#1253]).
24+
- vector: Bump to `0.49.0` ([#1258]).
2425

2526
### Removed
2627

@@ -37,6 +38,7 @@ All notable changes to this project will be documented in this file.
3738
[#1230]: https://github.com/stackabletech/docker-images/pull/1230
3839
[#1247]: https://github.com/stackabletech/docker-images/pull/1247
3940
[#1253]: https://github.com/stackabletech/docker-images/pull/1253
41+
[#1258]: https://github.com/stackabletech/docker-images/pull/1258
4042

4143
## [25.7.0] - 2025-07-23
4244

airflow/boil-config.toml

Lines changed: 4 additions & 4 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.47.0"
3+
vector = "0.49.0"
44

55
[versions."2.9.3".build-arguments]
66
python-version = "3.9"
@@ -14,7 +14,7 @@ opa-auth-manager = "airflow-2"
1414

1515
[versions."2.10.4".local-images]
1616
"shared/statsd-exporter" = "0.28.0"
17-
vector = "0.47.0"
17+
vector = "0.49.0"
1818

1919
[versions."2.10.4".build-arguments]
2020
python-version = "3.12"
@@ -28,7 +28,7 @@ opa-auth-manager = "airflow-2"
2828

2929
[versions."2.10.5".local-images]
3030
"shared/statsd-exporter" = "0.28.0"
31-
vector = "0.47.0"
31+
vector = "0.49.0"
3232

3333
[versions."2.10.5".build-arguments]
3434
python-version = "3.12"
@@ -42,7 +42,7 @@ opa-auth-manager = "airflow-2"
4242

4343
[versions."3.0.1".local-images]
4444
"shared/statsd-exporter" = "0.28.0"
45-
vector = "0.47.0"
45+
vector = "0.49.0"
4646

4747
[versions."3.0.1".build-arguments]
4848
python-version = "3.12"

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.47.0"
2+
vector = "0.49.0"
33

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

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

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

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

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

1919
[versions."24".local-images]
20-
vector = "0.47.0"
20+
vector = "0.49.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.47.0"
2+
vector = "0.49.0"
33

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

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

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

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

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

1919
[versions."24".local-images]
20-
vector = "0.47.0"
20+
vector = "0.49.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.4.2
22
[versions."1.4.2".local-images]
33
stackable-devel = "1.0.0"
4-
vector = "0.47.0"
4+
vector = "0.49.0"
55

66
[versions."1.4.2".build-arguments]
77
golang-version = "1.23.9"
88

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

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

spark-k8s/boil-config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
java-base = "17"
44
java-devel = "17"
55
hbase = "2.6.2" # Current Stackable LTS version. Used to build the HBase connector.
6-
vector = "0.47.0"
6+
vector = "0.49.0"
77

88
[versions."3.5.5".build-arguments]
99
python-version = "3.11"
@@ -22,7 +22,7 @@ hbase-connector-version = "1.0.1"
2222
java-base = "17"
2323
java-devel = "17"
2424
hbase = "2.6.2" # Current Stackable LTS version. Used to build the HBase connector.
25-
vector = "0.47.0"
25+
vector = "0.49.0"
2626

2727
[versions."3.5.6".build-arguments]
2828
python-version = "3.11"
@@ -41,7 +41,7 @@ hbase-connector-version = "1.0.1"
4141
java-base = "17"
4242
java-devel = "17"
4343
hbase = "2.6.2"
44-
vector = "0.47.0"
44+
vector = "0.49.0"
4545

4646
[versions."4.0.0".build-arguments]
4747
python-version = "3.11"

superset/boil-config.toml

Lines changed: 3 additions & 3 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-base = "1.0.0"
4-
vector = "0.47.0"
4+
vector = "0.49.0"
55

66
[versions."4.0.2".build-arguments]
77
cyclonedx-bom-version = "6.0.0"
@@ -13,7 +13,7 @@ uv-version = "0.7.3"
1313
[versions."4.1.1".local-images]
1414
"shared/statsd-exporter" = "0.28.0"
1515
stackable-base = "1.0.0"
16-
vector = "0.47.0"
16+
vector = "0.49.0"
1717

1818
[versions."4.1.1".build-arguments]
1919
cyclonedx-bom-version = "6.0.0"
@@ -26,7 +26,7 @@ uv-version = "0.7.3"
2626
[versions."4.1.2".local-images]
2727
"shared/statsd-exporter" = "0.28.0"
2828
stackable-base = "1.0.0"
29-
vector = "0.47.0"
29+
vector = "0.49.0"
3030

3131
[versions."4.1.2".build-arguments]
3232
cyclonedx-bom-version = "6.0.0"

vector/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[versions."0.47.0".local-images]
1+
[versions."0.49.0".local-images]
22
stackable-base = "1.0.0"
33

4-
[versions."0.47.0".build-arguments]
4+
[versions."0.49.0".build-arguments]
55
inotify-tools = "3.22.1.0-1.el9"
66
rpm-release = "1"

0 commit comments

Comments
 (0)