File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
12
12
13
13
### Changed
14
14
15
+ - ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
15
16
- spark-k8s: Include spark-connect jars. Replace OpenJDK with Temurin JDK. Cleanup. ([ #1034 ] )
16
17
17
18
### Fixed
@@ -24,6 +25,7 @@ All notable changes to this project will be documented in this file.
24
25
[ #1034 ] : https://github.com/stackabletech/docker-images/pull/1034
25
26
[ #1042 ] : https://github.com/stackabletech/docker-images/pull/1042
26
27
[ #1044 ] : https://github.com/stackabletech/docker-images/pull/1044
28
+ [ #1050 ] : https://github.com/stackabletech/docker-images/pull/1050
27
29
28
30
## [ 25.3.0] - 2025-03-21
29
31
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ LABEL maintainer="Stackable GmbH"
13
13
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
14
14
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
15
15
# renovate: datasource=github-releases packageName=rust-lang/rust
16
- ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1
16
+ ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.85.0
17
17
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
18
18
# renovate: datasource=crate packageName=cargo-cyclonedx
19
- ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.5
19
+ ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
20
20
# Find the latest version here: https://crates.io/crates/cargo-auditable
21
21
# renovate: datasource=crate packageName=cargo-auditable
22
- ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.4
22
+ ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.6
23
23
# Find the latest version here: https://github.com/protocolbuffers/protobuf/releases
24
24
# Upload any newer version to nexus with ./.scripts/upload_new_protoc_version.sh
25
25
# renovate: datasource=github-releases packageName=protocolbuffers/protobuf
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ LABEL maintainer="Stackable GmbH"
10
10
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
11
11
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
12
12
# renovate: datasource=github-releases packageName=rust-lang/rust
13
- ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1
13
+ ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.85.0
14
14
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
15
15
# renovate: datasource=crate packageName=cargo-cyclonedx
16
- ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.5
16
+ ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
17
17
# Find the latest version here: https://crates.io/crates/cargo-auditable
18
18
# renovate: datasource=crate packageName=cargo-auditable
19
- ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.4
19
+ ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.6
20
20
# Find the latest version here: https://github.com/protocolbuffers/protobuf/releases
21
21
# Upload any newer version to nexus with ./.scripts/upload_new_protoc_version.sh
22
22
# renovate: datasource=github-releases packageName=protocolbuffers/protobuf
You can’t perform that action at this time.
0 commit comments