Skip to content

Commit

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

Bumps [k8s.io/apimachinery](/~https://github.com/kubernetes/apimachinery)
from 0.26.3 to 0.27.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="/~https://github.com/kubernetes/apimachinery/commit/8d1258da8f386b809d312cdda316366d5612f54e"><code>8d1258d</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/apimachinery/issues/116539">#116539</a>
from pohly/ginkgo-gomega-update</li>
<li><a
href="/~https://github.com/kubernetes/apimachinery/commit/2da2e3c5ec8c390017fd2fafdaed3e167fdc42be"><code>2da2e3c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/apimachinery/issues/107826">#107826</a>
from smarterclayton/context_wait</li>
<li><a
href="/~https://github.com/kubernetes/apimachinery/commit/128166500c576a4d6ee1f46cca60d9b6c07b8911"><code>1281665</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/apimachinery/issues/116490">#116490</a>
from tallclair/docs-urls2</li>
<li><a
href="/~https://github.com/kubernetes/apimachinery/commit/b5ec6347164df4a4c7b8b2054f24f9bb0b9a68bf"><code>b5ec634</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/apimachinery/issues/116542">#116542</a>
from enj/enj/f/go1.20</li>
<li><a
href="/~https://github.com/kubernetes/apimachinery/commit/725ba3fe5ffa644c85f3a9bbb02bb7744a68a9a4"><code>725ba3f</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/apimachinery/issues/116476">#116476</a>
from smarterclayton/context_wait_2</li>
<li><a
href="/~https://github.com/kubernetes/apimachinery/commit/56f6fef0e54a4b82f7adc98d4f8e8233571a4b3d"><code>56f6fef</code></a>
Explicit bump to go 1.20</li>
<li><a
href="/~https://github.com/kubernetes/apimachinery/commit/1b1bac4ffe815a142e273210ece49675d776d521"><code>1b1bac4</code></a>
dependencies: ginkgo v2.9.1, gomega v1.27.4</li>
<li><a
href="/~https://github.com/kubernetes/apimachinery/commit/40359fc6c92b01940e92a18f3723424e8b313f3a"><code>40359fc</code></a>
Fix broken API docs URLs</li>
<li><a
href="/~https://github.com/kubernetes/apimachinery/commit/273f86d1012f73034ab170ddee56f6ff00719675"><code>273f86d</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/apimachinery/issues/116216">#116216</a>
from skitt/add-generic-set-clear</li>
<li><a
href="/~https://github.com/kubernetes/apimachinery/commit/66f7b89323644e7fe029a3dc6a2adbd9df7c87fb"><code>66f7b89</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/apimachinery/issues/111372">#111372</a>
from HeavenTonight/master</li>
<li>Additional commits viewable in <a
href="/~https://github.com/kubernetes/apimachinery/compare/v0.26.3...v0.27.1">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.26.3&new-version=0.27.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 19, 2023
1 parent 00e4021 commit b93d3a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
golang.org/x/crypto v0.7.0
golang.org/x/tools v0.8.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.26.3
k8s.io/apimachinery v0.27.1
)

require (
Expand All @@ -39,6 +39,7 @@ require (
github.com/miekg/dns v1.1.51 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
Expand Down Expand Up @@ -84,5 +85,5 @@ require (
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
)
11 changes: 7 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+o
github.com/kr/fs v0.1.0 h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/pty v1.1.8/go.mod h1:O1sed60cT9XZ5uDucP5qwvh+TE3NnUj51EiZO/lmSfw=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
Expand Down Expand Up @@ -340,6 +340,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/runfinch/common-tests v0.6.4 h1:pcBQBUmjS09L25S4e5tUzJvRg3OinCmn3f1t++tQcng=
github.com/runfinch/common-tests v0.6.4/go.mod h1:/lEtd8e5vQuK1NjVCeCPl09T/XVF7owDeQCAiOP6rtw=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down Expand Up @@ -931,10 +933,11 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0 h1:PqdHrvQRVK1zapJkd0qf6+tevvSIcWdfenVqJd3PHWU=
inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0/go.mod h1:Tojt5kmHpDIR2jMojxzZK2w2ZR7OILODmUo2gaSwjrk=
k8s.io/apimachinery v0.26.3 h1:dQx6PNETJ7nODU3XPtrwkfuubs6w7sX0M8n61zHIV/k=
k8s.io/apimachinery v0.26.3/go.mod h1:ats7nN1LExKHvJ9TmwootT00Yz05MuYqPXEXaVeOy5I=
k8s.io/klog/v2 v2.80.1 h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4=
k8s.io/apimachinery v0.27.1 h1:EGuZiLI95UQQcClhanryclaQE6xjg1Bts6/L3cD7zyc=
k8s.io/apimachinery v0.27.1/go.mod h1:5ikh59fK3AJ287GUvpUsryoMFtH9zj/ARfWCo3AyXTM=
k8s.io/klog/v2 v2.80.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
k8s.io/klog/v2 v2.90.1 h1:m4bYOKall2MmOiRaR1J+We67Do7vm9KiQVlT96lnHUw=
k8s.io/klog/v2 v2.90.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

0 comments on commit b93d3a8

Please sign in to comment.