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.5 #41

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps kopf from 1.34.0 to 1.35.5.

Release notes

Sourced from kopf's releases.

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

Bugfixes:

  • Stop daemons on operator exit (regression since 1.35.0). #853
  • Show the proper class name in daemon-stopped flags. #854

1.35.1

Documentation:

  • Render the lists properly in ReadTheDocs. #846

... (truncated)

Commits
  • 22ac589 Merge pull request #927 from hramezani/python_versions
  • 72f270b Merge pull request #929 from nolar/upgrade-k8s-k3s-k3d
  • 7805a6e Merge pull request #928 from nolar/update-metacontroller-link
  • 78fc0aa Upgrade Kubernetes and drop unmaintained versions in CI
  • 827146b Correct the grammar (especially "few" vs. "a few")
  • 081d1b5 Remove the mentions of Helm
  • b869b65 Update the MetaController link
  • 23e6652 Add Supported Python versions badge to README.md
  • ff51125 Add classifiers to setup.py
  • ab53ace Merge pull request #915 from nolar/upgrade-pypy-39
  • 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.