Skip to content

Commit

Permalink
use operator-rs 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Oct 18, 2023
1 parent cc23be8 commit 5fbceee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
snafu = "0.7"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.54.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.55.0" }
strum = { version = "0.25", features = ["derive"] }
tokio = { version = "1.29", features = ["full"] }
tracing = "0.1"
tracing-futures = { version = "0.2", features = ["futures-03"] }

[patch."https://github.com/stackabletech/operator-rs.git"]
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
# [patch."https://github.com/stackabletech/operator-rs.git"]
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
2 changes: 1 addition & 1 deletion rust/crd/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use stackable_operator::duration::Duration;
use stackable_operator::time::Duration;

pub const DEFAULT_DFS_REPLICATION_FACTOR: u8 = 3;

Expand Down
2 changes: 1 addition & 1 deletion rust/crd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use stackable_operator::{
fragment::{Fragment, ValidationError},
merge::Merge,
},
duration::Duration,
k8s_openapi::{
api::core::v1::PodTemplateSpec,
apimachinery::pkg::{api::resource::Quantity, apis::meta::v1::LabelSelector},
Expand All @@ -37,6 +36,7 @@ use stackable_operator::{
role_utils::{GenericRoleConfig, Role, RoleGroup, RoleGroupRef},
schemars::{self, JsonSchema},
status::condition::{ClusterCondition, HasStatusCondition},
time::Duration,
};
use std::collections::{BTreeMap, HashMap};
use storage::{
Expand Down

0 comments on commit 5fbceee

Please sign in to comment.