Skip to content

Commit

Permalink
Patch op-rs version to use one that fixes SUP-148. (#498)
Browse files Browse the repository at this point in the history
* Patch op-rs version to use one that fixes SUP-148.

* use op-rs 0.82.0

* Regenerate Nix files

---------

Co-authored-by: Siegfried Weber <[email protected]>
  • Loading branch information
maltesander and siegfriedweber authored Nov 25, 2024
1 parent ab33c0d commit afb3abb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.nix

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
snafu = "0.8"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.80.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.82.0" }
strum = { version = "0.26", features = ["derive"] }
tokio = { version = "1.39", features = ["full"] }
tracing = "0.1"
Expand Down
6 changes: 3 additions & 3 deletions crate-hashes.json

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

2 changes: 2 additions & 0 deletions rust/operator-binary/src/history/history_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,8 @@ fn build_service(
})
}

// TODO: This function should be replaced with operator-rs build_rbac_resources.
// See: https://github.com/stackabletech/spark-k8s-operator/issues/499
#[allow(clippy::result_large_err)]
fn build_history_role_serviceaccount(
shs: &SparkHistoryServer,
Expand Down

0 comments on commit afb3abb

Please sign in to comment.