Skip to content

Commit

Permalink
tembo-cli: update tembo-stacks imports (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored May 7, 2024
1 parent ca53c6d commit 61d17bf
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 26 deletions.
61 changes: 38 additions & 23 deletions tembo-cli/Cargo.lock

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

4 changes: 2 additions & 2 deletions tembo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tokio = { version = "1.26.0", features = [
"sync",
] }
dirs = "5.0.1"
controller = "0.41.0"
controller = "0.47.0"
sqlx = { version = "0.7.3", features = ["runtime-tokio-native-tls", "postgres", "chrono", "json"] }
base64 = "0.21.5"
colorful = "0.2.2"
Expand All @@ -72,7 +72,7 @@ tiny-gradient = "0.1.0"
urlencoding = "2.1.3"
spinoff = "0.8.0"
k8s-openapi = { version = "0.18.0", features = ["v1_25", "schemars"], default-features = false }
tembo-stacks = "0.4.1"
tembo-stacks = "0.7.0"
itertools = "0.12.1"
random-string = "1.1.0"
test-case = "=2.0.0-rc2"
Expand Down
2 changes: 1 addition & 1 deletion tembo-cli/src/cmd/apply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use controller::app_service::types::EnvVar;
use controller::extensions::types::Extension as ControllerExtension;
use controller::extensions::types::ExtensionInstallLocation as ControllerExtensionInstallLocation;
use controller::extensions::types::TrunkInstall as ControllerTrunkInstall;
use controller::stacks::types::Stack;
use itertools::Itertools;
use log::info;
use spinoff::spinners;
Expand All @@ -27,6 +26,7 @@ use tembo_stacks::apps::app::merge_app_reqs;
use tembo_stacks::apps::app::merge_options;
use tembo_stacks::apps::types::MergedConfigs;
use tembo_stacks::stacks::get_stack;
use tembo_stacks::stacks::types::Stack;
use tembo_stacks::stacks::types::StackType as ControllerStackType;
use temboclient::apis::instance_api::patch_instance;
use temboclient::models::ExtensionStatus;
Expand Down

0 comments on commit 61d17bf

Please sign in to comment.