dependabot[bot] opened a new pull request, #147: URL: https://github.com/apache/logging-log4j-samples/pull/147
Bumps [io.fabric8:kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 6.12.1 to 6.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/releases">io.fabric8:kubernetes-client-bom's releases</a>.</em></p> <blockquote> <h2>6.13.0 (2024-05-29)</h2> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5866">#5866</a>: Addressed cycle in crd generation with Java 19+ and ZonedDateTime</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5960">#5960</a>: The serialization of time related types should be string</li> </ul> <h4>Improvements</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5605">#5605</a>: proxy configs support proxy URLs without a scheme</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5867">#5867</a>: (crd-generator) Imply schemaFrom via JsonFormat shape (SchemaFrom takes precedence)</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5867">#5867</a>: (java-generator) Add JsonFormat shape to date-time</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5878">#5878</a>: (java-generator) Add implements Editable for extraAnnotations</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5878">#5878</a>: (java-generator) Update documentation to include dependencies</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5953">#5953</a>: Made informer watch starting deterministic with respect to list processing</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5954">#5954</a>: (crd-generator) Sort required properties to ensure deterministic output</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5973">#5973</a>: CacheImpl locking for reading indexes (Cache.byIndex|indexKeys|index) was reduced</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6012">#6012</a>: Add convenience methods on HasMetadata to help with SSA</li> </ul> <h4>Dependency Upgrade</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5695">#5695</a>: Upgrade Fabric8 Kubernetes Model to Kubernetes v1.30.0</li> </ul> <h4><em><strong>Note</strong></em>: Breaking changes</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5947">#5947</a>: CRD generation using the v1beta1 version is deprecated. Please use only v1 instead.</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5960">#5960</a>: The KubernetesSerializer will now by default serialize time related types to strings - rather than object, integer, number, or arrays of integer / number. If you are using these types in a custom object and were not including JsonFormat annotations to adjust the serialization they were likely being serialized in a non-standard way that would not be usable other Kubernetes clients, nor match the generated custom resource definition if one was being produced. Please open an issue if you need the previous behavior for whatever reason - there is a workaround by creating a customized KubernetesSerializer.</li> <li><code>storagemigration.k8s.io/v1alpha1</code> <code>StorageVersionMigration</code> introduced in Kubernetes 1.30.0 is added to <a href="https://github.com/fabric8io/kubernetes-client/tree/main/kubernetes-model-generator/kubernetes-model-storageclass">kubernetes-model-storageclass</a> module. A dedicated module hasn't been created for this new ApiGroup.</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6006">#6006</a>: Service Catalog extension is deprecated following its deprecation in Kubernetes.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wind57"><code>@​wind57</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/kubernetes-client/pull/5937">fabric8io/kubernetes-client#5937</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.12.1...v6.13.0">https://github.com/fabric8io/kubernetes-client/compare/v6.12.1...v6.13.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md">io.fabric8:kubernetes-client-bom's changelog</a>.</em></p> <blockquote> <h3>6.13.0 (2024-05-29)</h3> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5866">#5866</a>: Addressed cycle in crd generation with Java 19+ and ZonedDateTime</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5960">#5960</a>: The serialization of time related types should be string</li> </ul> <h4>Improvements</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5605">#5605</a>: proxy configs support proxy URLs without a scheme</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5867">#5867</a>: (crd-generator) Imply schemaFrom via JsonFormat shape (SchemaFrom takes precedence)</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5867">#5867</a>: (java-generator) Add JsonFormat shape to date-time</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5878">#5878</a>: (java-generator) Add implements Editable for extraAnnotations</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5878">#5878</a>: (java-generator) Update documentation to include dependencies</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5953">#5953</a>: Made informer watch starting deterministic with respect to list processing</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5954">#5954</a>: (crd-generator) Sort required properties to ensure deterministic output</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5973">#5973</a>: CacheImpl locking for reading indexes (Cache.byIndex|indexKeys|index) was reduced</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6012">#6012</a>: Add convenience methods on HasMetadata to help with SSA</li> </ul> <h4>Dependency Upgrade</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5695">#5695</a>: Upgrade Fabric8 Kubernetes Model to Kubernetes v1.30.0</li> </ul> <h4><em><strong>Note</strong></em>: Breaking changes</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5947">#5947</a>: CRD generation using the v1beta1 version is deprecated. Please use only v1 instead.</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5960">#5960</a>: The KubernetesSerializer will now by default serialize time related types to strings - rather than object, integer, number, or arrays of integer / number. If you are using these types in a custom object and were not including JsonFormat annotations to adjust the serialization they were likely being serialized in a non-standard way that would not be usable other Kubernetes clients, nor match the generated custom resource definition if one was being produced. Please open an issue if you need the previous behavior for whatever reason - there is a workaround by creating a customized KubernetesSerializer.</li> <li><code>storagemigration.k8s.io/v1alpha1</code> <code>StorageVersionMigration</code> introduced in Kubernetes 1.30.0 is added to <a href="https://github.com/fabric8io/kubernetes-client/tree/main/kubernetes-model-generator/kubernetes-model-storageclass">kubernetes-model-storageclass</a> module. A dedicated module hasn't been created for this new ApiGroup.</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6006">#6006</a>: Service Catalog extension is deprecated following its deprecation in Kubernetes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/91c7f773bb99b78abd0c7a362314f6e6146bcd4b"><code>91c7f77</code></a> [RELEASE] Updated project version to v6.13.0</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/c2a5ba468f2a525baf7471f5b605dfca4536df80"><code>c2a5ba4</code></a> chore(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/e0647d70f528e5d043f2827f1a6b81055c3302fc"><code>e0647d7</code></a> feat: add factory methods to help with SSA (6013)</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/52ccd57ca2ec89aa231107bb698e582ccaa1f4eb"><code>52ccd57</code></a> chore(deps): bump org.apache.maven:maven-core from 3.9.6 to 3.9.7</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/da8a6166db1f1df4df48854418ca50d2ed5b7bac"><code>da8a616</code></a> chore(deps): bump org.apache.commons:commons-compress</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/6724d82b628097db5a0315ffd3e1a3c7ed45aa52"><code>6724d82</code></a> chore(deps): bump org.apache.maven.plugins:maven-invoker-plugin</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/2f5fa15e21ebb67430bfc436a229e40c3d1bcf62"><code>2f5fa15</code></a> chore(deps): bump org.assertj:assertj-core from 3.25.3 to 3.26.0</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/a650dae64b46c1f47bf773ec9947dc03555a438d"><code>a650dae</code></a> chore(deps): bump vertx.version from 4.5.7 to 4.5.8</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/9529f1defdecba5f33007399720864d739928b54"><code>9529f1d</code></a> test(crd-generator): ensure Collection properties work like List in CRD gener...</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/6f4f529fd91f1e1e0b1989869061122e97a7cf4c"><code>6f4f529</code></a> chore(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0</li> <li>Additional commits viewable in <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.12.1...v6.13.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
