Skip to content

Releases: renoki-co/php-k8s

1.6.0

03 Nov 18:00
Compare
Choose a tag to compare
  • Role, ClusterRole, RoleBinding, ClusterRoleBinding (#40)
  • Horizontal Pod Autoscaler (#39)
  • Added ->addToAttribute() to append element to an array attribute (c82d7bf)
  • Added ->addRules() and ->addPorts() to Ingress and Service (08aa6e6)

1.5.0

02 Nov 06:22
7b71401
Compare
Choose a tag to compare
  • Updated code indentations and featuring trait encapsulations for DRY (1daac04, 518495c, dff678e)
  • Added DaemonSet kind (#38)

1.4.1

01 Nov 00:02
204a20b
Compare
Choose a tag to compare
  • Added container methods for probes (b7f25bd)

1.4.0

31 Oct 18:33
73caae1
Compare
Choose a tag to compare
  • Added scaling support fro Deployments and ReplicaSets (#35)

1.3.1

31 Oct 14:48
146c36f
Compare
Choose a tag to compare
  • Added alternative methods to watch a specific container from a specific pod (#34)

1.3.0

31 Oct 10:57
91e9859
Compare
Choose a tag to compare

Implemented status.* fields methods for various resources (https://github.com/renoki-co/php-k8s/pull/33/files)

  • Deployment, Job, Namespace, PV, PVC, Pod, Statefulset got status updates
  • Containers retrieved from pod statuses can be checked for readiness with $container->isReady()
  • Before updating or deleting a resource, the original attributes will be retrieved using ->syncOriginalWith()
  • ->refresh() is now used to sync the entire resource instead of just the versions
  • ->refreshVersions() is used to sync just the version & the uuids.
  • Improved tests to wait for their status instead of arbitrary set sleep() time

1.2.1

30 Oct 08:01
Compare
Choose a tag to compare
  • Fixed a bug with ->setNamespace() (52cf147)

1.2.0

30 Oct 07:26
ace92d8
Compare
Choose a tag to compare
  • Get pods for pod controller resources (#32)

1.1.0

30 Oct 03:39
49402a2
Compare
Choose a tag to compare
  • Added ->syncWithCluster() and ->exists() on the resources (#31)

1.0.0

28 Oct 11:39
08ba225
Compare
Choose a tag to compare
Merge pull request #30 from renoki-co/analysis-OMOddl

Apply fixes from StyleCI