Skip to content

7.2.0 (2025-04-30)

Latest
Compare
Choose a tag to compare
@manusa manusa released this 30 Apr 10:50
· 3 commits to main since this release
8570d25

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: v7.1.0...v7.2.0