Skip to content
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
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/update-base-vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Add/Change/Remove anything that isn't applicable anymore
- [ ] Update `versions.py` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
- [ ] Update all `versions.py` files which reference vector.
- [ ] Upload new version (see `vector/upload_new_vector_version.sh`).
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
- [ ] Update other dependencies if applicable (eg: inotify_tools, etc).
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
- [ ] Update the version in demos. Add the PR(s) to the list below.
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
- ubi9-rust-builder: Bump ubi9 base image ([#1253]).
- stackable-base: Bump ubi9 base image ([#1253]).
- stackable-devel: Bump ubi9 base image and update cargo-auditable to `0.7.0` ([#1253]).
- vector: Bump to `0.49.0` ([#1258]).

### Removed

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

## [25.7.0] - 2025-07-23

Expand Down
8 changes: 4 additions & 4 deletions airflow/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions."2.9.3".local-images]
"shared/statsd-exporter" = "0.28.0"
vector = "0.47.0"
vector = "0.49.0"

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

[versions."2.10.4".local-images]
"shared/statsd-exporter" = "0.28.0"
vector = "0.47.0"
vector = "0.49.0"

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

[versions."2.10.5".local-images]
"shared/statsd-exporter" = "0.28.0"
vector = "0.47.0"
vector = "0.49.0"

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

[versions."3.0.1".local-images]
"shared/statsd-exporter" = "0.28.0"
vector = "0.47.0"
vector = "0.49.0"

[versions."3.0.1".build-arguments]
python-version = "3.12"
Expand Down
14 changes: 7 additions & 7 deletions java-base/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions."8".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."11".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."17".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."21".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."22".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."23".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."24".local-images]
vector = "0.47.0"
vector = "0.49.0"
14 changes: 7 additions & 7 deletions jdk-base/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions."8".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."11".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."17".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."21".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."22".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."23".local-images]
vector = "0.47.0"
vector = "0.49.0"

[versions."24".local-images]
vector = "0.47.0"
vector = "0.49.0"
4 changes: 2 additions & 2 deletions opa/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Version 1.4.2
[versions."1.4.2".local-images]
stackable-devel = "1.0.0"
vector = "0.47.0"
vector = "0.49.0"

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

# Version 1.0.1
[versions."1.0.1".local-images]
stackable-devel = "1.0.0"
vector = "0.47.0"
vector = "0.49.0"

[versions."1.0.1".build-arguments]
golang-version = "1.23.9"
6 changes: 3 additions & 3 deletions spark-k8s/boil-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
java-base = "17"
java-devel = "17"
hbase = "2.6.2" # Current Stackable LTS version. Used to build the HBase connector.
vector = "0.47.0"
vector = "0.49.0"

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

[versions."3.5.6".build-arguments]
python-version = "3.11"
Expand All @@ -41,7 +41,7 @@ hbase-connector-version = "1.0.1"
java-base = "17"
java-devel = "17"
hbase = "2.6.2"
vector = "0.47.0"
vector = "0.49.0"

[versions."4.0.0".build-arguments]
python-version = "3.11"
Expand Down
6 changes: 3 additions & 3 deletions superset/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions."4.0.2".local-images]
"shared/statsd-exporter" = "0.28.0"
stackable-base = "1.0.0"
vector = "0.47.0"
vector = "0.49.0"

[versions."4.0.2".build-arguments]
cyclonedx-bom-version = "6.0.0"
Expand All @@ -13,7 +13,7 @@ uv-version = "0.7.3"
[versions."4.1.1".local-images]
"shared/statsd-exporter" = "0.28.0"
stackable-base = "1.0.0"
vector = "0.47.0"
vector = "0.49.0"

[versions."4.1.1".build-arguments]
cyclonedx-bom-version = "6.0.0"
Expand All @@ -26,7 +26,7 @@ uv-version = "0.7.3"
[versions."4.1.2".local-images]
"shared/statsd-exporter" = "0.28.0"
stackable-base = "1.0.0"
vector = "0.47.0"
vector = "0.49.0"

[versions."4.1.2".build-arguments]
cyclonedx-bom-version = "6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions vector/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions."0.47.0".local-images]
[versions."0.49.0".local-images]
stackable-base = "1.0.0"

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