Releases: renoki-co/php-k8s
Releases · renoki-co/php-k8s
1.10.0
Code cleanup & coverage tests
1.9.0
- Added
->createOrUpdate()
(#46)
1.8.2
Fixed attachment to spec instead of root
1.8.1
Fixed name for the volume
1.8.0
- Added
Volume
and MountedVolume
instances that help mounting volumes to containers and pods (#44)
1.7.3
Revert "Fixed proxy call for K8s Cluster calls"
This reverts commit 1c207a09245a0dc5d00d40acc45fe35939b031dc.
1.7.2
Fixed proxy call for K8s Cluster calls
1.7.1
Fixed envs for containers
1.7.0
- Renamed
$stableVersion
to $defaultVersion
(#42)
getKind()
now should be called statically (#42)
- Added static
setDefaultVersion
and setDefaultNamespace
for runtime changes (#42)
- Updated readme & docs