chore(deps): update dependency kubevirt/kubevirt to v1.3.1 #6

Merged
jahanson merged 1 commit from renovate/kubevirt-kubevirt-1.x into main 2024-09-05 22:58:11 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
kubevirt/kubevirt patch v1.3.0 -> v1.3.1

Release Notes

kubevirt/kubevirt (kubevirt/kubevirt)

v1.3.1

Compare Source

tag v1.3.1
Tagger: Antonio Cardace acardace@redhat.com

This release follows v1.3.0 and consists of 80 changes, contributed by 17 people, leading to 144 files changed, 24248 insertions(+), 479 deletions(-).

The source code and selected binaries are available for download at: https://github.com/kubevirt/kubevirt/releases/tag/v1.3.1.

The primary release artifact of KubeVirt is the git tree. The release tag is
signed and can be verified using git tag -v v1.3.1.

Pre-built containers are published on Quay and can be viewed at: https://quay.io/kubevirt/.

Notable changes

  • [PR #​12646][kubevirt-bot] BugFix: "Cannot allocate memory" warnings for containerdisk VMs
  • [PR #​12555][kubevirt-bot] VM supports kubevirt.io/immediate-data-volume-creation: "false" which delays creating DataVolumeTemplates until VM is started
  • [PR #​12549][kubevirt-bot] Updated common-instancetypes bundles to v1.1.0
  • [PR #​12495][fossedihelm] Fix: eviction requests to completed virt-launcher pods cannot trigger a live migration
  • [PR #​12409][kubevirt-bot] Use optional interface at passt binding sidecar
  • [PR #​12319][Sreeja1725] Add v1.3.0 perf and scale benchmarks data
  • [PR #​12330][kubevirt-bot] Fix wrong KubeVirtVMIExcessiveMigrations alert calculation in an upgrade scenario.
  • [PR #​12328][acardace] enable only for VMs with memory >= 1Gi
  • [PR #​12272][Sreeja1725] Add unit tests to check for API backward compatibility

Contributors

17 people contributed to this release:

6 Alice Frosi afrosi@redhat.com
5 Alvaro Romero alromero@redhat.com
5 Lee Yarwood lyarwood@redhat.com
4 Antonio Cardace acardace@redhat.com
4 Assaf Admi aadmi@redhat.com
4 Michael Henriksen mhenriks@redhat.com
3 Alex Kalenyuk akalenyu@redhat.com
3 Brian Carey bcarey@redhat.com
3 Luboslav Pivarc lpivarc@redhat.com
3 fossedihelm ffossemo@redhat.com
3 svarnam svarnam@nvidia.com
1 Enrique Llorente ellorent@redhat.com
1 Felix Matouschek fmatouschek@redhat.com
1 Igor Bezukh ibezukh@redhat.com
1 Oren Cohen ocohen@redhat.com

Additional Resources


-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEL3WFe2eU+K2zCASGa/gKvUPjd9MFAmbG+YAACgkQa/gKvUPj
d9MtXBAAkEqSw4mLCgFXq4cmUja3AtYHXonTLUjodDD4LhhWR6jWdDvwqHKWuXz3
SxIQZMV7gnyl+FAtRJsWhwDhrzQinwkMiuV1H7PKmZ2DUbW5jW/DJuUiC+FjDlzo
YCvZnPtmDICFzXBk4R8BHAVBn1puUA/uxNFcuUEX0pCSFzO/Q5ZSSxFd/XVPH4IT
Saz2RV9Cdt6scTIV0z/mkJkYyZVCgULU8PJg3h13GjgfQD+WshOIPPgvt6vXzoD2
WWQj8WpmwxYYfIOm923g1/Kz20eM81gQfZfDMIB4b+NDkc5cely0Cm23b0S97VLm
q69ixZrd3qGyvrZmhg3YxQdRXg9MChQ+GVXee7yqaMYOgEMpBtTIuoOVtGbd5eAQ
99W2d9khsILbYR3zc6GJiV4O3pOfo3xmxHoQsibSYP1fBMROxGJ0tQprjY/z/R3w
H1b8t43migSwXLb7II4dlWgjru+U76d+jkgPpS8sxd+G1D9/14oi8YkH39uA12wp
Iy9YmdEsg8JWACXxr3smWo+ZDqbXDA0bMDBbEM/F5v68GJ0LkaHMKpOhW2sIj/qF
gX2Vzg10ScxgLy/HpYeh9Gg+6sdrSDx5SZ7Asrsy4mNjOSPak2phtCygHEvRDbrE
C25ZgKMJTfIEm89k2phtBMGp5Cg42JKT9MSM3FXwmCGSl7fzU+o=
=Nmgl
-----END PGP SIGNATURE-----

Merge pull request #​12646 from kubevirt-bot/cherry-pick-12638-to-release-1.3

[release-1.3] Remove handler cgroup pkg dep in virt-chroot


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubevirt/kubevirt](https://github.com/kubevirt/kubevirt) | patch | `v1.3.0` -> `v1.3.1` | --- ### Release Notes <details> <summary>kubevirt/kubevirt (kubevirt/kubevirt)</summary> ### [`v1.3.1`](https://github.com/kubevirt/kubevirt/releases/tag/v1.3.1) [Compare Source](https://github.com/kubevirt/kubevirt/compare/v1.3.0...v1.3.1) tag v1.3.1 Tagger: Antonio Cardace <acardace@redhat.com> This release follows v1.3.0 and consists of 80 changes, contributed by 17 people, leading to 144 files changed, 24248 insertions(+), 479 deletions(-). The source code and selected binaries are available for download at: https://github.com/kubevirt/kubevirt/releases/tag/v1.3.1. The primary release artifact of KubeVirt is the git tree. The release tag is signed and can be verified using `git tag -v v1.3.1`. Pre-built containers are published on Quay and can be viewed at: <https://quay.io/kubevirt/>. ## Notable changes - \[PR [#&#8203;12646](https://github.com/kubevirt/kubevirt/issues/12646)]\[kubevirt-bot] BugFix: "Cannot allocate memory" warnings for containerdisk VMs - \[PR [#&#8203;12555](https://github.com/kubevirt/kubevirt/issues/12555)]\[kubevirt-bot] VM supports kubevirt.io/immediate-data-volume-creation: "false" which delays creating DataVolumeTemplates until VM is started - \[PR [#&#8203;12549](https://github.com/kubevirt/kubevirt/issues/12549)]\[kubevirt-bot] Updated common-instancetypes bundles to v1.1.0 - \[PR [#&#8203;12495](https://github.com/kubevirt/kubevirt/issues/12495)]\[fossedihelm] Fix: eviction requests to completed virt-launcher pods cannot trigger a live migration - \[PR [#&#8203;12409](https://github.com/kubevirt/kubevirt/issues/12409)]\[kubevirt-bot] Use optional interface at passt binding sidecar - \[PR [#&#8203;12319](https://github.com/kubevirt/kubevirt/issues/12319)]\[Sreeja1725] Add v1.3.0 perf and scale benchmarks data - \[PR [#&#8203;12330](https://github.com/kubevirt/kubevirt/issues/12330)]\[kubevirt-bot] Fix wrong KubeVirtVMIExcessiveMigrations alert calculation in an upgrade scenario. - \[PR [#&#8203;12328](https://github.com/kubevirt/kubevirt/issues/12328)]\[acardace] enable only for VMs with memory >= 1Gi - \[PR [#&#8203;12272](https://github.com/kubevirt/kubevirt/issues/12272)]\[Sreeja1725] Add unit tests to check for API backward compatibility ## Contributors 17 people contributed to this release: 6 Alice Frosi <afrosi@redhat.com> 5 Alvaro Romero <alromero@redhat.com> 5 Lee Yarwood <lyarwood@redhat.com> 4 Antonio Cardace <acardace@redhat.com> 4 Assaf Admi <aadmi@redhat.com> 4 Michael Henriksen <mhenriks@redhat.com> 3 Alex Kalenyuk <akalenyu@redhat.com> 3 Brian Carey <bcarey@redhat.com> 3 Luboslav Pivarc <lpivarc@redhat.com> 3 fossedihelm <ffossemo@redhat.com> 3 svarnam <svarnam@nvidia.com> 1 Enrique Llorente <ellorent@redhat.com> 1 Felix Matouschek <fmatouschek@redhat.com> 1 Igor Bezukh <ibezukh@redhat.com> 1 Oren Cohen <ocohen@redhat.com> ## Additional Resources - Mailing list: <https://groups.google.com/forum/#!forum/kubevirt-dev> - Slack: <https://kubernetes.slack.com/messages/virtualization> - An easy to use demo: <https://github.com/kubevirt/demo> - [How to contribute][contributing] - [License][license] [contributing]: https://github.com/kubevirt/kubevirt/blob/main/CONTRIBUTING.md [license]: https://github.com/kubevirt/kubevirt/blob/main/LICENSE *** \-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEL3WFe2eU+K2zCASGa/gKvUPjd9MFAmbG+YAACgkQa/gKvUPj d9MtXBAAkEqSw4mLCgFXq4cmUja3AtYHXonTLUjodDD4LhhWR6jWdDvwqHKWuXz3 SxIQZMV7gnyl+FAtRJsWhwDhrzQinwkMiuV1H7PKmZ2DUbW5jW/DJuUiC+FjDlzo YCvZnPtmDICFzXBk4R8BHAVBn1puUA/uxNFcuUEX0pCSFzO/Q5ZSSxFd/XVPH4IT Saz2RV9Cdt6scTIV0z/mkJkYyZVCgULU8PJg3h13GjgfQD+WshOIPPgvt6vXzoD2 WWQj8WpmwxYYfIOm923g1/Kz20eM81gQfZfDMIB4b+NDkc5cely0Cm23b0S97VLm q69ixZrd3qGyvrZmhg3YxQdRXg9MChQ+GVXee7yqaMYOgEMpBtTIuoOVtGbd5eAQ 99W2d9khsILbYR3zc6GJiV4O3pOfo3xmxHoQsibSYP1fBMROxGJ0tQprjY/z/R3w H1b8t43migSwXLb7II4dlWgjru+U76d+jkgPpS8sxd+G1D9/14oi8YkH39uA12wp Iy9YmdEsg8JWACXxr3smWo+ZDqbXDA0bMDBbEM/F5v68GJ0LkaHMKpOhW2sIj/qF gX2Vzg10ScxgLy/HpYeh9Gg+6sdrSDx5SZ7Asrsy4mNjOSPak2phtCygHEvRDbrE C25ZgKMJTfIEm89k2phtBMGp5Cg42JKT9MSM3FXwmCGSl7fzU+o= \=Nmgl \-----END PGP SIGNATURE----- Merge pull request [#&#8203;12646](https://github.com/kubevirt/kubevirt/issues/12646) from kubevirt-bot/cherry-pick-12638-to-release-1.3 \[release-1.3] Remove handler cgroup pkg dep in virt-chroot </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguNTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
smeagol-help added 1 commit 2024-08-29 10:02:43 -05:00
jahanson was assigned by smeagol-help 2024-08-29 10:02:44 -05:00
jahanson merged commit 5409085941 into main 2024-09-05 22:58:11 -05:00
jahanson deleted branch renovate/kubevirt-kubevirt-1.x 2024-09-05 22:58:11 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jahanson/kubevirt-flux#6
No description provided.