You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/06/22 20:09:48 UTC

[GitHub] [dubbo-kubernetes] dependabot[bot] opened a new pull request, #9: Bump kubernetes-client from 4.2.0 to 4.7.2 in /registry-api

dependabot[bot] opened a new pull request, #9:
URL: https://github.com/apache/dubbo-kubernetes/pull/9

   Bumps [kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 4.2.0 to 4.7.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/releases">kubernetes-client's releases</a>.</em></p>
   <blockquote>
   <h2>4.7.2 (2021-02-09)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2715">#2715</a>: CVE-2021-20218 vulnerable to a path traversal leading to integrity and availability compromise</li>
   </ul>
   <h2>v4.7.1 (24-01-2020)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1937">#1937</a>: <code>Quantity.getAmountInBytes()</code> should be able to handle negative exponents</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1805">#1805</a>: Unable to create Template on OCP4</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1894">#1894</a>: SharedInformer Improvements</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1963">#1963</a>: Use Serialization not a default ObjectMapper in Watch</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1957">#1957</a>: Build Failing on CI due to Central repository moving to HTTPS</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1962">#1962</a>: chore(deps): bump karaf.version from 4.2.7 to 4.2.8</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1960">#1960</a>: chore(deps): bump junit-bom from 5.5.2 to 5.6.0</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1939">#1939</a>: chore(deps): bump sundrio.version from 0.20.0 to 0.21.0</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1917">#1917</a>: Allow user to add custom Headers to client</li>
   </ul>
   <h2>v4.7.0 (08-01-2020)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1850">#1850</a>: Add option to disable timestamps in build logs on Openshift</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1902">#1902</a>: Fix the usage of reflection, so that <code>getMetadata</code> is detected properly</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1925">#1925</a>: Client should always read services from server during replace</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1486">#1486</a>: Creating CRDs with schema validation is broken</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1707">#1707</a>: HorizontalPodAutoscalerSpecBuilder found no metric method</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/885">#885</a>: Quantity doesn't honour the unit</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1895">#1895</a>: Parsing different quantity formats</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1880">#1880</a>: Remove use of reapers manually doing cascade deletion of resources, leave it upto Kubernetes APIServer</li>
   <li>Test coverage for ServiceCatalog</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1772">#1772</a>: Add Javadocs for KubernetesClient class</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1889">#1889</a>: update tekton from v0.7.0 to v0.9.0</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1872">#1872</a>: Support for kubernetes 1.17</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1930">#1930</a>: chore(deps): bump commons-codec from 1.13 to 1.14</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1927">#1927</a>: chore(deps-dev): bump awaitility from 4.0.1 to 4.0.2</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1923">#1923</a>: chore(deps): bump junit from 4.12 to 4.13</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1913">#1913</a>: chore(deps): bump maven-source-plugin from 3.2.0 to 3.2.1</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1909">#1909</a>: chore(deps): bump slf4j.version from 1.7.29 to 1.7.30</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1908">#1908</a>: chore(deps): bump mockito-core from 3.1.0 to 3.2.4</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1897">#1897</a>: chore(deps): bump maven-scr-plugin from 1.26.2 to 1.26.4</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/417">#417</a>: Support Subresources</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md">kubernetes-client's changelog</a>.</em></p>
   <blockquote>
   <h3>4.7.2 (2021-02-09)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2715">#2715</a>: CVE-2021-20218 vulnerable to a path traversal leading to integrity and availability compromise</li>
   </ul>
   <h3>5.0.2 (2021-02-08)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2715">#2715</a>: CVE-2021-20218 vulnerable to a path traversal leading to integrity and availability compromise</li>
   </ul>
   <h3>4.13.2 (2021-02-05)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2715">#2715</a>: CVE-2021-20218 vulnerable to a path traversal leading to integrity and availability compromise</li>
   </ul>
   <h3>5.0.1 (2021-01-27)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2687">#2687</a>: RawCustomResourceOperationsImpl ignores config</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2612">#2612</a>: add support for checking latest kubeconfig in Interceptor</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2723">#2723</a>: Dependency cleanup</li>
   </ul>
   <ul>
   <li>Remove javax.annotation-api</li>
   <li>Remove jaxb-api</li>
   <li>Remove jackson-module-jaxb-annotations</li>
   </ul>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2744">#2744</a>: Automatically instantiates spec and status fields on <code>CustomResource</code> when possible.
   <code>initSpec</code> and <code>initStatus</code> methods are also provided to allow for overriding of the default implementation.</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2723">#2723</a>: Upgrade sundrio.version to 0.24.1</li>
   </ul>
   <h3>4.13.1 (2021-01-20)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2734">#2734</a>: (Backport <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2596">#2596</a>) Add buildable ref for container, port and volume</li>
   </ul>
   <h3>5.0.0 (2020-12-30)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2695">#2695</a>: fromCustomResourceType should be of type <code>CustomResource</code></li>
   </ul>
   <h3>5.0.0-beta-1 (2020-12-21)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2671">#2671</a>: Reliability improvements to watchers</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2592">#2592</a>: ConcurrentModificationException in CRUD KubernetesMockServer</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2510">#2510</a>: Yaml containing aliases rejected due to FasterXML bug</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/c9d712ecfa82d3537912bff5d108aa601e7f0109"><code>c9d712e</code></a> [RELEASE] Updated project version to v4.7.2</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/f4d70bb56d0061dbc01ace25b9d66639542a8344"><code>f4d70bb</code></a> fix: CVE-2021-20218 adapt test to 4.7.x project structure</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/9273ec3d95a3229dea81dab2d258737d46595081"><code>9273ec3</code></a> fix: CVE-2021-20218 vulnerable to a path traversal</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/cab2cf46caee654e9bcfdcdcfe59aaeb6ab3caf3"><code>cab2cf4</code></a> [RELEASE] Updated Project version to 4.7.1</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/1afea0c364a48d9a8745539f84de59630ef6f559"><code>1afea0c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1963">#1963</a> from HubSpot/watch-use-serialization</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/30c0656123cbe48b5e6f4d269ab8c480baebf290"><code>30c0656</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1960">#1960</a> from fabric8io/dependabot/maven/org.junit-junit-bom-...</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/7ad389ded7ce9ce851b992e22080d862f8351757"><code>7ad389d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1962">#1962</a> from fabric8io/dependabot/maven/karaf.version-4.2.8</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/06b1b81ceca1bb01c7086d33f3c214c6fcdd9b4c"><code>06b1b81</code></a> remove ObjectMapper</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/783a4be43eb0027c5843ccc52b14cf206036bdad"><code>783a4be</code></a> use Serialization not a default ObjectMapper</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/22190db8782293650ff60cc89d6e40398fc9973b"><code>22190db</code></a> chore(deps): bump karaf.version from 4.2.7 to 4.2.8</li>
   <li>Additional commits viewable in <a href="https://github.com/fabric8io/kubernetes-client/compare/v4.2.0...v4.7.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.fabric8:kubernetes-client&package-manager=maven&previous-version=4.2.0&new-version=4.7.2)](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 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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/dubbo-kubernetes/network/alerts).
   
   </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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-kubernetes] chickenlj closed pull request #9: Bump kubernetes-client from 4.2.0 to 4.7.2 in /registry-api

Posted by "chickenlj (via GitHub)" <gi...@apache.org>.
chickenlj closed pull request #9: Bump kubernetes-client from 4.2.0 to 4.7.2 in /registry-api
URL: https://github.com/apache/dubbo-kubernetes/pull/9


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-kubernetes] dependabot[bot] commented on pull request #9: Bump kubernetes-client from 4.2.0 to 4.7.2 in /registry-api

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #9:
URL: https://github.com/apache/dubbo-kubernetes/pull/9#issuecomment-1685564320

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org