Skip to content

Commit afb3abb

Browse files
Patch op-rs version to use one that fixes SUP-148. (#498)
* 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]>
1 parent ab33c0d commit afb3abb

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
serde_yaml = "0.9"
2323
snafu = "0.8"
24-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.80.0" }
24+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.82.0" }
2525
strum = { version = "0.26", features = ["derive"] }
2626
tokio = { version = "1.39", features = ["full"] }
2727
tracing = "0.1"

crate-hashes.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/operator-binary/src/history/history_controller.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,8 @@ fn build_service(
659659
})
660660
}
661661

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

0 commit comments

Comments
 (0)