Skip to content

Releases: maclof/kubernetes-client

0.31.0: Fix: allow laravel 11 (#130)

14 Mar 08:02
3246638
Compare
Choose a tag to compare
* Fix: Missing stream factory

* Fix: Missing stream factory

* Fix: Allow laravel 11

* Fix: Allow laravel 11

0.30.0

12 Feb 21:59
94aa37b
Compare
Choose a tag to compare
Add support for Symfony 7.x (#126)

0.29.0: Fix: missing stream factory (#123)

28 Aug 13:43
2c1034c
Compare
Choose a tag to compare
* Fix: Missing stream factory

* Fix: Missing stream factory

0.28.0

27 Jun 22:00
1d6fa8a
Compare
Choose a tag to compare
Added debug function to pods (#109)

0.27.0

10 Mar 12:20
201f3ae
Compare
Choose a tag to compare
Add support for Laravel 10.x (#119)

0.26.0: Update composer.json (#108)

16 May 12:07
2309c96
Compare
Choose a tag to compare
Improve compatibility with older (<7.1) and newer (>7.0) PHP versions.

0.25.0

28 Mar 15:23
b726e64
Compare
Choose a tag to compare
Some improvement with last version of Kubernetes API (#105)

* Set content type to "application/json" for post request
Allow illuminate/support 9+

* Remove beta in api
add role,rolebinding and service account

0.24.0

04 Feb 11:47
1eaff45
Compare
Choose a tag to compare
allow symfony/yaml ^6.0 (#102)

0.23.0

23 Dec 09:28
b20b5b6
Compare
Choose a tag to compare
#98 Raise PHP version (#99)

* #98 Raise php version

* #98 Add native types

* #98 Drop redundand type information from doc blocks

* #98 Drop PHP 7.1, 7.2, 7.3 from travis configuration

* #98 Add `ReturnTypeWillChange` attribute

Add `ReturnTypeWillChange` attribute for methods with mixed return type to support PHP 8.1 type inheritance check.

0.22.0: Fix Issue 81, some method call sites (#96)

19 Nov 22:44
a29c6c2
Compare
Choose a tag to compare
* Fix Issue 81, some method call sites

* Change first part back to apis, add parenthesis

* Revert PodRepository but just change var name

* Set proxy() on NodeRepository back to normal
Also look for 'stream' in query object

* Revert again; this is being sent from Repository

Co-authored-by: Michael Butler <[email protected]>