Skip to content

Commit bb4c852

Browse files
committed
bump op-rs to 0.88.0
1 parent cd44a77 commit bb4c852

File tree

4 files changed

+27
-7
lines changed

4 files changed

+27
-7
lines changed

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/stackabletech/spark-k8s-operator"
1313
stackable-versioned = { git = "https://github.com/stackabletech/operator-rs.git", features = [
1414
"k8s",
1515
], tag = "stackable-versioned-0.5.0" }
16-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.87.2" }
16+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.88.0" }
1717
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
1818

1919
anyhow = "1.0"
@@ -33,7 +33,6 @@ tracing = "0.1"
3333
tracing-futures = { version = "0.2", features = ["futures-03"] }
3434
indoc = "2"
3535

36-
# TODO: revert before merging
37-
[patch."https://github.com/stackabletech/operator-rs.git"]
36+
# [patch."https://github.com/stackabletech/operator-rs.git"]
3837
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
39-
stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
38+
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

crate-hashes.json

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

0 commit comments

Comments
 (0)