Releases: joan38/kubernetes-client
Releases · joan38/kubernetes-client
Pod log, Resource version to watch API, List and get details of a node...
New features:
- Add a way to list and get details of a node (#234) @tomiwu
- Add support for the pod log endpoint (#238) @yurique
- Support for custom raw API requests (#260) @yurique
- Add optional resourceVersion to watch API (#223) @timbertson @jchapuis @yurique
Bug fixs:
- Refresh before token expires, not after (#254) @timbertson
Other:
KubeConfig improvements
Lease API, Multiple CA certs & Credentials plugin support
New features:
- Adds support for k8s lease resources [#120 by @BrainHorse]
- Support multiple ca certs for trust manager [#136 by @petern-sc]
- Credentials plugin support [#133 by @yurique]
Other:
Create resource-returning methods
Update scalafmt-core to 3.0.7 (#115) * Update scalafmt-core to 3.0.7 * Reformat with scalafmt 3.0.7
Support for Scala 3 and Upload & download files in Pod
Add Scala 3.0.1 cross-build (#102) Bump Circe to 0.14.1 and Http4s to 0.23.3 and Mill to 0.9.9
Support for Cats Effect 3
v0.7.0 Fix Uri building for Proxy (#98)
Support for Http4s 0.22
v0.6.0 Correct Github Actions
Ingress, Custom Resources, Watch API and Kubernetes v1.18
New features:
- Support for Ingress API [#19 by @novakov-alexey]
- Support for Custom Resources API [#16 by @novakov-alexey]
- Support for Watch API [#12 by @novakov-alexey]
- Upgrade to Kubernetes v1.18 [#12 by @novakov-alexey]
Other: