kopf-k8s-sidecar
kopf-k8s-sidecar copied to clipboard
Bump kopf from 1.34.0 to 1.37.2
Bumps kopf from 1.34.0 to 1.37.2.
Release notes
Sourced from kopf's releases.
1.37.2
Bugfixes
- Close dependent http responses before closing api context by
@asteven
in nolar/kopf#1109Documentation
- fix the outdated doc for installing minikube on macos, brew cask inst… by
@Chanoian
in nolar/kopf#1100Full Changelog: https://github.com/nolar/kopf/compare/1.37.1...1.37.2
1.37.1
What's Changed
- Refresh the README badges by
@nolar
in nolar/kopf#1093 (released to update the PyPI intro page).Full Changelog: https://github.com/nolar/kopf/compare/1.37.0...1.37.1
1.37.0
Main changes
- Drop Python 3.7 by
@nolar
in nolar/kopf#1062- Enable Python 3.12 by
@nolar
in nolar/kopf#1067Features
- Configure properties of posted K8s events by
@cristiansteib
in nolar/kopf#1060- Feature multiple operations webhook by
@mehrdad-khojastefar
in nolar/kopf#1058Refactorings
- Convert internal timestamps to TZ-aware, treat user-provided TZ-naive ones as UTC by
@nolar
in nolar/kopf#1068- Satisfy aiohttp's deprecation of shutdown timeout kwargs by
@nolar
in nolar/kopf#1091- Ensure the reason is never an empty string, but None in HTTP responses by
@nolar
in nolar/kopf#1063- Close the client sessions before the test server to avoid keep-alive timeout waiting (in CI) by
@nolar
in nolar/kopf#1069Developer experience
- Enable PyPy 3.10 in CI by
@nolar
in nolar/kopf#1066- Upgrade to MyPy 1.5.1 by
@nolar
in nolar/kopf#1064- Upgrade MyPy to 1.8.0 by
@nolar
in nolar/kopf#1089- Drop Kubernetes 1.25, upgrade up to 1.29 by
@nolar
in nolar/kopf#1090- Upgrade Kubernetes to currently maintained versions by
@nolar
in nolar/kopf#1065Documentation
- Configure ReadTheDocs and restore the docs builds by
@nolar
in nolar/kopf#1092- Formatting fix by
@kosprov
in nolar/kopf#1048- deployment.rst: make incremental builds faster by
@piec
in nolar/kopf#1043- Update testing.rst by
@alezkv
in nolar/kopf#1020- Fix updates code example by
@iTaybb
in nolar/kopf#999- fix: Fix typo in configuration.rst by
@mboutet
in nolar/kopf#1080- Update README.md - spelling/grammar fixes by
@rouilj
in nolar/kopf#1085New Contributors
@kosprov
made their first contribution in nolar/kopf#1048
... (truncated)
Commits
9243c8f
Merge pull request #1109 from asteven/close_responsesbe20ea5
only consider aiohttp.ClientResponse instances when collecting responses rela...3ddc96c
when closing APIContext close pending responses before closing session96e8cbc
Merge pull request #1100 from Chanoian/feature/fix_mac_minikube_docs06545ef
fix the duplication minikube start821ee9e
fix the outdated doc for installing minikube on macos, brew cask install is n...cb6ebed
Merge pull request #1093 from nolar/badges60d54b2
Refresh the README badgesfc288a6
Merge pull request #1067 from nolar/python-3.12de22a22
Work around MyPy 1.8.0 + Python 3.12 issues with wrong bool inference- Additional commits viewable in compare view
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 <dependency name> 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)