Releases: coryodaniel/k8s
Releases · coryodaniel/k8s
2.6.1
Fixed
- With the upgrade to
mint
1.6.0, there's no need for settinginsecure_skip_tls_verify: true
anymore in most cases. (elixir-mint/mint#418). Documentation and examples were adapted.
Chores
- Bump excoveralls from 0.18.0 to 0.18.1 by @dependabot in #311
- Bump ex_doc from 0.31.2 to 0.32.1 by @dependabot in #313
- Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #314
- Bump castore from 1.0.6 to 1.0.7 by @dependabot in #315
- Bump mint from 1.5.2 to 1.6.0 by @dependabot in #317
- Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #316
- Bump actions/cache from 3 to 4 by @dependabot in #301
Full Changelog: 2.6.0...2.6.1
2.6.0
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
- Bump ex_doc from 0.30.9 to 0.31.0 by @dependabot in #292
- Bump mint from 1.5.1 to 1.5.2 by @dependabot in #293
- Bump castore from 1.0.4 to 1.0.5 by @dependabot in #294
- k8s matrix maintenance by @mruoss in #296
- Bump credo from 1.7.1 to 1.7.2 by @dependabot in #295
- Bump dialyxir from 1.4.2 to 1.4.3 by @dependabot in #297
- Bump credo from 1.7.2 to 1.7.3 by @dependabot in #298
- Bump ex_doc from 0.31.0 to 0.31.1 by @dependabot in #300
- feat: cache auth tokens in GenServer per connection by @elliottneilclark in #302
- Bump mix_test_watch from 1.1.1 to 1.2.0 by @dependabot in #307
- Bump ex_doc from 0.31.1 to 0.31.2 by @dependabot in #308
- Bump castore from 1.0.5 to 1.0.6 by @dependabot in #310
- Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #309
Full Changelog: 2.5.0...2.6.0
2.5.0
Added
K8s.Conn
- Add namespace info in case of service account connection. #291
Chores
- Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #290
- Bump ex_doc from 0.30.7 to 0.30.9 by @dependabot in #288
- Bump dialyxir from 1.4.1 to 1.4.2 by @dependabot in #289
Full Changelog: 2.4.2...2.5.0
2.4.2
Fixed
K8s.Client.Mint.HTTPAdapter
- Only stop the process if the connection is closed for reading (and writing). - #280, #285
Chores
- Bump ex_doc from 0.30.4 to 0.30.6 by @dependabot in #274
- Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #276
- Bump excoveralls from 0.16.1 to 0.17.1 by @dependabot in #275
- Bump dialyxir from 1.3.0 to 1.4.0 by @dependabot in #273
- Bump mix_test_watch from 1.1.0 to 1.1.1 by @dependabot in #277
- Bump dialyxir from 1.4.0 to 1.4.1 by @dependabot in #278
- Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #279
- chore(K8s.Client.Runner.Stream.Watch): fix type by @JTarasovic in #283
- Bump castore from 1.0.3 to 1.0.4 by @dependabot in #284
- Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #281
- Bump ex_doc from 0.30.6 to 0.30.7 by @dependabot in #287
- Bump credo from 1.7.0 to 1.7.1 by @dependabot in #282
- Bump excoveralls from 0.17.1 to 0.18.0 by @dependabot in #286
New Contributors
- @JTarasovic made their first contribution in #283
Full Changelog: 2.4.1...2.4.2
2.4.1
Fixed
Chores
- Bump ex_doc from 0.29.4 to 0.30.3 by @dependabot in #265
- Bump jason from 1.4.0 to 1.4.1 by @dependabot in #264
- Bump ex_doc from 0.30.3 to 0.30.4 by @dependabot in #267
Full Changelog: 2.4.0...2.4.1
2.4.0
What's Changed
Added
K8s.Client.wait_until/2
- Allow passing DELETE operations in order to wait for deletion. - #262
Chores
- Bump castore from 1.0.1 to 1.0.3 by @dependabot in #256
- Run tests on OTP26 by @mruoss in #258
- Fix links in testing guide by @brandonduff in #260
- Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in https://github.com/coryodaniel/k8
- upgrade elixir in ci by @mruoss in #261
New Contributors
- @brandonduff made their first contribution in #260
Full Changelog: 2.3.0...2.4.0
2.3.0
Added
K8s.Client.connect/4
- Support connecting topods/log
subresource. - #254, #255K8s.Conn.from_env/2
- Generates configuration from a file defined by an env variable. - #251K8s.Conn
- Better hexdocs
Chores
- Bump ex_doc from 0.29.3 to 0.29.4 by @dependabot in #246
- Bump excoveralls from 0.16.0 to 0.16.1 by @dependabot in #245
- Bump dialyxir from 1.2.0 to 1.3.0 by @dependabot in #247
- Bump mint_web_socket from 1.0.2 to 1.0.3 by @dependabot in #249
- Bump actions/checkout from 1.0.0 to 3.5.2 by @dependabot in #252
Full Changelog: 2.2.0...2.3.0
2.2.0
Fixed
K8s.Conn.Auth.Exec
- Define default value for:args
- #240
Added
Chores
- Bump castore from 0.1.22 to 1.0.1 by @dependabot in #233
- Bump ex_doc from 0.29.1 to 0.29.2 by @dependabot in #234
- Bump excoveralls from 0.15.3 to 0.16.0 by @dependabot in #235
- Bump ex_doc from 0.29.2 to 0.29.3 by @dependabot in #241
- Bump credo from 1.6.7 to 1.7.0 by @dependabot in #243
New Contributors
Full Changelog: 2.1.1...2.2.0
2.1.1
2.1.0
Added
- Added further PATCH mechanisms by @kennethito - #229
- Add
opts
toK8s.Conn.from_file/N
andK8s.Conn.from_service_account/N
in order to be able to pass:insecure_skip_tls_verify
option directly. - #230, #203
New Contributors
- @kennethito made their first contribution in #229
Full Changelog: 2.0.3...2.1.0