Skip to content

Commit 1ccdabf

Browse files
committed
bump op-rs to 0.112.0
1 parent 155858f commit 1ccdabf

5 files changed

Lines changed: 52 additions & 51 deletions

File tree

Cargo.lock

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

Cargo.nix

Lines changed: 29 additions & 29 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ edition = "2024"
1010
repository = "https://github.com/stackabletech/opa-operator"
1111

1212
[workspace.dependencies]
13-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", rev = "57d8d1270016fdbe159fdf39b60cd02b465935af", features = ["webhook"] }
13+
#stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", rev = "57d8d1270016fdbe159fdf39b60cd02b465935af", features = ["webhook"] }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.112.0", features = ["webhook"] }
1415
krb5 = { git = "https://github.com/stackabletech/krb5-rs.git", tag = "v0.1.0" }
1516

1617
anyhow = "1.0"
@@ -50,5 +51,5 @@ url = "2.5"
5051
uuid = "1.10"
5152

5253
[patch."https://github.com/stackabletech/operator-rs.git"]
53-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "smooth-operator" }
54+
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "smooth-operator" }
5455
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

crate-hashes.json

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

rust/operator-binary/src/controller/validate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub enum Error {
5858

5959
#[snafu(display("failed to parse environment variable name {name:?}"))]
6060
ParseEnvVarName {
61-
source: stackable_operator::v2::builder::pod::container::Error,
61+
source: stackable_operator::v2::macros::attributed_string_type::Error,
6262
name: String,
6363
},
6464

0 commit comments

Comments
 (0)