Skip to content

Releases: coryodaniel/k8s

2.8.0

11 Oct 14:54
b03f2a5

Choose a tag to compare

What's Changed

  • chore(deps): bump mruoss/action_elixir_run_tests from 1.1.0 to 1.3.0 by @dependabot[bot] in #370
  • Support nanocpu by @at88mph in #374
  • chore(deps-dev): bump dialyxir from 1.4.5 to 1.4.6 by @dependabot[bot] in #375
  • chore(deps-dev): bump ex_doc from 0.38.2 to 0.38.3 by @dependabot[bot] in #377
  • chore(deps): bump castore from 1.0.14 to 1.0.15 by @dependabot[bot] in #376
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #378
  • chore(deps-dev): bump ex_doc from 0.38.3 to 0.38.4 by @dependabot[bot] in #379

New Contributors

Full Changelog: 2.7.0...2.8.0

2.7.0

26 Jun 21:12
90c7d06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.2...2.7.0

2.6.2

09 Jan 16:25
3bfa75d

Choose a tag to compare

Changes

Chores

New Contributors

Full Changelog: 2.6.1...2.6.2

2.6.1

29 Apr 19:49
2839f60

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

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

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

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

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

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

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