Skip to content

Commit

Permalink
chore(deps): bump the k8s-dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…3 updates (#1216)

Bumps the k8s-dependencies group with 3 updates in the /odiglet
directory: [k8s.io/api](https://github.com/kubernetes/api),
[k8s.io/client-go](https://github.com/kubernetes/client-go) and
[k8s.io/kubelet](https://github.com/kubernetes/kubelet).

Updates `k8s.io/api` from 0.30.0 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>See full diff in <a
href="https://github.com/kubernetes/api/compare/v0.30.0...v0.30.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/client-go` from 0.30.0 to 0.30.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/client-go/commit/8e3349bf54992d5a0222fe8512b07595daf0ecdf"><code>8e3349b</code></a>
Update dependencies to v0.30.1 tag</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/4e1652b143b33e94a1dd4d4130d22661aba29362"><code>4e1652b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/124694">#124694</a>
from pmalek/backport-124553-to-release-1.30</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/2daa31e07112fa180f05de5cc5d5bc35b299b104"><code>2daa31e</code></a>
fix(api): make LocalObjectReference.Name and HostAlias.IP required (<a
href="https://redirect.github.com/kubernetes/client-go/issues/124553">#124553</a>)</li>
<li>See full diff in <a
href="https://github.com/kubernetes/client-go/compare/v0.30.0...v0.30.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/kubelet` from 0.30.0 to 0.30.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/kubelet/commit/9a2af84a556afe0eb07c7d158b2be7c0975a48c4"><code>9a2af84</code></a>
Update dependencies to v0.30.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/kubelet/compare/v0.30.0...v0.30.1">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</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 May 21, 2024
1 parent 70eacc6 commit 1f157cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions odiglet/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ require (
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0
go.uber.org/zap v1.27.0
google.golang.org/grpc v1.64.0
k8s.io/api v0.30.0
k8s.io/api v0.30.1
k8s.io/apimachinery v0.30.1
k8s.io/client-go v0.30.0
k8s.io/kubelet v0.30.0
k8s.io/client-go v0.30.1
k8s.io/kubelet v0.30.1
sigs.k8s.io/controller-runtime v0.18.2
)

Expand Down
12 changes: 6 additions & 6 deletions odiglet/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -601,16 +601,16 @@ honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
k8s.io/api v0.19.2/go.mod h1:IQpK0zFQ1xc5iNIQPqzgoOwuFugaYHK4iCknlAQP9nI=
k8s.io/api v0.30.0 h1:siWhRq7cNjy2iHssOB9SCGNCl2spiF1dO3dABqZ8niA=
k8s.io/api v0.30.0/go.mod h1:OPlaYhoHs8EQ1ql0R/TsUgaRPhpKNxIMrKQfWUp8QSE=
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/apiextensions-apiserver v0.30.0 h1:jcZFKMqnICJfRxTgnC4E+Hpcq8UEhT8B2lhBcQ+6uAs=
k8s.io/apiextensions-apiserver v0.30.0/go.mod h1:N9ogQFGcrbWqAY9p2mUAL5mGxsLqwgtUce127VtRX5Y=
k8s.io/apimachinery v0.19.2/go.mod h1:DnPGDnARWFvYa3pMHgSxtbZb7gpzzAZ1pTfaUNDVlmA=
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.19.2/go.mod h1:S5wPhCqyDNAlzM9CnEdgTGV4OqhsW3jGO1UM1epwfJA=
k8s.io/client-go v0.30.0 h1:sB1AGGlhY/o7KCyCEQ0bPWzYDL0pwOZO4vAtTSh/gJQ=
k8s.io/client-go v0.30.0/go.mod h1:g7li5O5256qe6TYdAMyX/otJqMhIiGgTapdLchhmOaY=
k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q=
k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc=
k8s.io/component-base v0.19.2/go.mod h1:g5LrsiTiabMLZ40AR6Hl45f088DevyGY+cCE2agEIVo=
k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
Expand All @@ -621,8 +621,8 @@ k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6/go.mod h1:UuqjUnNftUyPE5H
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98=
k8s.io/kubelet v0.19.2/go.mod h1:FHHoByVWzh6kNaarXaDPAa751Oz6REcOVRyFT84L1Is=
k8s.io/kubelet v0.30.0 h1:/pqHVR2Rn8ExCpn211wL3pMtqRFpcBcJPl4+1INbIMk=
k8s.io/kubelet v0.30.0/go.mod h1:WukdKqbQxnj+csn3K8XOKeX7Sh60J/da25IILjvvB5s=
k8s.io/kubelet v0.30.1 h1:6gS1gWjrefUGfC/9n0ITOzxnKyt89FfkIhom70Bola4=
k8s.io/kubelet v0.30.1/go.mod h1:5IUeAt3YlIfLNdT/YfRuCCONfEefm7qfcqz81b002Z8=
k8s.io/utils v0.0.0-20200729134348-d5654de09c73/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=
k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
Expand Down

0 comments on commit 1f157cd

Please sign in to comment.