Skip to content

Commit

Permalink
build(deps): bump kube, k8s-metrics and amp-common versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Sep 6, 2024
1 parent 839dd2c commit 65c9c4a
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 36 deletions.
138 changes: 108 additions & 30 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.9.0"
version = "0.9.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/amphitheatre-app/amphitheatre"
Expand All @@ -22,18 +22,18 @@ members = [
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table
[workspace.dependencies]
amp-builder = { path = "builder" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.0" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.1" }
amp-resolver = { path = "resolver" }
amp-resources = { path = "resources" }
amp-workflow = { path = "workflow" }
anyhow = "1.0.86"
async-nats = "0.35.1"
async-nats = "0.36.0"
async-trait = "0.1.82"
clap = { version = "4.5.16", features = ["derive", "env"] }
dotenv = "0.15.0"
futures = "0.3.30"
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_30"] }
kube = { version = "0.91.0", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "latest"] }
kube = { version = "0.93.1", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
lazy_static = "1.5.0"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
Expand Down
2 changes: 1 addition & 1 deletion resources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "K8s resources manager for the Amphitheatre platform"
[dependencies]
amp-common.workspace = true
anyhow.workspace = true
k8s-metrics = "0.16.0"
k8s-metrics = "0.18.0"
k8s-openapi.workspace = true
kube.workspace = true
lazy_static.workspace = true
Expand Down

0 comments on commit 65c9c4a

Please sign in to comment.