Skip to content

Releases: renoki-co/php-k8s

3.8.1

04 Apr 17:29
046c682
Compare
Choose a tag to compare
  • Moved ext-yaml back to suggestions

3.8.0

01 Apr 14:04
a86dff7
Compare
Choose a tag to compare

Changelog

Many thanks to @cuppett for this release!

  • Added K8s 1.24 an 1.25 (#222, #325)
    • Dropped K8s 1.21 & 1.22
    • Dropped Illuminate 8.x

Resource Changes

  • PodDisruptionBudget class now defaults to v1 (previous: v1beta1)
  • HorizontalPodAutoscaler class now defaults to v2 (previous: v2beta2)
  • CronJob class now defaults to v1 (previous: v1beta1)

3.7.0

07 Mar 18:26
52039c5
Compare
Choose a tag to compare
  • Added support for CLI-generated tokens in kubeconfig files (#205)

3.6.1

04 Mar 14:01
8027fec
Compare
Choose a tag to compare
  • Fixed token authentication for Google Cloud's GKE credentials (#202)

3.6.0

10 Feb 00:35
ff9d507
Compare
Choose a tag to compare
  • Illuminate 9.x (#192, @georgeboot)
    • Dropped PHP 7.3, 7.4
    • Dropped Illuminate 7.x

3.5.2

03 Feb 11:54
e8a36ef
Compare
Choose a tag to compare
  • Handle 404 errors in a soft way when running ->get() (#189, @declum)

3.5.1

04 Jan 17:11
2bd53bb
Compare
Choose a tag to compare

3.5.0

03 Jan 17:51
990acd6
Compare
Choose a tag to compare
  • Fixed an edge case where having the same context caused base64-encoded certificates to fail when were being saved (#182)

3.4.1

31 Dec 11:58
09b15a5
Compare
Choose a tag to compare
  • Check for invalid base64-encoded certs before importing them on file (#183, @stefankonig)

3.4.0

30 Dec 22:21
9f72121
Compare
Choose a tag to compare
  • Added fromKubeConfigArray method to create a cluster instance directly from arrays (#181, @stefankonig)
  • Added support for insecure-skip-tls-verify in kubeconfig files (#179)