Releases: renoki-co/php-k8s
Releases · renoki-co/php-k8s
1.6.0
03 Nov 18:00
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Updated code indentations and featuring trait encapsulations for DRY (1daac04 , 518495c , dff678e )
Added DaemonSet kind (#38 )
1.4.1
01 Nov 00:02
Compare
Sorry, something went wrong.
No results found
Added container methods for probes (b7f25bd )
1.4.0
31 Oct 18:33
Compare
Sorry, something went wrong.
No results found
Added scaling support fro Deployments and ReplicaSets (#35 )
1.3.1
31 Oct 14:48
Compare
Sorry, something went wrong.
No results found
Added alternative methods to watch a specific container from a specific pod (#34 )
1.3.0
31 Oct 10:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed a bug with ->setNamespace() (52cf147 )
1.2.0
30 Oct 07:26
Compare
Sorry, something went wrong.
No results found
Get pods for pod controller resources (#32 )
1.1.0
30 Oct 03:39
Compare
Sorry, something went wrong.
No results found
Added ->syncWithCluster() and ->exists() on the resources (#31 )
1.0.0
28 Oct 11:39
Compare
Sorry, something went wrong.
No results found
Merge pull request #30 from renoki-co/analysis-OMOddl
Apply fixes from StyleCI