Skip to content

Commit

Permalink
move Stacks objects to tembo-stacks (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored May 7, 2024
1 parent 3b54a83 commit 49cd87c
Show file tree
Hide file tree
Showing 5 changed files with 633 additions and 12 deletions.
11 changes: 6 additions & 5 deletions tembo-stacks/Cargo.lock

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

7 changes: 4 additions & 3 deletions tembo-stacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tembo-stacks"
description = "Tembo Stacks for Postgres"
version = "0.6.0"
version = "0.7.0"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -11,14 +11,15 @@ repository = "https://github.com/tembo-io/tembo"
[dependencies]
anyhow = "1.0.71"
futures = "0.3.28"
k8s-openapi = { version = "0.18.0", features = ["v1_25", "schemars"], default-features = false } # This version has to be in line with the same version we use in the controller
lazy_static = "1.4.0"
regex = "1.10.4"
schemars = {version = "0.8.12", features = ["chrono"]}
k8s-openapi = { version = "0.18.0", features = ["v1_25", "schemars"], default-features = false } # This version has to be in line with the same version we use in the controller
serde = "1.0.152"
serde_yaml = "0.9.21"
strum = "0.26.2"
strum_macros = "0.26.2"
tembo-controller = { package = "controller", version = "0.46.0" }
tembo-controller = { package = "controller", version = "0.47.0" }
tracing = "0.1"
utoipa = { version = "3", features = ["actix_extras", "chrono"] }

Expand Down
Loading

0 comments on commit 49cd87c

Please sign in to comment.