OmegaVVeapon / kopf-k8s-sidecar

An implementation of k8s-sidecar using k8s operators via kopf
GNU General Public License v3.0
16 stars 6 forks source link

Bump kopf from 1.34.0 to 1.35.6 #44

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps kopf from 1.34.0 to 1.35.6.

Release notes

Sourced from kopf's releases.

1.35.6

New features:

  • Login handlers can now inject graceful expiration time to credentials (i.e. not waiting for HTTP 401s). #933

Documentation:

  • Added clarity on not supporting the methods for handlers — with reasons and hints on how to do it if desired. #939

1.35.5

Trivial/Internal

  • Documentation links and grammar fixes. #928
  • PyPI classifiers for Python versions. #927
  • Kubernetes 1.23 & 1.24 added to CI; 1.19 & 1.20 are dropped from CI. #929

1.35.4

Improvements:

  • Allow setting controller & blocking owner deletion for object hierarchies. #858

Bugfixes:

  • Treat listable but non-watchable resources as non-watchable (e.g. metrics.k8s.io, v1/componentstatuses, etc). #871
  • Prevent resource leaks in admission webhooks with disabled/delayed garbage collection (e.g. in PyPy). #874
  • Scan & watch zero-resource API groups of API extensions properly. #913

Documentation:

  • Fix several typos. #895 #910
  • Log instead of printing in examples. #893
  • Cease using the deprecated rbac.authorization.k8s.io/v1beta1. #887

Contributor experience:

  • Upgrade tests to Kubernetes 1.22 & 1.23, PyPy 3.8 & 3.9. #875 #914 #915
  • Upgrade mypy to 0.942. #878 #911
  • Replaced asyncio-timeouts with native routines in tests. #880

1.35.3

Improvements:

  • old, new, diff, operation kwargs for validation/mutation webhooks. Thanks to @​samj1912. #857

Bugfixes:

  • Use async_timeout as an async context manager only. #859
  • Fix typo in configuration docs. #861

1.35.2

... (truncated)

Commits
  • 7b45690 Merge pull request #939 from nolar/document-and-test-instance-and-class-methods
  • 4ad5674 Document the limited usage of instance- & class-methods for handlers
  • a8a8701 Merge pull request #940 from nolar/fix-pytest-asyncio-mode
  • 6b8c1b3 Fix the asyncio guards to expect changes during the task lising
  • 43e41cd Configure the "auto" mode explicitly for pytest-asyncio>=0.19
  • 2551b8b Merge pull request #933 from nolar/credentials-expiration
  • 3937b7c Define credentials expiration time (optionally)
  • f65193b Convert vault to be explicit on emptiness checks
  • d07aebc Merge pull request #920 from rubyisbeautiful/patch-1
  • d45e322 docs(diffs.rst): update and expand diffs structure section
  • 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 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)
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.