Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the dependencies group with 34 updates in the / directory:

Package From To
io.fabric8:kubernetes-client-bom-with-deps 7.4.0 7.5.2
io.fabric8:openshift-client 7.4.0 7.5.2
io.fabric8:kubernetes-model-common 7.4.0 7.5.2
io.fabric8:generator-annotations 7.4.0 7.5.2
io.fabric8:kubernetes-model-core 7.4.0 7.5.2
io.fabric8:kubernetes-client-api 7.4.0 7.5.2
io.fabric8:kubernetes-model-apps 7.4.0 7.5.2
io.fabric8:kubernetes-model-rbac 7.4.0 7.5.2
io.fabric8:openshift-model-operatorhub 7.4.0 7.5.2
io.fabric8:openshift-client-api 7.4.0 7.5.2
io.fabric8:kubernetes-model-batch 7.4.0 7.5.2
io.fabric8:java-generator-maven-plugin 7.4.0 7.5.2
io.qameta.allure:allure-bom 2.31.0 2.32.0
io.qameta.allure:allure-junit5 2.31.0 2.32.0
io.qameta.allure:allure-java-commons 2.31.0 2.32.0
io.skodjob:test-frame-common 1.2.0 1.3.0
io.skodjob:test-frame-kubernetes 1.2.0 1.3.0
io.skodjob:test-frame-openshift 1.2.0 1.3.0
io.skodjob:test-frame-log-collector 1.2.0 1.3.0
io.skodjob:test-frame-metrics-collector 1.2.0 1.3.0
org.junit.jupiter:junit-jupiter-engine 6.0.1 6.0.2
org.junit.jupiter:junit-jupiter-api 6.0.1 6.0.2
org.junit.jupiter:junit-jupiter-params 6.0.1 6.0.2
org.junit.platform:junit-platform-commons 6.0.1 6.0.2
org.junit.platform:junit-platform-launcher 6.0.1 6.0.2
org.junit.platform:junit-platform-engine 6.0.1 6.0.2
commons-codec:commons-codec 1.20.0 1.21.0
org.apache.logging.log4j:log4j-slf4j2-impl 2.25.2 2.25.3
org.apache.logging.log4j:log4j-api 2.25.2 2.25.3
io.strimzi:api 0.48.0 0.50.0
org.apache.maven.plugins:maven-compiler-plugin 3.14.1 3.15.0
io.qameta.allure:allure-maven 2.16.1 2.17.0
com.github.spotbugs:spotbugs-maven-plugin 4.9.8.1 4.9.8.2
org.codehaus.mojo:exec-maven-plugin 3.6.2 3.6.3

Updates io.fabric8:kubernetes-client-bom-with-deps from 7.4.0 to 7.5.2

Release notes

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

7.5.2 (2026-01-22)

Dependency Upgrade

  • Fix #7408: bump vertx.version from 4.5.21 to 4.5.24

Full Changelog: fabric8io/kubernetes-client@v7.5.1...v7.5.2

7.5.1 (2026-01-15)

Bugs

  • Fix #7400: Parent reference added in BOM 7.5.0

Full Changelog: fabric8io/kubernetes-client@v7.5.0...v7.5.1

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.

New Contributors

... (truncated)

Changelog

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

7.5.2 (2026-01-22)

Dependency Upgrade

  • Fix #7408: bump vertx.version from 4.5.21 to 4.5.24

7.5.1 (2026-01-15)

Bugs

  • Fix #7400: Parent reference added in BOM 7.5.0

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.
Commits
  • b7976bf [RELEASE]: Updated project version to v7.5.2
  • ddaf226 chore(deps): bump vertx.version from 4.5.21 to 4.5.24
  • 68d05a2 [RELEASE] Prepare for next development iteration
  • 7af4124 [RELEASE] Updated project version to v7.5.1
  • 4181b16 fix(ci): correct command syntax for Maven plugin installation
  • 3bf5a53 fix(ci): parent no longer included in BOM (7403)
  • c0830e5 [RELEASE] Prepare for next development iteration
  • d1c1045 [RELEASE] Updated project version to v7.5.0
  • e1e6ebd chore(ci): update team members in CODEOWNERS and release workflows
  • 8fe70e1 test(port-forwarding): enhance test coverage for port forwarding scenarios
  • Additional commits viewable in compare view

Updates io.fabric8:openshift-client from 7.4.0 to 7.5.2

Release notes

Sourced from io.fabric8:openshift-client's releases.

7.5.2 (2026-01-22)

Dependency Upgrade

  • Fix #7408: bump vertx.version from 4.5.21 to 4.5.24

Full Changelog: fabric8io/kubernetes-client@v7.5.1...v7.5.2

7.5.1 (2026-01-15)

Bugs

  • Fix #7400: Parent reference added in BOM 7.5.0

Full Changelog: fabric8io/kubernetes-client@v7.5.0...v7.5.1

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.

New Contributors

... (truncated)

Changelog

Sourced from io.fabric8:openshift-client's changelog.

7.5.2 (2026-01-22)

Dependency Upgrade

  • Fix #7408: bump vertx.version from 4.5.21 to 4.5.24

7.5.1 (2026-01-15)

Bugs

  • Fix #7400: Parent reference added in BOM 7.5.0

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.
Commits
  • b7976bf [RELEASE]: Updated project version to v7.5.2
  • ddaf226 chore(deps): bump vertx.version from 4.5.21 to 4.5.24
  • 68d05a2 [RELEASE] Prepare for next development iteration
  • 7af4124 [RELEASE] Updated project version to v7.5.1
  • 4181b16 fix(ci): correct command syntax for Maven plugin installation
  • 3bf5a53 fix(ci): parent no longer included in BOM (7403)
  • c0830e5 [RELEASE] Prepare for next development iteration
  • d1c1045 [RELEASE] Updated project version to v7.5.0
  • e1e6ebd chore(ci): update team members in CODEOWNERS and release workflows
  • 8fe70e1 test(port-forwarding): enhance test coverage for port forwarding scenarios
  • Additional commits viewable in compare view

Updates io.fabric8:kubernetes-model-common from 7.4.0 to 7.5.2

Updates io.fabric8:generator-annotations from 7.4.0 to 7.5.2

Release notes

Sourced from io.fabric8:generator-annotations's releases.

7.5.2 (2026-01-22)

Dependency Upgrade

  • Fix #7408: bump vertx.version from 4.5.21 to 4.5.24

Full Changelog: fabric8io/kubernetes-client@v7.5.1...v7.5.2

7.5.1 (2026-01-15)

Bugs

  • Fix #7400: Parent reference added in BOM 7.5.0

Full Changelog: fabric8io/kubernetes-client@v7.5.0...v7.5.1

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.

New Contributors

... (truncated)

Changelog

Sourced from io.fabric8:generator-annotations's changelog.

7.5.2 (2026-01-22)

Dependency Upgrade

  • Fix #7408: bump vertx.version from 4.5.21 to 4.5.24

7.5.1 (2026-01-15)

Bugs

  • Fix #7400: Parent reference added in BOM 7.5.0

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.
Commits
  • b7976bf [RELEASE]: Updated project version to v7.5.2
  • ddaf226 chore(deps): bump vertx.version from 4.5.21 to 4.5.24
  • 68d05a2 [RELEASE] Prepare for next development iteration
  • 7af4124 [RELEASE] Updated project version to v7.5.1
  • 4181b16 fix(ci): correct command syntax for Maven plugin installation
  • 3bf5a53 fix(ci): parent no longer included in BOM (7403)
  • c0830e5 [RELEASE] Prepare for next development iteration
  • d1c1045 [RELEASE] Updated project version to v7.5.0
  • e1e6ebd chore(ci): update team members in CODEOWNERS and release workflows
  • 8fe70e1 test(port-forwarding): enhance test coverage for port forwarding scenarios
  • Additional commits viewable in compare view

Updates io.fabric8:kubernetes-model-core from 7.4.0 to 7.5.2

Updates io.fabric8:kubernetes-client-api from 7.4.0 to 7.5.2

Release notes

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

7.5.2 (2026-01-22)

Dependency Upgrade

  • Fix #7408: bump vertx.version from 4.5.21 to 4.5.24

Full Changelog: fabric8io/kubernetes-client@v7.5.1...v7.5.2

7.5.1 (2026-01-15)

Bugs

  • Fix #7400: Parent reference added in BOM 7.5.0

Full Changelog: fabric8io/kubernetes-client@v7.5.0...v7.5.1

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.

New Contributors

... (truncated)

Changelog

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

7.5.2 (2026-01-22)

Dependency Upgrade

  • Fix #7408: bump vertx.version from 4.5.21 to 4.5.24

7.5.1 (2026-01-15)

Bugs

  • Fix #7400: Parent reference added in BOM 7.5.0

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.
Commits
  • b7976bf [RELEASE]: Updated project version to v7.5.2
  • ddaf226 chore(deps): bump vertx.version from 4.5.21 to 4.5.24
  • 68d05a2 [RELEASE] Prepare for next development iteration
  • 7af4124 [RELEASE] Updated project version to v7.5.1
  • 4181b16 fix(ci): correct command syntax for Maven plugin installation
  • 3bf5a53 fix(ci): parent no longer included in BOM (7403)
  • c0830e5 [RELEASE] Prepare for next development iteration
  • d1c1045 [RELEASE] Updated project version to v7.5.0
  • e1e6ebd chore(ci): update team members in CODEOWNERS and release workflows
  • 8fe70e1 test(port-forwarding): enhance test coverage for port forwarding scenarios
  • Additional commits viewable in compare view

Updates io.fabric8:kubernetes-model-apps from 7.4.0 to 7.5.2

Updates io.fabric8:kubernetes-model-rbac from 7.4.0 to 7.5.2

Updates io.fabric8:openshift-model-operatorhub from 7.4.0 to 7.5.2

Updates io.fabric8:openshift-client-api from 7.4.0 to 7.5.2

Release notes

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

7.5.2 (2026-01-22)

Dependency Upgrade

  • Fix #7408: bump vertx.version from 4.5.21 to 4.5.24

Full Changelog: fabric8io/kubernetes-client@v7.5.1...v7.5.2

7.5.1 (2026-01-15)

Bugs

  • Fix #7400: Parent reference added in BOM 7.5.0

Full Changelog: fabric8io/kubernetes-client@v7.5.0...v7.5.1

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.

New Contributors

... (truncated)

Changelog

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

7.5.2 (2026-01-22)

Dependency Upgrade

  • Fix #7408: bump vertx.versio...

    Description has been truncated

Bumps the dependencies group with 34 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.fabric8:kubernetes-client-bom-with-deps](https://github.com/fabric8io/kubernetes-client) | `7.4.0` | `7.5.2` |
| [io.fabric8:openshift-client](https://github.com/fabric8io/kubernetes-client) | `7.4.0` | `7.5.2` |
| io.fabric8:kubernetes-model-common | `7.4.0` | `7.5.2` |
| [io.fabric8:generator-annotations](https://github.com/fabric8io/kubernetes-client) | `7.4.0` | `7.5.2` |
| io.fabric8:kubernetes-model-core | `7.4.0` | `7.5.2` |
| [io.fabric8:kubernetes-client-api](https://github.com/fabric8io/kubernetes-client) | `7.4.0` | `7.5.2` |
| io.fabric8:kubernetes-model-apps | `7.4.0` | `7.5.2` |
| io.fabric8:kubernetes-model-rbac | `7.4.0` | `7.5.2` |
| io.fabric8:openshift-model-operatorhub | `7.4.0` | `7.5.2` |
| [io.fabric8:openshift-client-api](https://github.com/fabric8io/kubernetes-client) | `7.4.0` | `7.5.2` |
| io.fabric8:kubernetes-model-batch | `7.4.0` | `7.5.2` |
| io.fabric8:java-generator-maven-plugin | `7.4.0` | `7.5.2` |
| [io.qameta.allure:allure-bom](https://github.com/allure-framework/allure-java) | `2.31.0` | `2.32.0` |
| [io.qameta.allure:allure-junit5](https://github.com/allure-framework/allure-java) | `2.31.0` | `2.32.0` |
| [io.qameta.allure:allure-java-commons](https://github.com/allure-framework/allure-java) | `2.31.0` | `2.32.0` |
| [io.skodjob:test-frame-common](https://github.com/skodjob/test-frame) | `1.2.0` | `1.3.0` |
| [io.skodjob:test-frame-kubernetes](https://github.com/skodjob/test-frame) | `1.2.0` | `1.3.0` |
| [io.skodjob:test-frame-openshift](https://github.com/skodjob/test-frame) | `1.2.0` | `1.3.0` |
| [io.skodjob:test-frame-log-collector](https://github.com/skodjob/test-frame) | `1.2.0` | `1.3.0` |
| [io.skodjob:test-frame-metrics-collector](https://github.com/skodjob/test-frame) | `1.2.0` | `1.3.0` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.2` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.2` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.2` |
| [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.2` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.2` |
| [org.junit.platform:junit-platform-engine](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.2` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.20.0` | `1.21.0` |
| org.apache.logging.log4j:log4j-slf4j2-impl | `2.25.2` | `2.25.3` |
| org.apache.logging.log4j:log4j-api | `2.25.2` | `2.25.3` |
| [io.strimzi:api](https://github.com/strimzi/strimzi-kafka-operator) | `0.48.0` | `0.50.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.1` | `3.15.0` |
| [io.qameta.allure:allure-maven](https://github.com/allure-framework/allure-maven) | `2.16.1` | `2.17.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.9.8.1` | `4.9.8.2` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.6.2` | `3.6.3` |



Updates `io.fabric8:kubernetes-client-bom-with-deps` from 7.4.0 to 7.5.2
- [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.4.0...v7.5.2)

Updates `io.fabric8:openshift-client` from 7.4.0 to 7.5.2
- [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.4.0...v7.5.2)

Updates `io.fabric8:kubernetes-model-common` from 7.4.0 to 7.5.2

Updates `io.fabric8:generator-annotations` from 7.4.0 to 7.5.2
- [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.4.0...v7.5.2)

Updates `io.fabric8:kubernetes-model-core` from 7.4.0 to 7.5.2

Updates `io.fabric8:kubernetes-client-api` from 7.4.0 to 7.5.2
- [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.4.0...v7.5.2)

Updates `io.fabric8:kubernetes-model-apps` from 7.4.0 to 7.5.2

Updates `io.fabric8:kubernetes-model-rbac` from 7.4.0 to 7.5.2

Updates `io.fabric8:openshift-model-operatorhub` from 7.4.0 to 7.5.2

Updates `io.fabric8:openshift-client-api` from 7.4.0 to 7.5.2
- [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.4.0...v7.5.2)

Updates `io.fabric8:kubernetes-model-batch` from 7.4.0 to 7.5.2

Updates `io.fabric8:java-generator-maven-plugin` from 7.4.0 to 7.5.2

Updates `io.qameta.allure:allure-bom` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.31.0...2.32.0)

Updates `io.qameta.allure:allure-junit5` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.31.0...2.32.0)

Updates `io.qameta.allure:allure-java-commons` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.31.0...2.32.0)

Updates `io.skodjob:test-frame-common` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/skodjob/test-frame/releases)
- [Commits](skodjob/test-frame@1.2.0...1.3.0)

Updates `io.skodjob:test-frame-kubernetes` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/skodjob/test-frame/releases)
- [Commits](skodjob/test-frame@1.2.0...1.3.0)

Updates `io.skodjob:test-frame-openshift` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/skodjob/test-frame/releases)
- [Commits](skodjob/test-frame@1.2.0...1.3.0)

Updates `io.skodjob:test-frame-log-collector` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/skodjob/test-frame/releases)
- [Commits](skodjob/test-frame@1.2.0...1.3.0)

Updates `io.skodjob:test-frame-metrics-collector` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/skodjob/test-frame/releases)
- [Commits](skodjob/test-frame@1.2.0...1.3.0)

Updates `io.skodjob:test-frame-kubernetes` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/skodjob/test-frame/releases)
- [Commits](skodjob/test-frame@1.2.0...1.3.0)

Updates `io.skodjob:test-frame-openshift` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/skodjob/test-frame/releases)
- [Commits](skodjob/test-frame@1.2.0...1.3.0)

Updates `io.skodjob:test-frame-log-collector` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/skodjob/test-frame/releases)
- [Commits](skodjob/test-frame@1.2.0...1.3.0)

Updates `io.skodjob:test-frame-metrics-collector` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/skodjob/test-frame/releases)
- [Commits](skodjob/test-frame@1.2.0...1.3.0)

Updates `io.fabric8:openshift-client` from 7.4.0 to 7.5.2
- [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.4.0...v7.5.2)

Updates `io.fabric8:kubernetes-model-common` from 7.4.0 to 7.5.2

Updates `io.fabric8:generator-annotations` from 7.4.0 to 7.5.2
- [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.4.0...v7.5.2)

Updates `io.fabric8:kubernetes-model-core` from 7.4.0 to 7.5.2

Updates `io.fabric8:kubernetes-client-api` from 7.4.0 to 7.5.2
- [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.4.0...v7.5.2)

Updates `io.fabric8:kubernetes-model-apps` from 7.4.0 to 7.5.2

Updates `io.fabric8:kubernetes-model-rbac` from 7.4.0 to 7.5.2

Updates `io.fabric8:openshift-model-operatorhub` from 7.4.0 to 7.5.2

Updates `io.fabric8:openshift-client-api` from 7.4.0 to 7.5.2
- [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.4.0...v7.5.2)

Updates `io.fabric8:kubernetes-model-batch` from 7.4.0 to 7.5.2

Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `org.junit.platform:junit-platform-commons` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `org.junit.platform:junit-platform-launcher` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `org.junit.platform:junit-platform-engine` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `org.junit.platform:junit-platform-commons` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `org.junit.platform:junit-platform-launcher` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `org.junit.platform:junit-platform-engine` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

Updates `io.qameta.allure:allure-junit5` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.31.0...2.32.0)

Updates `io.qameta.allure:allure-java-commons` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.31.0...2.32.0)

Updates `commons-codec:commons-codec` from 1.20.0 to 1.21.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.20.0...rel/commons-codec-1.21.0)

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.2 to 2.25.3

Updates `org.apache.logging.log4j:log4j-api` from 2.25.2 to 2.25.3

Updates `org.apache.logging.log4j:log4j-api` from 2.25.2 to 2.25.3

Updates `io.strimzi:api` from 0.48.0 to 0.50.0
- [Release notes](https://github.com/strimzi/strimzi-kafka-operator/releases)
- [Changelog](https://github.com/strimzi/strimzi-kafka-operator/blob/main/CHANGELOG.md)
- [Commits](strimzi/strimzi-kafka-operator@0.48.0...0.50.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.1 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0)

Updates `io.qameta.allure:allure-maven` from 2.16.1 to 2.17.0
- [Release notes](https://github.com/allure-framework/allure-maven/releases)
- [Commits](allure-framework/allure-maven@2.16.1...2.17.0)

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.8.1 to 4.9.8.2
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.1...spotbugs-maven-plugin-4.9.8.2)

Updates `io.fabric8:java-generator-maven-plugin` from 7.4.0 to 7.5.2

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.6.2...3.6.3)

---
updated-dependencies:
- dependency-name: io.fabric8:kubernetes-client-bom-with-deps
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-client
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-common
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:generator-annotations
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-core
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-client-api
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-apps
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-rbac
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-model-operatorhub
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-client-api
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-batch
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:java-generator-maven-plugin
  dependency-version: 7.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-bom
  dependency-version: 2.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-junit5
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-java-commons
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.skodjob:test-frame-common
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.skodjob:test-frame-kubernetes
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.skodjob:test-frame-openshift
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.skodjob:test-frame-log-collector
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.skodjob:test-frame-metrics-collector
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.skodjob:test-frame-kubernetes
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.skodjob:test-frame-openshift
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.skodjob:test-frame-log-collector
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.skodjob:test-frame-metrics-collector
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-client
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-common
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:generator-annotations
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-core
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-client-api
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-apps
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-rbac
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-model-operatorhub
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-client-api
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-batch
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-commons
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-engine
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-commons
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-engine
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-junit5
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-java-commons
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-version: 2.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.strimzi:api
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-maven
  dependency-version: 2.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-version: 4.9.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.fabric8:java-generator-maven-plugin
  dependency-version: 7.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 2, 2026
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.

0 participants