You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/03 06:00:01 UTC

[GitHub] [apisix-ingress-controller] dependabot[bot] opened a new pull request, #1765: chore(deps): bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.14.6

dependabot[bot] opened a new pull request, #1765:
URL: https://github.com/apache/apisix-ingress-controller/pull/1765

   Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.13.0 to 0.14.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/controller-runtime/releases">sigs.k8s.io/controller-runtime's releases</a>.</em></p>
   <blockquote>
   <h2>v0.14.6</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>🐛 Preserve unstructured object GVKs when using *ByObject cache options by <a href="https://github.com/joelanford"><code>@​joelanford</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2249">kubernetes-sigs/controller-runtime#2249</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.5...v0.14.6">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.5...v0.14.6</a></p>
   <h2>v0.14.5</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>🐛 Allow to set GracefulShutdownTimeout to -1, disabling timeouts in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2198">kubernetes-sigs/controller-runtime#2198</a></li>
   <li>🌱 GVKForObject should handle multiple GVKs in Scheme gracefully in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2202">kubernetes-sigs/controller-runtime#2202</a></li>
   <li>✨ Add rest client request duration and size metrics in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2218">kubernetes-sigs/controller-runtime#2218</a></li>
   <li>🐛 Allow lazy restmapper to work with CRDs created at runtime in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2219">kubernetes-sigs/controller-runtime#2219</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.4...v0.14.5">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.4...v0.14.5</a></p>
   <h2>v0.14.4</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>✨ Provide a truly lazy restmapper by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2179">kubernetes-sigs/controller-runtime#2179</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.3...v0.14.4">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.3...v0.14.4</a></p>
   <h2>v0.14.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>✨ Add additional SubResource* functions for FieldOwner by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2153">kubernetes-sigs/controller-runtime#2153</a></li>
   <li>🐛 Update golanci-lint script by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2152">kubernetes-sigs/controller-runtime#2152</a></li>
   <li>🌱 Bump kubebuilder-release-tools to v0.3.0 by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2154">kubernetes-sigs/controller-runtime#2154</a></li>
   <li>🌱 [0.14] Deprecate component configuration package by <a href="https://github.com/vincepri"><code>@​vincepri</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2165">kubernetes-sigs/controller-runtime#2165</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.2...v0.14.3">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.2...v0.14.3</a></p>
   <h2>v0.14.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>[release-0.14] 🌱 Bump k8s.io/* to v0.26.1 by <a href="https://github.com/sbueringer"><code>@​sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2146">kubernetes-sigs/controller-runtime#2146</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.1...v0.14.2">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.1...v0.14.2</a></p>
   <h2>v0.14.1</h2>
   <h2>Changes since v0.14.0</h2>
   <h2>:bug: Bug Fixes</h2>
   <ul>
   <li>🐛 controllers without For() fail to start by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2108">kubernetes-sigs/controller-runtime#2108</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.0...v0.14.1">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.0...v0.14.1</a></p>
   <h2>v0.14.0</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/cd65cb25d314f40a329a688f4714fe3282589e97"><code>cd65cb2</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2249">#2249</a> from joelanford/0-14-preserve-unstructured-gvk-cache...</li>
   <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/1dcfec4f9c4c4454224b9c7fd8d2fb5d03a5c0f5"><code>1dcfec4</code></a> Preserve unstructured object GVKs when using *ByObject cache options</li>
   <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/ffb74e54a54bcb10a615c501416820e06051b9b4"><code>ffb74e5</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2219">#2219</a> from sbueringer/pr-cherry-lazy-restmapper-fix</li>
   <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/66fe1a07410b0a96d75cf7fe752154ed9fedff93"><code>66fe1a0</code></a> Allow lazy restmapper to work with CRDs created in runtime</li>
   <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/0b49f2e2e1506ca1ada6d51e7b5a24b1742cbc12"><code>0b49f2e</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2218">#2218</a> from k8s-infra-cherrypick-robot/cherry-pick-2217-to-...</li>
   <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/96165fb31cce650e08f530b2ce3e1bc8e85f7bf7"><code>96165fb</code></a> Add rest client request duration and size metrics</li>
   <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/b6fc422accf925890b9bd8832f99ecd0eba40c6c"><code>b6fc422</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2202">#2202</a> from k8s-infra-cherrypick-robot/cherry-pick-2192-to-...</li>
   <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/1e00eecb19875fc0ecf3a75e3c0773e398cdf3ec"><code>1e00eec</code></a> GVKForObject should handle multiple GVKs in Scheme gracefully</li>
   <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/7a19e15a6a97890398888106c2f5643c2f680c5b"><code>7a19e15</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2198">#2198</a> from k8s-infra-cherrypick-robot/cherry-pick-2169-to-...</li>
   <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/d4a8a96b51954909f3918027dadcbe70d0b3e89d"><code>d4a8a96</code></a> Allow to set GracefulShutdownTimeout to -1, disabling timeouts</li>
   <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.13.0...v0.14.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/controller-runtime&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.6)](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)
   
   
   </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@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] dependabot[bot] commented on pull request #1765: chore(deps): bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.14.6

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #1765:
URL: https://github.com/apache/apisix-ingress-controller/pull/1765#issuecomment-1504954111

   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`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   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@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] codecov-commenter commented on pull request #1765: chore(deps): bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.14.6

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #1765:
URL: https://github.com/apache/apisix-ingress-controller/pull/1765#issuecomment-1493711416

   ## [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1765?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1765](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1765?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ffc5b53) into [master](https://codecov.io/gh/apache/apisix-ingress-controller/commit/405b6fb2f9740d23cd75a19c831cd17c35cd6ebb?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (405b6fb) will **increase** coverage by `0.03%`.
   > The diff coverage is `63.63%`.
   
   > :exclamation: Current head ffc5b53 differs from pull request most recent head b2086d2. Consider uploading reports for the commit b2086d2 to get more accurate results
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #1765      +/-   ##
   ==========================================
   + Coverage   41.69%   41.72%   +0.03%     
   ==========================================
     Files          90       90              
     Lines        7702     7707       +5     
   ==========================================
   + Hits         3211     3216       +5     
     Misses       4127     4127              
     Partials      364      364              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1765?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [.../providers/gateway/translation/gateway\_tlsroute.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1765?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL3Byb3ZpZGVycy9nYXRld2F5L3RyYW5zbGF0aW9uL2dhdGV3YXlfdGxzcm91dGUuZ28=) | `0.00% <0.00%> (ø)` | |
   | [.../providers/gateway/translation/gateway\_udproute.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1765?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL3Byb3ZpZGVycy9nYXRld2F5L3RyYW5zbGF0aW9uL2dhdGV3YXlfdWRwcm91dGUuZ28=) | `0.00% <0.00%> (ø)` | |
   | [...providers/gateway/translation/gateway\_httproute.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1765?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL3Byb3ZpZGVycy9nYXRld2F5L3RyYW5zbGF0aW9uL2dhdGV3YXlfaHR0cHJvdXRlLmdv) | `49.54% <100.00%> (+1.16%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] Gallardot closed pull request #1765: chore(deps): bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.14.6

Posted by "Gallardot (via GitHub)" <gi...@apache.org>.
Gallardot closed pull request #1765: chore(deps): bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.14.6
URL: https://github.com/apache/apisix-ingress-controller/pull/1765


-- 
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@apisix.apache.org

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