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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ All notable changes to this project will be documented in this file.

- Support for Spark versions 3.5.5 has been dropped ([#610]).

### Changed

- Bump stackable-operator to `0.100.1` and product-config to `0.8.0` ([#622]).

[#589]: https://github.com/stackabletech/spark-k8s-operator/pull/589
[#603]: https://github.com/stackabletech/spark-k8s-operator/pull/603
[#608]: https://github.com/stackabletech/spark-k8s-operator/pull/608
Expand All @@ -43,6 +47,7 @@ All notable changes to this project will be documented in this file.
[#615]: https://github.com/stackabletech/spark-k8s-operator/pull/615
[#617]: https://github.com/stackabletech/spark-k8s-operator/pull/617
[#619]: https://github.com/stackabletech/spark-k8s-operator/pull/619
[#622]: https://github.com/stackabletech/spark-k8s-operator/pull/622

## [25.7.0] - 2025-07-23

Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/spark-k8s-operator"

[workspace.dependencies]
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.8.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.99.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.100.1" }

anyhow = "1.0"
built = { version = "0.8", features = ["chrono", "git2"] }
Expand All @@ -27,7 +27,7 @@ serde_json = "1.0"
serde_yaml = "0.9"
snafu = "0.8"
strum = { version = "0.27", features = ["derive"] }
tokio = { version = "1.39", features = ["full"] }
tokio = { version = "1.40", features = ["full"] }
tracing = "0.1"
tracing-futures = { version = "0.2", features = ["futures-03"] }
indoc = "2"
Expand Down
14 changes: 7 additions & 7 deletions crate-hashes.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading