Releases: renoki-co/php-k8s
Releases · renoki-co/php-k8s
2.2.0
- Added support for in-cluster configuration (#75)
2.1.0
- Added a third parameter to
fromYamlFile()
that lets the content be modified before parsing it (#73)
2.0.4
- Fixed
imagePullSecrets
not being placed correctly in the Pod configuration (#72)
1.20.2
- Fixed
imagePullSecrets
not being placed correctly in the Pod configuration (#72, f97d1de)
2.0.3
- Added
->setTls()
and ->getTls()
on Ingress kind (#70)
2.0.2
- Fixed a bug where label selectors did not go well (9fb3c1c)
1.20.1
- Fixed a bug where label selectors did not go well (9fb3c1c)
2.0.1
- Don't ignore token on .kubeconfig (#66)
2.0.0
KubernetesCluster
instance now accepts the full URL instead of the URL and port (#65)
1.20.0
- Dropped Kubernetes v1.17.x & added Kubernetes v1.20.2 (#62)