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
6 changes: 3 additions & 3 deletions airflow/boil-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Deprecated since SDP 25.11
[versions."2.9.3".local-images]
"shared/statsd-exporter" = "0.28.0"
vector = "0.52.0"
vector = "0.55.0"
stackable-devel = "1.0.0"

[versions."2.9.3".build-arguments]
Expand All @@ -21,7 +21,7 @@ nodejs-version = "20"
# LTS
[versions."3.0.6".local-images]
"shared/statsd-exporter" = "0.28.0"
vector = "0.52.0"
vector = "0.55.0"
stackable-devel = "1.0.0"

[versions."3.0.6".build-arguments]
Expand Down Expand Up @@ -57,7 +57,7 @@ nodejs-version = "20"
# Supported
[versions."3.1.6".local-images]
"shared/statsd-exporter" = "0.28.0"
vector = "0.52.0"
vector = "0.55.0"
stackable-devel = "1.0.0"

[versions."3.1.6".build-arguments]
Expand Down
12 changes: 6 additions & 6 deletions java-base/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions."8".local-images]
vector = "0.52.0"
vector = "0.55.0"

[versions."11".local-images]
vector = "0.52.0"
vector = "0.55.0"

[versions."17".local-images]
vector = "0.52.0"
vector = "0.55.0"

[versions."21".local-images]
vector = "0.52.0"
vector = "0.55.0"

[versions."24".local-images]
vector = "0.52.0"
vector = "0.55.0"

[versions."25".local-images]
vector = "0.52.0"
vector = "0.55.0"
4 changes: 2 additions & 2 deletions jdk-base/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions."21".local-images]
vector = "0.52.0"
vector = "0.55.0"

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

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

# Version 1.12.3
[versions."1.12.3".local-images]
stackable-devel = "1.0.0"
vector = "0.52.0"
vector = "0.55.0"

[versions."1.12.3".build-arguments]
golang-version = "1.24.6"
4 changes: 2 additions & 2 deletions opensearch-dashboards/boil-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[versions."3.1.0".local-images]
stackable-devel = "1.0.0"
vector = "0.52.0"
vector = "0.55.0"
"opensearch-dashboards/alerting-dashboards-plugin" = "3.1.0.0"
"opensearch-dashboards/anomaly-detection-dashboards-plugin" = "3.1.0.0"
"opensearch-dashboards/dashboards-assistant" = "3.1.0.0"
Expand Down Expand Up @@ -44,7 +44,7 @@ stackable-devel = "1.0.0"
"opensearch-dashboards/security-analytics-dashboards-plugin" = "3.4.0.0"
"opensearch-dashboards/security-dashboards-plugin" = "3.4.0.0"
"opensearch-dashboards/opensearch-build" = "3.4.0"
"vector" = "0.52.0"
"vector" = "0.55.0"

[versions."3.4.0".build-arguments]
nodejs-version = "20.19.6"
Expand Down
4 changes: 2 additions & 2 deletions superset/boil-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[versions."4.1.4".local-images]
"shared/statsd-exporter" = "0.28.0"
stackable-devel = "1.0.0"
vector = "0.52.0"
vector = "0.55.0"

[versions."4.1.4".build-arguments]
cyclonedx-bom-version = "6.0.0"
Expand All @@ -19,7 +19,7 @@ nvm-version = "v0.40.4"
[versions."6.0.0".local-images]
"shared/statsd-exporter" = "0.28.0"
stackable-devel = "1.0.0"
vector = "0.52.0"
vector = "0.55.0"

[versions."6.0.0".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,13 +1,13 @@
[metadata.registries]
"oci.stackable.tech" = { namespace = "sdp" }

[versions."0.52.0".local-images]
[versions."0.55.0".local-images]
# We need to point to a special version of stackable-devel which will have the
# correct toolchain to build vector.
stackable-devel = "vector-build"
stackable-base = "1.0.0"

[versions."0.52.0".build-arguments]
[versions."0.55.0".build-arguments]
# See .scripts/upload_new_protoc_version.sh
# Unsure which version is used by vector. They seem to install `buf` in workflows.
protoc-version = "31.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mirror = "https://github.com/stackabletech/vector.git"
base = "ca5bf2690ffcfc2c95d320cf7156b1df1b28a080"
base = "cf8de830c6060629092397fd2334fc0f0219363a"
Loading