Releases: renoki-co/php-k8s
Releases · renoki-co/php-k8s
3.8.1
- Moved
ext-yaml
back to suggestions
3.8.0
Changelog
Many thanks to @cuppett for this release!
Resource Changes
PodDisruptionBudget
class now defaults to v1
(previous: v1beta1
)
HorizontalPodAutoscaler
class now defaults to v2
(previous: v2beta2
)
CronJob
class now defaults to v1
(previous: v1beta1
)
3.7.0
- Added support for CLI-generated tokens in kubeconfig files (#205)
3.6.1
- Fixed token authentication for Google Cloud's GKE credentials (#202)
3.5.2
- Handle 404 errors in a soft way when running
->get()
(#189, @declum)
3.5.0
- Fixed an edge case where having the same context caused base64-encoded certificates to fail when were being saved (#182)
3.4.1
- Check for invalid base64-encoded certs before importing them on file (#183, @stefankonig)
3.4.0
- Added
fromKubeConfigArray
method to create a cluster instance directly from arrays (#181, @stefankonig)
- Added support for
insecure-skip-tls-verify
in kubeconfig files (#179)