Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps the major group with 7 updates in the /data-plane directory:

Package From To
org.apache.kafka:kafka-clients 3.7.1 4.0.0.redhat-00010
org.apache.kafka:kafka_2.13 3.7.1 4.0.0.redhat-00010
io.fabric8:kubernetes-client 6.10.0 7.1.0.redhat-00001
io.fabric8:kubernetes-client-api 6.10.0 7.1.0.redhat-00001
io.fabric8:kubernetes-httpclient-jdk 6.10.0 7.1.0.redhat-00001
io.fabric8:kubernetes-server-mock 6.10.0 7.1.0.redhat-00001
com.github.vladimir-bukhtoyarov:bucket4j-core 7.6.0 8.0.1

Updates org.apache.kafka:kafka-clients from 3.7.1 to 4.0.0.redhat-00010

Updates org.apache.kafka:kafka_2.13 from 3.7.1 to 4.0.0.redhat-00010

Updates io.fabric8:kubernetes-client from 6.10.0 to 7.1.0.redhat-00001

Release notes

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

7.1.0 (2025-01-30)

Bugs

  • Fix #6725: (crd-generator) CRD generator missing type for GenericKubernetesResource
  • Fix #6747: Preventing websocket error logs when the client is closed
  • Fix #6781: Allowing ipv6 entries to work in NO_PROXY
  • Fix #6792: VertxHttpClient uses exclusive Vert.x instance by default

New Features

  • Fix #5993: Support for Kubernetes v1.31 (elli)
  • Fix #6767: Support for Kubernetes v1.32 (penelope)
  • Fix #6777: Added Javadoc comments to all generated models
  • Fix #6802: (java-generator) Added support for required spec and status

New Contributors

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

7.0.1 (2024-12-18)

Bugs

  • Fix #6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance

Full Changelog: fabric8io/kubernetes-client@v7.0.0...v7.0.1

7.0.0 (2024-12-03)

Bugs

  • Fix #6038: Support for Gradle configuration cache
  • Fix #6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #6459: Pod log request sinceTime param correctly encoded
  • Fix #6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #6654: (crd-generator) default values for CRD fields can be numeric or boolean

Improvements

  • Fix #3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #5264: Remove deprecated Config.errorMessages field
  • Fix #6008: removing the optional dependency on bouncy castle
  • Fix #6407: sundrio builder-annotations is not available via bom import
  • Fix #6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #6281: use GitHub binary repo for Kube API Tests
  • Fix #6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #6240: Support for multiple files listed in the KUBECONFIG env var

... (truncated)

Changelog

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

CHANGELOG

7.4-SNAPSHOT

Bugs

  • Fix #7087: Avoid possible NPE in OkHttp websocket handlinger
  • Fix #7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #7163: Ensure that streams are notified of errors
  • Fix #7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata

Improvements

Dependency Upgrade

New Features

Note: Breaking changes

6.14.0 (2025-06-10)

Bugs

  • Fix #7107: Jackson 2.19.0+ support

Note: Breaking changes

  • Fix #7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

7.3.1 (2025-05-20)

Bugs

  • Fix #7071: Buildable reference imports don't override local package class references

7.3.0 (2025-05-15)

Bugs

  • Fix #7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)

Dependency Upgrade

  • Fix #7036: Jackson upgraded from v2.18.3 to v2.19.0

Note: Breaking changes

  • Fix #7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

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

... (truncated)

Commits

Updates io.fabric8:kubernetes-client-api from 6.10.0 to 7.1.0.redhat-00001

Release notes

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

7.1.0 (2025-01-30)

Bugs

  • Fix #6725: (crd-generator) CRD generator missing type for GenericKubernetesResource
  • Fix #6747: Preventing websocket error logs when the client is closed
  • Fix #6781: Allowing ipv6 entries to work in NO_PROXY
  • Fix #6792: VertxHttpClient uses exclusive Vert.x instance by default

New Features

  • Fix #5993: Support for Kubernetes v1.31 (elli)
  • Fix #6767: Support for Kubernetes v1.32 (penelope)
  • Fix #6777: Added Javadoc comments to all generated models
  • Fix #6802: (java-generator) Added support for required spec and status

New Contributors

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

7.0.1 (2024-12-18)

Bugs

  • Fix #6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance

Full Changelog: fabric8io/kubernetes-client@v7.0.0...v7.0.1

7.0.0 (2024-12-03)

Bugs

  • Fix #6038: Support for Gradle configuration cache
  • Fix #6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #6459: Pod log request sinceTime param correctly encoded
  • Fix #6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #6654: (crd-generator) default values for CRD fields can be numeric or boolean

Improvements

  • Fix #3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #5264: Remove deprecated Config.errorMessages field
  • Fix #6008: removing the optional dependency on bouncy castle
  • Fix #6407: sundrio builder-annotations is not available via bom import
  • Fix #6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #6281: use GitHub binary repo for Kube API Tests
  • Fix #6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #6240: Support for multiple files listed in the KUBECONFIG env var

... (truncated)

Changelog

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

CHANGELOG

7.4-SNAPSHOT

Bugs

  • Fix #7087: Avoid possible NPE in OkHttp websocket handlinger
  • Fix #7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #7163: Ensure that streams are notified of errors
  • Fix #7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata

Improvements

Dependency Upgrade

New Features

Note: Breaking changes

6.14.0 (2025-06-10)

Bugs

  • Fix #7107: Jackson 2.19.0+ support

Note: Breaking changes

  • Fix #7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

7.3.1 (2025-05-20)

Bugs

  • Fix #7071: Buildable reference imports don't override local package class references

7.3.0 (2025-05-15)

Bugs

  • Fix #7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)

Dependency Upgrade

  • Fix #7036: Jackson upgraded from v2.18.3 to v2.19.0

Note: Breaking changes

  • Fix #7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

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

... (truncated)

Commits

Updates io.fabric8:kubernetes-httpclient-jdk from 6.10.0 to 7.1.0.redhat-00001

Release notes

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

7.1.0 (2025-01-30)

Bugs

  • Fix #6725: (crd-generator) CRD generator missing type for GenericKubernetesResource
  • Fix #6747: Preventing websocket error logs when the client is closed
  • Fix #6781: Allowing ipv6 entries to work in NO_PROXY
  • Fix #6792: VertxHttpClient uses exclusive Vert.x instance by default

New Features

  • Fix #5993: Support for Kubernetes v1.31 (elli)
  • Fix #6767: Support for Kubernetes v1.32 (penelope)
  • Fix #6777: Added Javadoc comments to all generated models
  • Fix #6802: (java-generator) Added support for required spec and status

New Contributors

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

7.0.1 (2024-12-18)

Bugs

  • Fix #6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance

Full Changelog: fabric8io/kubernetes-client@v7.0.0...v7.0.1

7.0.0 (2024-12-03)

Bugs

  • Fix #6038: Support for Gradle configuration cache
  • Fix #6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #6459: Pod log request sinceTime param correctly encoded
  • Fix #6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #6654: (crd-generator) default values for CRD fields can be numeric or boolean

Improvements

  • Fix #3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #5264: Remove deprecated Config.errorMessages field
  • Fix #6008: removing the optional dependency on bouncy castle
  • Fix #6407: sundrio builder-annotations is not available via bom import
  • Fix #6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #6281: use GitHub binary repo for Kube API Tests
  • Fix #6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #6240: Support for multiple files listed in the KUBECONFIG env var

... (truncated)

Changelog

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

CHANGELOG

7.4-SNAPSHOT

Bugs

  • Fix #7087: Avoid possible NPE in OkHttp websocket handlinger
  • Fix #7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #7163: Ensure that streams are notified of errors
  • Fix #7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata

Improvements

Dependency Upgrade

New Features

Note: Breaking changes

6.14.0 (2025-06-10)

Bugs

  • Fix #7107: Jackson 2.19.0+ support

Note: Breaking changes

  • Fix #7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

7.3.1 (2025-05-20)

Bugs

  • Fix #7071: Buildable reference imports don't override local package class references

7.3.0 (2025-05-15)

Bugs

  • Fix #7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)

Dependency Upgrade

  • Fix #7036: Jackson upgraded from v2.18.3 to v2.19.0

Note: Breaking changes

  • Fix #7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

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

... (truncated)

Commits

Updates io.fabric8:kubernetes-server-mock from 6.10.0 to 7.1.0.redhat-00001

Updates io.fabric8:kubernetes-client-api from 6.10.0 to 7.1.0.redhat-00001

Release notes

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

7.1.0 (2025-01-30)

Bugs

  • Fix #6725: (crd-generator) CRD generator missing type for GenericKubernetesResource
  • Fix #6747: Preventing websocket error logs when the client is closed
  • Fix #6781: Allowing ipv6 entries to work in NO_PROXY
  • Fix #6792: VertxHttpClient uses exclusive Vert.x instance by default

New Features

  • Fix #5993: Support for Kubernetes v1.31 (elli)
  • Fix #6767: Support for Kubernetes v1.32 (penelope)
  • Fix #6777: Added Javadoc comments to all generated models
  • Fix #6802: (java-generator) Added support for required spec and status

New Contributors

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

7.0.1 (2024-12-18)

Bugs

  • Fix #6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance

Full Changelog: fabric8io/kubernetes-client@v7.0.0...v7.0.1

7.0.0 (2024-12-03)

Bugs

  • Fix #6038: Support for Gradle configuration cache
  • Fix #6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #6459: Pod log request sinceTime param correctly encoded
  • Fix #6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #6654: (crd-generator) default values for CRD fields can be numeric or boolean

Improvements

  • Fix #3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #5264: Remove deprecated Config.errorMessages field
  • Fix #6008: removing the optional dependency on bouncy castle
  • Fix #6407: sundrio builder-annotations is not available via bom import
  • Fix #6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #6281: use GitHub binary repo for Kube API Tests
  • Fix #6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #6240: Support for multiple files listed in the KUBECONFIG env var

... (truncated)

Changelog

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

CHANGELOG

7.4-SNAPSHOT

Bugs

  • Fix #7087: Avoid possible NPE in OkHttp websocket handlinger
  • Fix #7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #7163: Ensure that streams are notified of errors
  • Fix #7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata

Improvements

Dependency Upgrade

New Features

Note: Breaking changes

6.14.0 (2025-06-10)

Bugs

  • Fix #7107: Jackson 2.19.0+ support

Note: Breaking changes

  • Fix #7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

7.3.1 (2025-05-20)

Bugs

  • Fix #7071: Buildable reference imports don't override local package class references

7.3.0 (2025-05-15)

Bugs

  • Fix #7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)

Dependency Upgrade

  • Fix #7036: Jackson upgraded from v2.18.3 to v2.19.0

Note: Breaking changes

  • Fix #7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

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

... (truncated)

Commits

Updates io.fabric8:kubernetes-httpclient-jdk from 6.10.0 to 7.1.0.redhat-00001

Release notes

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

7.1.0 (2025-01-30)

Bugs

  • Fix #6725: (crd-generator) CRD generator missing type for GenericKubernetesResource
  • Fix #6747: Preventing websocket error logs when the client is closed
  • Fix #6781: Allowing ipv6 entries to work in NO_PROXY
  • Fix #6792: VertxHttpClient uses exclusive Vert.x instance by default

New Features

  • Fix #5993: Support for Kubernetes v1.31 (elli)
  • Fix #6767: Support for Kubernetes v1.32 (penelope)
  • Fix #6777: Added Javadoc comments to all generated models
  • Fix #6802: (java-generator) Added support for required spec and status

New Contributors

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

7.0.1 (2024-12-18)

Bugs

  • Fix #6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance

Full Changelog: fabric8io/kubernetes-client@v7.0.0...v7.0.1

7.0.0 (2024-12-03)

Bugs

  • Fix #6038: Support for Gradle configuration cache
  • Fix #6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #6459: Pod log request sinceTime param correctly encoded
  • Fix #6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #6654: (crd-generator) default values for CRD fields can be numeric or boolean

Improvements

  • Fix #3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #5264: Remove deprecated Config.errorMessages field
  • Fix #6008: removing the optional dependency on bouncy castle
  • Fix #6407: sundrio builder-annotations is not available via bom import
  • Fix #6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #6281: use GitHub binary repo for Kube API Tests
  • Fix #6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #6240: Support for multiple files listed in the KUBECONFIG env var

... (truncated)

Changelog

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

CHANGELOG

7.4-SNAPSHOT

Bugs

  • Fix #7087: Avoid possible NPE in OkHttp websocket handlinger
  • Fix #7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #7163: Ensure that streams are notified of errors
  • Fix #7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata

Improvements

Dependency Upgrade

New Features

Note: Breaking changes

6.14.0 (2025-06-10)

Bugs

  • Fix #7107: Jackson 2.19.0+ support

Note: Breaking changes

  • Fix #7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

7.3.1 (2025-05-20)

Bugs

  • Fix #7071: Buildable reference imports don't override local package class references

7.3.0 (2025-05-15)

Bugs

  • Fix #7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)

Dependency Upgrade

  • Fix #7036: Jackson upgraded from v2.18.3 to v2.19.0

Note: Breaking changes

  • Fix #7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

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

... (truncated)

Commits

Updates io.fabric8:kubernetes-server-mock from 6.10.0 to 7.1.0.redhat-00001

Updates com.github.vladimir-bukhtoyarov:bucket4j-core from 7.6.0 to 8.0.1

Release notes

Sourced from com.github.vladimir-bukhtoyarov:bucket4j-core's releases.

8.0.1

https://bucket4j.com/7.6.0/release-notes.html

The features in release scope are following:

Commits
  • 2232d84 8.0.1 release documentation
  • e24fe8e #279 increase version
  • 4c3ea89 #279 fix VerboseCommand for cases of none-caching implementation of MutableBu...
  • 04b39c5 moving main line to java 11
  • 9f977fe moving main line to java 11
  • b186489 moving main line to java 11
  • 4ddc3f4 Merge branch '8.0_jdk8' into java_11
  • 785c56d changing groupId from com.github.vladimir-bukhtoyarov to com.bucket4j + movin...
  • dcab47c Merge branch 'master' into 8.0_jdk8
  • See full diff in compare view

Updates org.apache.kafka:kafka_2.13 from 3.7.1 to 4.0.0.redhat-00010

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 4, 2025
@openshift-ci openshift-ci bot requested review from creydr and lberk August 4, 2025 02:14
Copy link

openshift-ci bot commented Aug 4, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift-knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@dependabot dependabot bot force-pushed the dependabot/maven/data-plane/release-v1.15/major-a34486d476 branch 2 times, most recently from 4e217ef to d49ec46 Compare August 14, 2025 06:06
…7 updates

Bumps the major group with 7 updates in the /data-plane directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.kafka:kafka-clients | `3.7.1` | `4.0.0.redhat-00010` |
| org.apache.kafka:kafka_2.13 | `3.7.1` | `4.0.0.redhat-00010` |
| [io.fabric8:kubernetes-client](https://github.com/fabric8io/kubernetes-client) | `6.10.0` | `7.1.0.redhat-00001` |
| [io.fabric8:kubernetes-client-api](https://github.com/fabric8io/kubernetes-client) | `6.10.0` | `7.1.0.redhat-00001` |
| [io.fabric8:kubernetes-httpclient-jdk](https://github.com/fabric8io/kubernetes-client) | `6.10.0` | `7.1.0.redhat-00001` |
| io.fabric8:kubernetes-server-mock | `6.10.0` | `7.1.0.redhat-00001` |
| [com.github.vladimir-bukhtoyarov:bucket4j-core](https://github.com/vladimir-bukhtoyarov/bucket4j) | `7.6.0` | `8.0.1` |



Updates `org.apache.kafka:kafka-clients` from 3.7.1 to 4.0.0.redhat-00010

Updates `org.apache.kafka:kafka_2.13` from 3.7.1 to 4.0.0.redhat-00010

Updates `io.fabric8:kubernetes-client` from 6.10.0 to 7.1.0.redhat-00001
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits)

Updates `io.fabric8:kubernetes-client-api` from 6.10.0 to 7.1.0.redhat-00001
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits)

Updates `io.fabric8:kubernetes-httpclient-jdk` from 6.10.0 to 7.1.0.redhat-00001
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits)

Updates `io.fabric8:kubernetes-server-mock` from 6.10.0 to 7.1.0.redhat-00001

Updates `io.fabric8:kubernetes-client-api` from 6.10.0 to 7.1.0.redhat-00001
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits)

Updates `io.fabric8:kubernetes-httpclient-jdk` from 6.10.0 to 7.1.0.redhat-00001
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits)

Updates `io.fabric8:kubernetes-server-mock` from 6.10.0 to 7.1.0.redhat-00001

Updates `com.github.vladimir-bukhtoyarov:bucket4j-core` from 7.6.0 to 8.0.1
- [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases)
- [Commits](bucket4j/bucket4j@7.6.0...8.0.1)

Updates `org.apache.kafka:kafka_2.13` from 3.7.1 to 4.0.0.redhat-00010

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-version: 4.0.0.redhat-00010
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: org.apache.kafka:kafka_2.13
  dependency-version: 4.0.0.redhat-00010
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-client
  dependency-version: 7.1.0.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-client-api
  dependency-version: 7.1.0.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-httpclient-jdk
  dependency-version: 7.1.0.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-server-mock
  dependency-version: 7.1.0.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-client-api
  dependency-version: 7.1.0.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-httpclient-jdk
  dependency-version: 7.1.0.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-server-mock
  dependency-version: 7.1.0.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: com.github.vladimir-bukhtoyarov:bucket4j-core
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: org.apache.kafka:kafka_2.13
  dependency-version: 4.0.0.redhat-00010
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/data-plane/release-v1.15/major-a34486d476 branch from d49ec46 to 6064810 Compare August 25, 2025 01:26
Copy link

openshift-ci bot commented Aug 25, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign lberk for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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 needs-ok-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants