Skip to content

Commit

Permalink
Merge pull request #166 from aljoshare/chore/upgrade-kube-88-1
Browse files Browse the repository at this point in the history
Upgrade k8s-openapi to 0.21.0 and kube to 0.88.1
  • Loading branch information
aljoshare authored Feb 11, 2024
2 parents 9a8c091 + 68ecd81 commit fccfc79
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
29 changes: 14 additions & 15 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ publish = false

[dependencies]
tokio = { version = "1.36.0", features = ["full"] }
kube = { version = "0.87.2", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.20.0", features = ["v1_26"] }
kube = { version = "0.88.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.21.0", features = ["v1_24"] }
futures = "0.3.30"
futures-util = "0.3.28"
thiserror = "1.0.56"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,7 @@ Please deploy rūnō via the [available Helm chart](https://github.com/AljoschaP

- [kubernetes-secrets-generator](https://github.com/mittwald/kubernetes-secret-generator): A secrets generator written by the awesome guys of Mittwald. If you want to create SSH key pairs or Ingress Basic Auth, try the kubernetes-secrets-generator.
- [secretize](https://github.com/bbl/secretize): A plugin for kubectl, which generates Kubernetes secrets based on different data sources (e.g. AWS Secrets Manager, Azure Vault, Hashicorp Vault). If you don't want to deploy a component into your cluster, this one.

## Kubernetes Versions

Because rūnō uses [kube.rs](https://kube.rs), it matches its [compatibility matrix](https://kube.rs/kubernetes-version/), which usually matches the stable channel support of the major cloud providers.

0 comments on commit fccfc79

Please sign in to comment.