Fix #4225: Enum fields written in generated crd yaml
Fix #5194: prevented NPEs due to timing issues with KubernetesClient.visitResources
Fix #5214: null values are omitted by default, which means custom resources by in large won't need JsonIncludes annotations. The only time that is required is when null is to be preserved via @JsonInclude(value = Include.ALWAYS) on the relevant field.
Fix #5218: No export for io.fabric8.tekton.triggers.internal.knative.pkg.apis.duck.v1beta1 in tekton v1beta1 triggers model
Fix #5224: Ensuring jetty sets the User-Agent header
Fix #5229: Correcting the timeout units and behavior of withReadyWaitTimeout
Fix #5235: Vert.x doesn't need to track derived HttpClients - prevents leakage
Fix #5236: using scale v1beta1 compatible logic for DeploymentConfig
Fix #5238: Preserve folder structure again in PodUpload.upload()
Fix #5250: HttpLoggingInterceptor uses response body ByteBuffer copy
Fix #4225: Enum fields written in generated crd yaml
Fix #5194: prevented NPEs due to timing issues with KubernetesClient.visitResources
Fix #5214: null values are omitted by default, which means custom resources by in large won't need JsonIncludes annotations. The only time that is required is when null is to be preserved via @JsonInclude(value = Include.ALWAYS) on the relevant field.
Fix #5218: No export for io.fabric8.tekton.triggers.internal.knative.pkg.apis.duck.v1beta1 in tekton v1beta1 triggers model
Fix #5224: Ensuring jetty sets the User-Agent header
Fix #5229: Correcting the timeout units and behavior of withReadyWaitTimeout
Fix #5235: Vert.x doesn't need to track derived HttpClients - prevents leakage
Fix #5236: using scale v1beta1 compatible logic for DeploymentConfig
Fix #5238: Preserve folder structure again in PodUpload.upload()
Fix #5250: HttpLoggingInterceptor uses response body ByteBuffer copy
Commits
3d56a27 [RELEASE] Updated project version to v6.7.2
6899cb4 test: PodIT don't rely on PodResource.file.read to verify the contents of the...
63bcd03 fix: HttpLoggingInterceptor uses response body ByteBuffer copy
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-api from 6.7.1 to 6.7.2.
Release notes
Sourced from io.fabric8:kubernetes-client-api's releases.
Changelog
Sourced from io.fabric8:kubernetes-client-api's changelog.
Commits
3d56a27
[RELEASE] Updated project version to v6.7.26899cb4
test: PodIT don't rely on PodResource.file.read to verify the contents of the...63bcd03
fix: HttpLoggingInterceptor uses response body ByteBuffer copy6170b04
preventing conflicts with dc update72fe5ae
fix #5229: allowing for other exits from the readiness check2641818
fix #5194: showing the groups that were visited3e5ae25
fix #5194: prevent NPEs when the APIResourceList is missing8573932
fix #5194: deflaking ScaleIT by ensuring api metadata lookup succeeds7c71222
switching to a relative root for tar entriesb9e58cf
test: PodIT uploadDir test checks for nested directoriesDependabot 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)