coryodaniel / bonny

The Elixir based Kubernetes Development Framework
MIT License
385 stars 27 forks source link

Bump k8s from 2.5.0 to 2.6.0 #266

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps k8s from 2.5.0 to 2.6.0.

Release notes

Sourced from k8s's releases.

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

Full Changelog: https://github.com/coryodaniel/k8s/compare/2.5.0...2.6.0

Changelog

Sourced from k8s's changelog.

[2.6.0] - 2024-04-02

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.
Commits
  • c64f8df release v2.6.0
  • 3ad638d Merge pull request #309 from coryodaniel/dependabot/github_actions/actions/ch...
  • cfd8627 Merge pull request #310 from coryodaniel/dependabot/hex/castore-1.0.6
  • 6b71625 Bump castore from 1.0.5 to 1.0.6
  • f8ecc00 Bump actions/checkout from 4.1.1 to 4.1.2
  • 01053fc Merge pull request #308 from coryodaniel/dependabot/hex/ex_doc-0.31.2
  • 5b93945 Bump ex_doc from 0.31.1 to 0.31.2
  • fe4e7e3 Merge pull request #307 from coryodaniel/dependabot/hex/mix_test_watch-1.2.0
  • bcdd647 Bump mix_test_watch from 1.1.1 to 1.2.0
  • 92a6704 Merge pull request #302 from elliottneilclark/exec_worker
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)