Skip to content

Commit d5de93f

Browse files
committed
bump stackable-operator and stackable-versioned
1 parent 3721989 commit d5de93f

File tree

4 files changed

+71
-70
lines changed

4 files changed

+71
-70
lines changed

Cargo.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

+39-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-5
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,16 @@ serde = { version = "1.0", features = ["derive"] }
2323
serde_json = "1.0"
2424
serde_yaml = "0.9"
2525
snafu = "0.8"
26-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.87.2" }
27-
stackable-versioned = { git = "https://github.com/stackabletech/operator-rs.git", features = ["k8s"], tag = "stackable-versioned-0.6.0" }
26+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.87.4" }
27+
stackable-versioned = { git = "https://github.com/stackabletech/operator-rs.git", features = ["k8s"], tag = "stackable-versioned-0.7.0" }
2828
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
2929
strum = { version = "0.27", features = ["derive"] }
3030
tokio = { version = "1.40", features = ["full"] }
3131
tokio-zookeeper = "0.4"
3232
tracing = "0.1"
3333

34-
[patch."https://github.com/stackabletech/operator-rs"]
34+
#[patch."https://github.com/stackabletech/operator-rs"]
3535
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
36-
stackable-versioned = { git = "https://github.com/stackabletech//operator-rs.git", features = ["k8s"], branch = "chore/bump-kube-update-status-option-type"}
37-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "chore/bump-kube-update-status-option-type"}
3836

3937
[patch.crates-io]
4038
# tokio-zookeeper = { path = "../tokio-zookeeper" }

crate-hashes.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)