Skip to content

Releases: coryodaniel/k8s

2.6.1

29 Apr 19:49
2839f60
Compare
Choose a tag to compare

Fixed

  • With the upgrade to mint 1.6.0, there's no need for setting insecure_skip_tls_verify: true anymore in most cases. (elixir-mint/mint#418). Documentation and examples were adapted.

Chores

Full Changelog: 2.6.0...2.6.1

2.6.0

02 Apr 06:16
c64f8df
Compare
Choose a tag to compare

Added

  • Many K8s.Conn.Auth providers now cache values, and periodically refresh their values. #302. because of this clusters using Exec commands to generate auth tokens will see greatly improved performance.

Git Log

Full Changelog: 2.5.0...2.6.0

2.5.0

12 Nov 11:19
3c9de10
Compare
Choose a tag to compare

Added

  • K8s.Conn - Add namespace info in case of service account connection. #291

Chores

Full Changelog: 2.4.2...2.5.0

2.4.2

17 Oct 20:01
2b9105d
Compare
Choose a tag to compare

Fixed

  • K8s.Client.Mint.HTTPAdapter - Only stop the process if the connection is closed for reading (and writing). - #280, #285

Chores

New Contributors

Full Changelog: 2.4.1...2.4.2

2.4.1

15 Aug 10:56
35adf16
Compare
Choose a tag to compare

Fixed

  • K8s.Client.Mint.HTTPAdapter - Don't raise exception when terminating an adapter. - #268, #269

Chores

Full Changelog: 2.4.0...2.4.1

2.4.0

07 Jul 18:18
e5b75c9
Compare
Choose a tag to compare

What's Changed

Added

  • K8s.Client.wait_until/2 - Allow passing DELETE operations in order to wait for deletion. - #262

Chores

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

14 May 19:59
d9c823b
Compare
Choose a tag to compare

Added

  • K8s.Client.connect/4 - Support connecting to pods/log subresource. - #254, #255
  • K8s.Conn.from_env/2 - Generates configuration from a file defined by an env variable. - #251
  • K8s.Conn - Better hexdocs

Chores

Full Changelog: 2.2.0...2.3.0

2.2.0

27 Mar 18:10
8023c4c
Compare
Choose a tag to compare

Fixed

  • K8s.Conn.Auth.Exec - Define default value for :args - #240

Added

Chores

New Contributors

Full Changelog: 2.1.1...2.2.0

2.1.1

02 Mar 20:09
3d8b1d0
Compare
Choose a tag to compare

Fixed

  • Watcher reset resource version for objects with a "message" field. - #232, #231

Full Changelog: 2.1.0...2.1.1

2.1.0

25 Feb 20:40
d24fd32
Compare
Choose a tag to compare

Added

  • Added further PATCH mechanisms by @kennethito - #229
  • Add opts to K8s.Conn.from_file/N and K8s.Conn.from_service_account/N in order to be able to pass :insecure_skip_tls_verify option directly. - #230, #203

New Contributors

Full Changelog: 2.0.3...2.1.0