Skip to content

chore(deps): bump fabric8-client.version from 7.1.0 to 7.2.0 #2780

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

Merged
merged 1 commit into from
May 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps fabric8-client.version from 7.1.0 to 7.2.0.
Updates io.fabric8:kubernetes-client-bom from 7.1.0 to 7.2.0

Release notes

Sourced from io.fabric8:kubernetes-client-bom's releases.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.1.0...v7.2.0

Changelog

Sourced from io.fabric8:kubernetes-client-bom's changelog.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

Note: Breaking changes

Commits
  • 8570d25 [RELEASE] Updated project version to v7.2.0
  • 4963c71 chore(deps): bump manusa/actions-setup-minikube from 2.13.1 to 2.14.0
  • fce4d6b ci: run tests in Kubernetes v1.33
  • 52188ad fix: getKubernetesVersion works in Kubernetes v1.33.0
  • accb9b3 chore(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
  • 620b779 chore(deps): bump k8s.io/apiextensions-apiserver
  • 62c4d57 chore(deps): bump k8s.io/apimachinery
  • a2dbf10 chore(deps-dev): bump org.keycloak:keycloak-core from 26.2.0 to 26.2.1
  • c9ad4ad chore(deps): bump github.com/cert-manager/cert-manager
  • b704519 feat(openapi): support for Kubernetes v1.33 (Octarine) (7026)
  • Additional commits viewable in compare view

Updates io.fabric8:kubernetes-server-mock from 7.1.0 to 7.2.0

Updates io.fabric8:kubernetes-client-api from 7.1.0 to 7.2.0

Release notes

Sourced from io.fabric8:kubernetes-client-api's releases.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.1.0...v7.2.0

Changelog

Sourced from io.fabric8:kubernetes-client-api's changelog.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

Note: Breaking changes

Commits
  • 8570d25 [RELEASE] Updated project version to v7.2.0
  • 4963c71 chore(deps): bump manusa/actions-setup-minikube from 2.13.1 to 2.14.0
  • fce4d6b ci: run tests in Kubernetes v1.33
  • 52188ad fix: getKubernetesVersion works in Kubernetes v1.33.0
  • accb9b3 chore(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
  • 620b779 chore(deps): bump k8s.io/apiextensions-apiserver
  • 62c4d57 chore(deps): bump k8s.io/apimachinery
  • a2dbf10 chore(deps-dev): bump org.keycloak:keycloak-core from 26.2.0 to 26.2.1
  • c9ad4ad chore(deps): bump github.com/cert-manager/cert-manager
  • b704519 feat(openapi): support for Kubernetes v1.33 (Octarine) (7026)
  • Additional commits viewable in compare view

Updates io.fabric8:kube-api-test-client-inject from 7.1.0 to 7.2.0

Updates io.fabric8:kubernetes-httpclient-okhttp from 7.1.0 to 7.2.0

Release notes

Sourced from io.fabric8:kubernetes-httpclient-okhttp's releases.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.1.0...v7.2.0

Changelog

Sourced from io.fabric8:kubernetes-httpclient-okhttp's changelog.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

Note: Breaking changes

Commits
  • 8570d25 [RELEASE] Updated project version to v7.2.0
  • 4963c71 chore(deps): bump manusa/actions-setup-minikube from 2.13.1 to 2.14.0
  • fce4d6b ci: run tests in Kubernetes v1.33
  • 52188ad fix: getKubernetesVersion works in Kubernetes v1.33.0
  • accb9b3 chore(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
  • 620b779 chore(deps): bump k8s.io/apiextensions-apiserver
  • 62c4d57 chore(deps): bump k8s.io/apimachinery
  • a2dbf10 chore(deps-dev): bump org.keycloak:keycloak-core from 26.2.0 to 26.2.1
  • c9ad4ad chore(deps): bump github.com/cert-manager/cert-manager
  • b704519 feat(openapi): support for Kubernetes v1.33 (Octarine) (7026)
  • Additional commits viewable in compare view

Updates io.fabric8:kubernetes-httpclient-vertx from 7.1.0 to 7.2.0

Release notes

Sourced from io.fabric8:kubernetes-httpclient-vertx's releases.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.1.0...v7.2.0

Changelog

Sourced from io.fabric8:kubernetes-httpclient-vertx's changelog.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

Note: Breaking changes

Commits
  • 8570d25 [RELEASE] Updated project version to v7.2.0
  • 4963c71 chore(deps): bump manusa/actions-setup-minikube from 2.13.1 to 2.14.0
  • fce4d6b ci: run tests in Kubernetes v1.33
  • 52188ad fix: getKubernetesVersion works in Kubernetes v1.33.0
  • accb9b3 chore(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
  • 620b779 chore(deps): bump k8s.io/apiextensions-apiserver
  • 62c4d57 chore(deps): bump k8s.io/apimachinery
  • a2dbf10 chore(deps-dev): bump org.keycloak:keycloak-core from 26.2.0 to 26.2.1
  • c9ad4ad chore(deps): bump github.com/cert-manager/cert-manager
  • b704519 feat(openapi): support for Kubernetes v1.33 (Octarine) (7026)
  • Additional commits viewable in compare view

Updates io.fabric8:kubernetes-httpclient-jdk from 7.1.0 to 7.2.0

Release notes

Sourced from io.fabric8:kubernetes-httpclient-jdk's releases.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.1.0...v7.2.0

Changelog

Sourced from io.fabric8:kubernetes-httpclient-jdk's changelog.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

Note: Breaking changes

Commits
  • 8570d25 [RELEASE] Updated project version to v7.2.0
  • 4963c71 chore(deps): bump manusa/actions-setup-minikube from 2.13.1 to 2.14.0
  • fce4d6b ci: run tests in Kubernetes v1.33
  • 52188ad fix: getKubernetesVersion works in Kubernetes v1.33.0
  • accb9b3 chore(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
  • 620b779 chore(deps): bump k8s.io/apiextensions-apiserver
  • 62c4d57 chore(deps): bump k8s.io/apimachinery
  • a2dbf10 chore(deps-dev): bump org.keycloak:keycloak-core from 26.2.0 to 26.2.1
  • c9ad4ad chore(deps): bump github.com/cert-manager/cert-manager
  • b704519 feat(openapi): support for Kubernetes v1.33 (Octarine) (7026)
  • Additional commits viewable in compare view

Updates io.fabric8:kubernetes-httpclient-jetty from 7.1.0 to 7.2.0

Release notes

Sourced from io.fabric8:kubernetes-httpclient-jetty's releases.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.1.0...v7.2.0

Changelog

Sourced from io.fabric8:kubernetes-httpclient-jetty's changelog.

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #7025: Support for Kubernetes v1.33 (Octarine)

Note: Breaking changes

Commits
  • 8570d25 [RELEASE] Updated project version to v7.2.0
  • 4963c71 chore(deps): bump manusa/actions-setup-minikube from 2.13.1 to 2.14.0
  • fce4d6b ci: run tests in Kubernetes v1.33
  • 52188ad fix: getKubernetesVersion works in Kubernetes v1.33.0
  • accb9b3 chore(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
  • 620b779 chore(deps): bump k8s.io/apiextensions-apiserver
  • 62c4d57 chore(deps): bump k8s.io/apimachinery
  • a2dbf10 chore(deps-dev): bump org.keycloak:keycloak-core from 26.2.0 to 26.2.1
  • c9ad4ad chore(deps): bump github.com/cert-manager/cert-manager
  • b704519 feat(openapi): support for Kubernetes v1.33 (Octarine) (7026)
  • Additional commits viewable in compare view

Updates io.fabric8:crd-generator-maven-plugin from 7.1.0 to 7.2.0

Updates io.fabric8:java-generator-maven-plugin from 7.1.0 to 7.2.0

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)

Bumps `fabric8-client.version` from 7.1.0 to 7.2.0.

Updates `io.fabric8:kubernetes-client-bom` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.1.0...v7.2.0)

Updates `io.fabric8:kubernetes-server-mock` from 7.1.0 to 7.2.0

Updates `io.fabric8:kubernetes-client-api` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.1.0...v7.2.0)

Updates `io.fabric8:kube-api-test-client-inject` from 7.1.0 to 7.2.0

Updates `io.fabric8:kubernetes-httpclient-okhttp` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.1.0...v7.2.0)

Updates `io.fabric8:kubernetes-httpclient-vertx` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.1.0...v7.2.0)

Updates `io.fabric8:kubernetes-httpclient-jdk` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.1.0...v7.2.0)

Updates `io.fabric8:kubernetes-httpclient-jetty` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.1.0...v7.2.0)

Updates `io.fabric8:crd-generator-maven-plugin` from 7.1.0 to 7.2.0

Updates `io.fabric8:java-generator-maven-plugin` from 7.1.0 to 7.2.0

---
updated-dependencies:
- dependency-name: io.fabric8:kubernetes-client-bom
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:kubernetes-server-mock
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:kubernetes-client-api
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:kube-api-test-client-inject
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:kubernetes-httpclient-okhttp
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:kubernetes-httpclient-vertx
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:kubernetes-httpclient-jdk
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:kubernetes-httpclient-jetty
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:crd-generator-maven-plugin
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:java-generator-maven-plugin
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 1, 2025
@openshift-ci openshift-ci bot requested review from csviri and metacosm May 1, 2025 03:51
@csviri csviri merged commit c5441fb into main May 1, 2025
25 checks passed
@csviri csviri deleted the dependabot/maven/fabric8-client.version-7.2.0 branch May 1, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant