Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump sigs.k8s.io/controller-tools from 0.17.0 to 0.17.1 in /hac…
…k/tools (#1214) Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.17.0 to 0.17.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/controller-tools/releases">sigs.k8s.io/controller-tools's releases</a>.</em></p> <blockquote> <h2>v0.17.1</h2> <h2>What's Changed</h2> <ul> <li>:bug: pkg/crd: fix alias type parsing for struct type alias by <a href="https://github.com/mtardy"><code>@mtardy</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1122">kubernetes-sigs/controller-tools#1122</a></li> </ul> <h2>Dependencies</h2> <ul> <li>:seedling: Bump the all-github-actions group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1125">kubernetes-sigs/controller-tools#1125</a></li> <li>:seedling: Bump golang.org/x/tools from 0.28.0 to 0.29.0 in the all-go-mod-patch-and-minor group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1124">kubernetes-sigs/controller-tools#1124</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-tools/compare/v0.17.0...v0.17.1">https://github.com/kubernetes-sigs/controller-tools/compare/v0.17.0...v0.17.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/34a0f8ec94e28af0b0af2a387869dfae3fd9c4b7"><code>34a0f8e</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1124">#1124</a> from kubernetes-sigs/dependabot/go_modules/all-go-mo...</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/862d84c133f5e356593a737aa207fffb1c74e909"><code>862d84c</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1125">#1125</a> from kubernetes-sigs/dependabot/github_actions/all-g...</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/00cc28b5f327ef9ee4d3e9ed33820c9047452d78"><code>00cc28b</code></a> :seedling: Bump the all-github-actions group across 1 directory with 3 updates</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/4489afeed82ac43ad1fc18511db35bee0dc82793"><code>4489afe</code></a> :seedling: Bump golang.org/x/tools</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/9814fc3b663d10a1f7b4acb01267e14083027f05"><code>9814fc3</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1122">#1122</a> from mtardy/pr/mtardy/embedded-alias</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/cf0446dab5919cdf01f5484ae6ea9d61d5eec2f3"><code>cf0446d</code></a> pkg/crd: add a test for embedded/inline struct type alias</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/a7ed77794ca86482539e7baf6f7f29e6e7d37668"><code>a7ed777</code></a> pkg/crd: fix alias type parsing</li> <li><a href="https://github.com/kubernetes-sigs/controller-tools/commit/7a92e7b4fdd77a6f40f60294a6d267c7a17c7896"><code>7a92e7b</code></a> chore: regenerate testdata using go generate</li> <li>See full diff in <a href="https://github.com/kubernetes-sigs/controller-tools/compare/v0.17.0...v0.17.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | sigs.k8s.io/controller-tools | [>= 0.15.0.a, < 0.15.1] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/controller-tools&package-manager=go_modules&previous-version=0.17.0&new-version=0.17.1)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information