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

Tags: hjacobs/pykube

Tags

20.7.2

v20.7.2

20.7.1

v20.7.1

20.5.0

v20.5.0

20.4.1

v20.4.1

20.4.0

v20.4.0

20.1.0

support ExecCredential authentication (#36)

* add exec auth method

* kube config exec.env is optional

* Update pykube/http.py

Co-Authored-By: Daniel Middlecote <dlmiddlecote@gmail.com>

* add a version check

* commit black changes

* avoid referencing or changing os.environ

Co-authored-by: zoidbergwill <zoidbergwill@gmail.com>
Co-authored-by: Daniel Middlecote <dlmiddlecote@gmail.com>

19.12.1

accept Python 3.6

19.12.0

IPv6 addres parsing in KubeConfig.from_service_account (#50)

* IPv6 parsing in from_service_account

* using "format" instead of "%"

19.10.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix k8s config user both 'token' and 'client-certificate' (#44)

19.9.2

Add flag to http client to allow for the client to be dryrun (#43)