Releases: renoki-co/php-k8s
Releases · renoki-co/php-k8s
2.8.0
- Added events emitting methods to create your own events for any resource (#101)
- Added
->getLabel()
and ->getAnnotation()
to get the value of a specific label or annotation (f8369a7)
2.7.2
- Fixed empty headers array for probes (#100)
1.20.8
- Fixed empty headers array for probes (f4a7798)
2.7.1
- Exposed a
call()
method within the cluster to make custom calls to the cluster (9dd84d6)
2.7.0
This release adds support for v1.21.0+ and drops support for v1.18.x (#97)
- The minimum testing version is v1.19, so the default namespace for Ingress is now
networking.k8s.io/v1
. You can still overwrite this using setDefaultNamespace
to revert it to networking.k8s.io/v1beta1
(Read more here)
- Configmaps and Secrets now support immutability to be defined and retrieved using methods
2.6.1
- Resources lacked
metadata.namespace
when converted to array (#96)
1.20.7
- Resources lacked
metadata.namespace
when converted to array (9a3edbb)
2.6.0
- Added custom pod selectors for Jobs, Deployments, DaemonSets and StatefulSets (#93)
2.5.0
- Added container-level support for
valueFrom
environment variables (2278bbc)
2.4.1
- Fixed the YAML parse command for multiple documents in same file (#80)