Skip to content

Commit d916da2

Browse files
committed
remove local patch for operator-rs
1 parent ad953ca commit d916da2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.toml

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

1212
[workspace.dependencies]
1313
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
14-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.89.1" }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.90.0" }
1515
stackable-telemetry = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-telemetry-0.4.0" }
1616
stackable-versioned = { git = "https://github.com/stackabletech/operator-rs.git", features = ["k8s"], tag = "stackable-versioned-0.7.1" }
1717

@@ -33,6 +33,6 @@ strum = { version = "0.27", features = ["derive"] }
3333
tokio = { version = "1.40", features = ["full"] }
3434
tracing = "0.1"
3535

36-
[patch."https://github.com/stackabletech/operator-rs.git"]
37-
stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
36+
# [patch."https://github.com/stackabletech/operator-rs.git"]
37+
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
3838
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }

rust/operator-binary/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use stackable_operator::{
2222
runtime::{
2323
events::{Recorder, Reporter}, reflector::ObjectRef, watcher, Controller
2424
}, ResourceExt,
25-
}, logging::controller::report_controller_reconciled, shared::yaml::SerializeOptions, YamlSchema
25+
}, logging::controller::report_controller_reconciled, shared::yaml::SerializeOptions,
2626
};
2727
use stackable_telemetry::{Tracing, tracing::settings::Settings};
2828
use tracing::level_filters::LevelFilter;

0 commit comments

Comments
 (0)