Skip to content

Releases: renoki-co/php-k8s

2.8.0

27 May 15:17
Compare
Choose a tag to compare
  • 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

18 May 14:01
75c92a3
Compare
Choose a tag to compare
  • Fixed empty headers array for probes (#100)

1.20.8

18 May 14:01
f4a7798
Compare
Choose a tag to compare
  • Fixed empty headers array for probes (f4a7798)

2.7.1

08 May 14:33
Compare
Choose a tag to compare
  • Exposed a call() method within the cluster to make custom calls to the cluster (9dd84d6)

2.7.0

08 May 14:16
Compare
Choose a tag to compare

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

04 May 05:07
3f68f12
Compare
Choose a tag to compare
  • Resources lacked metadata.namespace when converted to array (#96)

1.20.7

04 May 05:10
Compare
Choose a tag to compare
  • Resources lacked metadata.namespace when converted to array (9a3edbb)

2.6.0

19 Apr 19:04
4640160
Compare
Choose a tag to compare
  • Added custom pod selectors for Jobs, Deployments, DaemonSets and StatefulSets (#93)

2.5.0

01 Apr 07:56
ebf0ec8
Compare
Choose a tag to compare
  • Added container-level support for valueFrom environment variables (2278bbc)

2.4.1

26 Mar 07:52
b25b1d8
Compare
Choose a tag to compare
  • Fixed the YAML parse command for multiple documents in same file (#80)