Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Releases: hjacobs/pykube

19.9.1

04 Sep 17:04
Compare
Choose a tag to compare
  • #41: use ID token if auth type is "oidc" (thanks to @twz123)

The new package is available on PyPI: https://pypi.org/project/pykube-ng/

19.9.0

03 Sep 09:09
Compare
Choose a tag to compare
  • add convenience function KubeConfig.from_env() to load KubeConfig from in-cluster ServiceAccount or local KUBECONFIG
  • switch to CalVer for versioning

The new package is available on PyPI: https://pypi.org/project/pykube-ng/

0.30

16 Aug 09:58
Compare
Choose a tag to compare
  • #38: allow passing a custom Authorization header with HTTPClient.get(..., headers=..) without getting overwritten

The new package is available on PyPI: https://pypi.org/project/pykube-ng/

0.28

22 Jul 19:09
d60faf3
Compare
Choose a tag to compare
  • #34: support tabular representation like what kubectl uses (Query.as_table() method)

The new package is available on PyPI: https://pypi.org/project/pykube-ng/

0.27

12 Jul 06:29
Compare
Choose a tag to compare
  • #33: allow passing arbitrary parameters to the watch query

The new package is available on PyPI: https://pypi.org/project/pykube-ng/

0.26

11 Jul 11:07
Compare
Choose a tag to compare
  • #31: remember streaming response
  • #30: exclude tests from packaging

The new package is available on PyPI: https://pypi.org/project/pykube-ng/

0.25

09 Jul 10:44
Compare
Choose a tag to compare
  • #29: add CustomResourceDefinition to top-level imports (allowing from pykube import CustomResourceDefinition)

The new package is available on PyPI: https://pypi.org/project/pykube-ng/

0.24

09 Jul 10:39
08910ce
Compare
Choose a tag to compare
  • #29: add CustomResourceDefinition class
  • #29: add patch method to APIObject class
  • #26: improve user-friendliness of object_factory

The new package is available on PyPI: https://pypi.org/project/pykube-ng/

0.23

18 Jun 14:29
Compare
Choose a tag to compare
  • #23: remove debug print()

The new package is available on PyPI: https://pypi.org/project/pykube-ng/

0.22

07 Jun 12:23
Compare
Choose a tag to compare
  • #22: fix GCP support

The new package is available on PyPI: https://pypi.org/project/pykube-ng/