Skip to content

Commit

Permalink
Bump kubevirt.io/api from 1.3.1 to 1.4.0 (kube-burner#780)
Browse files Browse the repository at this point in the history
Bumps [kubevirt.io/api](https://github.com/kubevirt/api) from 1.3.1 to
1.4.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubevirt/api/commit/e4a8f132031aa0e60d990bfba815bc1aa4116f00"><code>e4a8f13</code></a>
api update by KubeVirt Prow build 1848811817111916544</li>
<li><a
href="https://github.com/kubevirt/api/commit/2b0628e1bb59e74922967a0c96322a7e3646ed03"><code>2b0628e</code></a>
api update by KubeVirt Prow build 1848723699365056512</li>
<li><a
href="https://github.com/kubevirt/api/commit/943183e6c8b11b7853d0aa1ae1d9aefdeab49e56"><code>943183e</code></a>
api update by KubeVirt Prow build 1848306771471372288</li>
<li><a
href="https://github.com/kubevirt/api/commit/cedd66b1d3671009d51868d6e43695410e57de90"><code>cedd66b</code></a>
api update by KubeVirt Prow build 1846678195902877696</li>
<li><a
href="https://github.com/kubevirt/api/commit/298440aa402d3d40b24664ce7120017b84a0fb7b"><code>298440a</code></a>
api update by KubeVirt Prow build 1846535285194625024</li>
<li><a
href="https://github.com/kubevirt/api/commit/ae05690f13e1826157745e75fc385defb9c4099d"><code>ae05690</code></a>
api update by KubeVirt Prow build 1846535256040017920</li>
<li><a
href="https://github.com/kubevirt/api/commit/417255a8d97cdb7ca27c61adc0400010e66d9a44"><code>417255a</code></a>
api update by KubeVirt Prow build 1846535316295389184</li>
<li><a
href="https://github.com/kubevirt/api/commit/23a545881683fd42c760d7766e3ca53cbf1eb694"><code>23a5458</code></a>
api update by KubeVirt Prow build 1846486939365019648</li>
<li><a
href="https://github.com/kubevirt/api/commit/199ade0f76a506f932ef1e35d6cec515544cdb0f"><code>199ade0</code></a>
api update by KubeVirt Prow build 1844766619096584192</li>
<li><a
href="https://github.com/kubevirt/api/commit/506d6c0fb6251221e1fd6bfbf5835ec15e357e8c"><code>506d6c0</code></a>
api update by KubeVirt Prow build 1844299020898406400</li>
<li>Additional commits viewable in <a
href="https://github.com/kubevirt/api/compare/v1.3.1...v1.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kubevirt.io/api&package-manager=go_modules&previous-version=1.3.1&new-version=1.4.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 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
dependabot[bot] authored Jan 2, 2025
1 parent b2519ee commit b086c8e
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 @@ -22,7 +22,7 @@ require (
k8s.io/client-go v0.31.0
k8s.io/kubectl v0.27.2
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
kubevirt.io/api v1.3.1
kubevirt.io/api v1.4.0
kubevirt.io/client-go v1.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -911,8 +911,8 @@ k8s.io/utils v0.0.0-20211116205334-6203023598ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
kubevirt.io/api v1.3.1 h1:MoTNo/zvDlZ44c2ocXLPln8XTaQOeUodiYbEKrTCqv4=
kubevirt.io/api v1.3.1/go.mod h1:tCn7VAZktEvymk490iPSMPCmKM9UjbbfH2OsFR/IOLU=
kubevirt.io/api v1.4.0 h1:dDLyQLSp9obzsDrv3cyL1olIc/66IWVaGiR3gfPfgT0=
kubevirt.io/api v1.4.0/go.mod h1:qcnumjJeOCo+qdYXf0OjpHGMhad0SAn4i0h6IAP+6Eg=
kubevirt.io/client-go v1.4.0 h1:0BaHoIaZwHSKGJctVft/kwE49V7/sEgq4y9c+nll6AY=
kubevirt.io/client-go v1.4.0/go.mod h1:GnQNJ0+9PBS7BCVgnTetdzAbUOCRTEXc8KNViECD6bE=
kubevirt.io/containerized-data-importer-api v1.57.0-alpha1 h1:IWo12+ei3jltSN5jQN1xjgakfvRSF3G3Rr4GXVOOy2I=
Expand Down

0 comments on commit b086c8e

Please sign in to comment.