Skip to content

Commit

Permalink
0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed May 8, 2020
1 parent 1a21039 commit 2e2f51a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Select a version of `kube` along with the [generated k8s api types](https://gith

```toml
[dependencies]
kube = "0.33.0"
kube-derive = "0.33.0"
kube = "0.34.0"
kube-derive = "0.34.0"
k8s-openapi = { version = "0.8.0", default-features = false, features = ["v1_17"] }
```

Expand Down Expand Up @@ -196,7 +196,7 @@ or in `Cargo.toml`:

```toml
[dependencies]
kube = { version = "0.33.0", default-features = false, features = ["rustls-tls"] }
kube = { version = "0.34.0", default-features = false, features = ["rustls-tls"] }
k8s-openapi = { version = "0.8.0", default-features = false, features = ["v1_17"] }
```

Expand Down
2 changes: 1 addition & 1 deletion kube-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kube-derive"
description = "Custom derives for the kube kubernetes client library"
version = "0.33.0"
version = "0.34.0"
authors = ["clux <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion kube/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kube"
version = "0.33.0"
version = "0.34.0"
description = "Kubernetes client in futures controller runtime"
authors = [
"clux <[email protected]>",
Expand Down

0 comments on commit 2e2f51a

Please sign in to comment.