-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Automated release of 24.0.0 snapshot upstream master 1661179298 #1882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated release of 24.0.0 snapshot upstream master 1661179298 #1882
Conversation
…forward-hang Fix kubernetes port forwarding from hanging in certain edge cases.
v24.1.0a1 release
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ndabot/github_actions/actions/setup-python-4 Bump actions/setup-python from 3 to 4
update changelog with release notes from master branch
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ndabot/github_actions/helm/kind-action-1.3.0 Bump helm/kind-action from 1.2.0 to 1.3.0
This reverts commit e0dfc6b.
GA release for 1.24.2
…loyment example annotate deployment
When eventlet is monkey patched, select.poll is removed since it is not thread safe. So check availability of `poll` method before using it. Signed-off-by: Abhijeet Kasurde <[email protected]>
Check availability of poll method before using
DynamicClient.server_side_apply is designed to accept a dict or a ResourceInstance as body. However, if a dict or a ResourceInstance is passed actually, an error occurs because RESTClientObject.rest cannot interpret the Content-Type application/apply-patch+yaml. So, modify RESTClientObject.rest to treat application/apply-patch+yaml as other json-based Content-Types.
…ver-side-apply Fix DynamicClient.server_side_apply
This allows to execute in a restricted environment, like a FIPS-enabled Kubernetes cluster. See https://docs.python.org/3/library/hashlib.html#hash-algorithms: > False indicates that the hashing algorithm is [used] as a > non-cryptographic one-way compression function.
Add interactive configuration to exec provider.
Add 'usedforsecurity=False' parameter to md5 call
add a cronjob crud example
…gli-wiki Deploy docs as wiki
…licate-comments Remove duplicate
fix issue kubernetes-client#1782 Resolve load_kube_config TMP file issue
Instead of mock, used unittest.mock
@asmacdo: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Welcome @asmacdo! |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: asmacdo The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -1,4 +1,18 @@ | |||
# v24.0.0-snapshot | |||
# v24.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will have a v25 client soon as Kubernetes 1.25 gets released. Do you think you can wait for that instead of having a patch release to v24?
cc @yliaog
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
I'm not certain I ran the script correctly, but I am in need of a release that contains the FIPS fix #1854