Releases: renoki-co/php-k8s
Releases · renoki-co/php-k8s
3.3.0
- Dropped Kubernetes 1.19 testing & added 1.23 testing (#175)
3.1.8
- You may now pass the cluster URL when using the
::inClusterConfiguration()
cluster authentication (#162, thanks to @SiebeVE)
3.1.7
- Fixed
illuminate/*
's 7.x packages
3.1.6
- Fixed
illuminate/*
requirements (261ad06)
3.1.5
- Performing static analysis and fixing issues (#149)
3.1.4
- Fixed a bug with
update()
not sending the latest resourceVersion
(#146)
3.1.3
- Commands like
ls -al && echo 1 && echo 2
couldn't run properly because &
was not encoded (#139)
2.12.1
- Commands like
ls -al && echo 1 && echo 2
couldn't run properly because &
was not encoded (#141)