Skip to content

Commit f6eb719

Browse files
chore: Bump to stackable-operator to branch with kube fix (#902)
* chore: Bump to stackable-operator 0.106.1 * chore: Bump stackable-operator for kube-rs 3.1.0-pre * chore: Remove dead code * chore: derive Default --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech> Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent c74596b commit f6eb719

File tree

9 files changed

+2943
-1402
lines changed

9 files changed

+2943
-1402
lines changed

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/nifi-operator"
1111

1212
[workspace.dependencies]
1313
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.8.0" }
14-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.105.0", features = ["telemetry", "versioned", "webhook"] }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", branch = "kube-pre-3.1.0", features = ["telemetry", "versioned", "webhook"] }
1515

1616
anyhow = "1.0"
1717
built = { version = "0.8", features = ["chrono", "git2"] }
@@ -20,10 +20,8 @@ const_format = "0.2"
2020
fnv = "1.0"
2121
futures = { version = "0.3", features = ["compat"] }
2222
indoc = "2.0"
23-
# We pin the kube version, as we use a patch for 2.0.1 below
24-
kube = "=2.0.1"
2523
pin-project = "1.1"
26-
rand = "0.9"
24+
rand = "0.10"
2725
rstest = "0.26"
2826
semver = "1.0"
2927
serde = { version = "1.0", features = ["derive"] }
@@ -39,6 +37,3 @@ xml-rs = "1.0"
3937
# [patch."https://github.com/stackabletech/operator-rs.git"]
4038
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
4139
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
42-
43-
[patch.crates-io]
44-
kube = { git = "https://github.com/stackabletech/kube-rs", branch = "2.0.1-fix-schema-hoisting" }

crate-hashes.json

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

0 commit comments

Comments
 (0)