Skip to content

Commit

Permalink
build(deps): Bump k8s.io/apimachinery from 0.25.4 to 0.26.0 (runfinch…
Browse files Browse the repository at this point in the history
…#115)

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery)
from 0.25.4 to 0.26.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/5d4cdd22b0f7c364f4113b8bb2086763cf2a131c"><code>5d4cdd2</code></a>
Merge remote-tracking branch 'origin/master' into release-1.26</li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/6cbc4a3c0323aa4c2e453a66f9993b9d680aa6bb"><code>6cbc4a3</code></a>
Update golang.org/x/net 1e63c2f</li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/656123506f3317985aecce0c7ee9255bd7e54324"><code>6561235</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/kubernetes/apimachinery/issues/113699">#113699</a>
from liggitt/manjusaka/fix-107415</li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/dad8cd83599a81d62bfa0c3c7c781668ecadde8f"><code>dad8cd8</code></a>
Update workload selector validation</li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/fe82462a84d11ff871ff61b117c52c129620da86"><code>fe82462</code></a>
Add extra value validation for matchExpression field in
LabelSelector</li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/067949de242e9be9aa95e77aa0a3de818f703a3e"><code>067949d</code></a>
update k8s.io/utils to fix util tracing panic</li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/0ceff9075aa010d257e5158badd1842aa02e07d3"><code>0ceff90</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/kubernetes/apimachinery/issues/112223">#112223</a>
from astraw99/fix-ownerRef-validate</li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/9e85d3af4ae2aff3b86c43092d1b0e5a6c942fef"><code>9e85d3a</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/kubernetes/apimachinery/issues/112649">#112649</a>
from howardjohn/set/optimize-everything-nothing</li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/88a14484aadcd0bcc9dde348b53d5d679105c4ef"><code>88a1448</code></a>
Rename and comment on why sharing is safe</li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/b03a432a2a6dc35338232d6aa849e18d29e72ce2"><code>b03a432</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/kubernetes/apimachinery/issues/113367">#113367</a>
from pohly/dep-ginkgo-gomega</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes/apimachinery/compare/v0.25.4...v0.26.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/apimachinery&package-manager=go_modules&previous-version=0.25.4&new-version=0.26.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2022
1 parent d2778e3 commit e9084a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
golang.org/x/crypto v0.4.0
golang.org/x/tools v0.4.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.25.4
k8s.io/apimachinery v0.26.0
)

require (
Expand Down Expand Up @@ -49,7 +49,7 @@ require (
github.com/xanzy/ssh-agent v0.2.1 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.3.0 // indirect
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
golang.org/x/net v0.3.0 h1:VWL6FNY2bEEmsGVKabSlHu5Irp34xmMRoqb/9lF9lxk=
golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE=
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 h1:Frnccbp+ok2GkUS2tC84yAq/U9Vg+0sIO7aRL3T4Xnc=
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down Expand Up @@ -846,8 +846,8 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
k8s.io/apimachinery v0.25.4 h1:CtXsuaitMESSu339tfhVXhQrPET+EiWnIY1rcurKnAc=
k8s.io/apimachinery v0.25.4/go.mod h1:jaF9C/iPNM1FuLl7Zuy5b9v+n35HGSh6AQ4HYRkCqwo=
k8s.io/apimachinery v0.26.0 h1:1feANjElT7MvPqp0JT6F3Ss6TWDwmcjLypwoPpEf7zg=
k8s.io/apimachinery v0.26.0/go.mod h1:tnPmbONNJ7ByJNz9+n9kMjNP8ON+1qoAIIC70lztu74=
k8s.io/klog/v2 v2.80.1 h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4=
k8s.io/klog/v2 v2.80.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
Expand Down

0 comments on commit e9084a4

Please sign in to comment.