Releases: renoki-co/php-k8s
Releases · renoki-co/php-k8s
3.8.1
04 Apr 17:29
Compare
Sorry, something went wrong.
No results found
Moved ext-yaml back to suggestions
3.8.0
01 Apr 14:04
Compare
Sorry, something went wrong.
No results found
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
07 Mar 18:26
Compare
Sorry, something went wrong.
No results found
Added support for CLI-generated tokens in kubeconfig files (#205 )
3.6.1
04 Mar 14:01
Compare
Sorry, something went wrong.
No results found
Fixed token authentication for Google Cloud's GKE credentials (#202 )
3.6.0
10 Feb 00:35
Compare
Sorry, something went wrong.
No results found
3.5.2
03 Feb 11:54
Compare
Sorry, something went wrong.
No results found
Handle 404 errors in a soft way when running ->get() (#189 , @declum )
3.5.1
04 Jan 17:11
Compare
Sorry, something went wrong.
No results found
Fixed certificates extension (#186 , @stefankonig)
3.5.0
03 Jan 17:51
Compare
Sorry, something went wrong.
No results found
Fixed an edge case where having the same context caused base64-encoded certificates to fail when were being saved (#182 )
3.4.1
31 Dec 11:58
Compare
Sorry, something went wrong.
No results found
Check for invalid base64-encoded certs before importing them on file (#183 , @stefankonig)
3.4.0
30 Dec 22:21
Compare
Sorry, something went wrong.
No results found
Added fromKubeConfigArray method to create a cluster instance directly from arrays (#181 , @stefankonig)
Added support for insecure-skip-tls-verify in kubeconfig files (#179 )