Fix #4803: Windows .kube/config file with spaces in command can be deserialized
Fix #4815: (java-generator) create target download directory if it doesn't exist
Fix #4818: (java-generator) Escape */ in generated JavaDocs
Fix #4823: (java-generator) handle special characters in field names
Fix #4832: NO_PROXY can match cidr with bit suffix <10
Fix #4846: allowed for pod read / copy operations to distinguish when the target doesn't exist
Fix #4851: adding buffer cloning to ensure buffers cannot be modified after sending
Fix #4885: addresses a potential hang in the jdk client with exec stream reading
Fix #4888: narrowing where the 0 initial list resourceVersion is used for informers - in particular if a limit is set or initialState is used, then we should not use 0. Additionally for the informOnCondition / wait methods we'll also not use 0 - it's not expected that the user should test any state prior to the latest.
Fix #4891: address vertx not completely reading exec streams
Fix #4899: BuildConfigs.instantiateBinary().fromFile() does not time out
Fix #4908: using the response headers in the vertx response
Fix #4910: addressing inconsistent behavior with pod exec operations
Fix #4923: addressing inconsistent behavior with pod exec operations
Fix #4928: allows non-okhttp clients to handle invalid status
Fix #4931: using coarse grain locking for all mock server operations
Fix #4947: typo in HttpClient.Factory scoring system logic
Fix #4954: disabling expect continue support by default in the jdk client
Improvements
Fix #4675: adding a fully client side timeout for informer watches
Fix #3805: DeletionTimestamp and Finalizer support in Mock server.
Fix #4638: adding a way to set the full object meta on a leadership election lock, this can be used to set owner references
Fix #4644: generate CRDs in parallel and optimize code
Fix #4659: added a generic support(apiversion, kind) method in addition to the class based check
Fix #4724: Private configuration classes cause trouble with Java native (reflection)
Fix #4739: honor optimistic concurrency control semantics in the mock server for PUT and PATCH requests.
Fix #4803: Windows .kube/config file with spaces in command can be deserialized
Fix #4815: (java-generator) create target download directory if it doesn't exist
Fix #4818: (java-generator) Escape */ in generated JavaDocs
Fix #4823: (java-generator) handle special characters in field names
Fix #4832: NO_PROXY can match cidr with bit suffix <10
Fix #4846: allowed for pod read / copy operations to distinguish when the target doesn't exist
Fix #4851: adding buffer cloning to ensure buffers cannot be modified after sending
Fix #4885: addresses a potential hang in the jdk client with exec stream reading
Fix #4888: narrowing where the 0 initial list resourceVersion is used for informers - in particular if a limit is set or initialState is used, then we should not use 0. Additionally for the informOnCondition / wait methods we'll also not use 0 - it's not expected that the user should test any state prior to the latest.
Fix #4891: address vertx not completely reading exec streams
Fix #4899: BuildConfigs.instantiateBinary().fromFile() does not time out
Fix #4908: using the response headers in the vertx response
Fix #4910: addressing inconsistent behavior with pod exec operations
Fix #4923: addressing inconsistent behavior with pod exec operations
Fix #4928: allows non-okhttp clients to handle invalid status
Fix #4931: using coarse grain locking for all mock server operations
Fix #4947: typo in HttpClient.Factory scoring system logic
Fix #4954: disabling expect continue support by default in the jdk client
Improvements
Fix #4675: adding a fully client side timeout for informer watches
Fix #3805: DeletionTimestamp and Finalizer support in Mock server.
Fix #4638: adding a way to set the full object meta on a leadership election lock, this can be used to set owner references
Fix #4644: generate CRDs in parallel and optimize code
Fix #4659: added a generic support(apiversion, kind) method in addition to the class based check
Fix #4724: Private configuration classes cause trouble with Java native (reflection)
Fix #4739: honor optimistic concurrency control semantics in the mock server for PUT and PATCH requests.
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)
Bumps io.fabric8:kubernetes-client from 5.12.4 to 6.5.0.
Release notes
Sourced from io.fabric8:kubernetes-client's releases.
... (truncated)
Changelog
Sourced from io.fabric8:kubernetes-client's changelog.
... (truncated)
Commits
2e2caaf
[RELEASE] Updated project version to v6.5.08648bbe
chore: add missing changelog entry445f602
fix(config): Fix kubeconfig loading when exec auth command contains spaces11daf25
fix #4910 / #4923 addressing inconsistent behavior with exec streams13d6dfd
fix #4954: disabling jdk expect continue by defaultf64529c
fix: CRD generator doesn't need full kubernetes-client access5490ec1
fix #4888: narrowing where the 0 resourceVersion is used73b2a04
Merge pull request #4945 from shawkins/iss4931354e3a7
chore(deps): bump really-executable-jar-maven-plugin from 2.0.0 to 2.1.0ddafb6d
fix #4924: speeding up the pod exec testsDependabot 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)