Skip to content

Commit

Permalink
bump controller version in tembo-stacks (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Mar 7, 2024
1 parent b24dbea commit 6ac1c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tembo-stacks/Cargo.lock

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

2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ 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"
tembo-controller = { package = "controller", version = "0.37.13" }
tembo-controller = { package = "controller", version = "0.38.1" }
tracing = "0.1"
utoipa = { version = "3", features = ["actix_extras", "chrono"] }

0 comments on commit 6ac1c9e

Please sign in to comment.