Skip to content

Commit

Permalink
build(deps): Bump k8s.io/api from 0.29.3 to 0.30.1 (#728)
Browse files Browse the repository at this point in the history
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.3 to
0.30.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/api/commit/41b18063e2c749689547978e4e69453270735d35"><code>41b1806</code></a>
Update dependencies to v0.30.1 tag</li>
<li><a
href="https://github.com/kubernetes/api/commit/0fd470c38104023baf2b57264fdbd3f406a7ed0d"><code>0fd470c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/api/issues/124702">#124702</a><code>aojea/automated-cherry-pick-of-#124572</code></li>
<li><a
href="https://github.com/kubernetes/api/commit/a669f183e8f170a4b1455d67eac2d3e66b9d8d3b"><code>a669f18</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/api/issues/124694">#124694</a>
from pmalek/backport-124553-to-release-1.30</li>
<li><a
href="https://github.com/kubernetes/api/commit/15001b51518ecbc90751dfb36b40ee58cd160cd0"><code>15001b5</code></a>
fix(api): make LocalObjectReference.Name and HostAlias.IP required (<a
href="https://redirect.github.com/kubernetes/api/issues/124553">#124553</a>)</li>
<li><a
href="https://github.com/kubernetes/api/commit/d9a08c5436429b625f755efe56ea51536ee93c85"><code>d9a08c5</code></a>
tag service.spec.TrafficDistribution field as alpha</li>
<li><a
href="https://github.com/kubernetes/api/commit/d014286182f6278c2c2e7915cdc2c63f256ad7f3"><code>d014286</code></a>
Merge remote-tracking branch 'origin/master' into release-1.30</li>
<li><a
href="https://github.com/kubernetes/api/commit/581c1b8673b50d43f00bcd6529a301944b79dc26"><code>581c1b8</code></a>
Update x/net for CVE-2023-45288</li>
<li><a
href="https://github.com/kubernetes/api/commit/35ca1f4086ff1b7e543239f6fc746cbf09b45862"><code>35ca1f4</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/api/issues/123932">#123932</a>
from pohly/dra-api-resource-model-rename</li>
<li><a
href="https://github.com/kubernetes/api/commit/b048bd80bc441919bccb4ec1a81c013cead45c49"><code>b048bd8</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/api/issues/123909">#123909</a>
from AkihiroSuda/fix-123906</li>
<li><a
href="https://github.com/kubernetes/api/commit/f06d24a86077867f981dfd7405eff9a51f10a936"><code>f06d24a</code></a>
dra api: NodeResourceModel -&gt; ResourceModel</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes/api/compare/v0.29.3...v0.30.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/api&package-manager=go_modules&previous-version=0.29.3&new-version=0.30.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 25a2875 commit a518b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/stretchr/testify v1.9.0
google.golang.org/api v0.175.0
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/api v0.29.3
k8s.io/api v0.30.1
k8s.io/apimachinery v0.30.1
k8s.io/client-go v0.29.3
sigs.k8s.io/yaml v1.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1344,8 +1344,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/api v0.29.3 h1:2ORfZ7+bGC3YJqGpV0KSDDEVf8hdGQ6A03/50vj8pmw=
k8s.io/api v0.29.3/go.mod h1:y2yg2NTyHUUkIoTC+phinTnEa3KFM6RZ3szxt014a80=
k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY=
k8s.io/api v0.30.1/go.mod h1:ddbN2C0+0DIiPntan/bye3SW3PdwLa11/0yqwvuRrJM=
k8s.io/apimachinery v0.30.1 h1:ZQStsEfo4n65yAdlGTfP/uSHMQSoYzU/oeEbkmF7P2U=
k8s.io/apimachinery v0.30.1/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
k8s.io/client-go v0.29.3 h1:R/zaZbEAxqComZ9FHeQwOh3Y1ZUs7FaHKZdQtIc2WZg=
Expand Down

0 comments on commit a518b89

Please sign in to comment.