Skip to content

Commit 27e09e9

Browse files
authored
chore: Bump to stackable-operator 0.106.1 (#808)
* chore: Bump to stackable-operator 0.106.1 * Fix rustls problems * Another rustls fix * nix
1 parent f0af4cc commit 27e09e9

10 files changed

Lines changed: 6193 additions & 2331 deletions

File tree

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/opa-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 = [
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.106.1", features = [
1515
"telemetry",
1616
"versioned",
1717
"webhook",
@@ -34,7 +34,8 @@ ldap3 = { version = "0.12", features = ["gssapi", "tls"] }
3434
moka = { version = "0.12", features = ["future"] }
3535
native-tls = "0.2.12"
3636
pin-project = "1.1"
37-
reqwest = { version = "0.12", features = ["json"] }
37+
reqwest = { version = "0.13", features = ["json", "form", "query"] }
38+
rustls = "0.23"
3839
rustls-pki-types = "1.13"
3940
semver = "1.0"
4041
serde = { version = "1.0", features = ["derive"] }
@@ -47,6 +48,6 @@ tracing = "0.1"
4748
url = "2.5"
4849
uuid = "1.10"
4950

50-
# [patch."https://github.com/stackabletech/operator-rs.git"]
51+
[patch."https://github.com/stackabletech/operator-rs.git"]
5152
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
5253
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

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)