kubevirt / kubevirt-velero-plugin

Plugin to Velero which automates backing up and restoring KubeVirt/CDI objects
Apache License 2.0
25 stars 28 forks source link

Bump kubevirt.io/containerized-data-importer-api from 1.55.2 to 1.56.0 #173

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps kubevirt.io/containerized-data-importer-api from 1.55.2 to 1.56.0.

Release notes

Sourced from kubevirt.io/containerized-data-importer-api's releases.

v1.56.0

This release follows v1.55.0 and consists of 95 changes, contributed by 19 people, leading to 614 files changed, 36685 insertions(+), 34515 deletions(-).

The source code and selected binaries are available for download at: https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.56.0.

Pre-built CDI containers are published on Quay.io and can be viewed at: https://quay.io/repository/kubevirt/cdi-controller/ https://quay.io/repository/kubevirt/cdi-importer/ https://quay.io/repository/kubevirt/cdi-cloner/ https://quay.io/repository/kubevirt/cdi-uploadproxy/ https://quay.io/repository/kubevirt/cdi-apiserver/ https://quay.io/repository/kubevirt/cdi-uploadserver/ https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

Enhancement: Stop serving v1alpha1 CRDs Enhancement: Add DataVolume garbage collection support for DataImportCron and DataSource Enhancement: Add DataImportCron CronJobs Proxy support Enhancement: Fix import proxy ConfigMap update Enhancement: Support for external volume populators in DataVolumes Enhancement: Pass KubeVirt default instance type and preference annotations on DataImportCrons to DataVolumes and DataSources Enhancement: Add sourceRef support for VolumeSnapshot sources Enhancement: cdi.kubevirt.io/storage.checkStaticVolume annotation skips volume population step if a static PV is configured for target DataVOlume PVC

BugFix: Enable HonorWaitForFirstConsumer by default on release manifest BugFix: Priority of CDI SecurityContextConstraints is too high BugFix: TopoLVM profile missing defaults BugFix: Add LINSTOR to known provisioners BugFix: Add Open Stack manila to known provisioners BugFix: update golang to 1.18.8 BugFix: Fix bug in size-detection mechanism when cloning across namespaces BugFix: Mount block PVCs readonly when source of clone operation BugFix: Failed/successful pods associated with DataImportCron Jobs are cleaned up BugFix: PVC garbage collection in DataImportCron fails when CDI DV garbage collection is disabled BugFix: Ensure Prometheus resources exist for CDINotReady BugFix: target PVC disappears after cross namespace clone BugFix: Fix DataImportCron PVC timestamping BugFix: VM with DataSource referring a non-existing PVC won't start after DataSource fix BugFix: use retry filter in inline streaming conversion with qcow2 http endpoints. BugFix: Stop forcing preallocation on block imports BugFix: Respect bind.immediate annotation on snapshot/csi clone by falling back to host assisted

Contributors

... (truncated)

Changelog

Sourced from kubevirt.io/containerized-data-importer-api's changelog.

v1.56.0 Stop forcing preallocation on block imports (#2598) Annotation to check for statically provisioned PVs when creating DataVolumes (#2605) Get rid of sync/updateStatus shared state (#2607) Respect bind.immediate annotation by not attempting fancy clones (#2612) Add manila csi to list of known provisioners (#2614) Add sourceRef support for VolumeSnapshot sources (#2616)

Commits
  • 7377d7e 1.56.0 release
  • 709efdf Add sourceRef support for VolumeSnapshot sources (#2616)
  • 5a8a1ea Add manila csi to list of known provisioners (#2614)
  • 50da70f [release-v1.56] Respect bind.immediate annotation by not attempting fancy clo...
  • 77e5f2b Get rid of sync/updateStatus shared state (#2607)
  • 9611f39 [release-v1.56] Annotation to check for statically provisioned PVs when creat...
  • d0fea1b Use real tmpdir path in qemu blank image unit tests (#2600)
  • d8c38b1 Fix DV verifyConditions test (#2603)
  • 348af0b Another attempt to stabilizie storage profile metric tests (#2599)
  • 1a05900 Stop forcing preallocation on block imports (#2598)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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)
kubevirt-bot commented 1 year ago

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubevirt member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
kubevirt-bot commented 1 year ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign awels for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kubevirt/kubevirt-velero-plugin/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
dependabot[bot] commented 11 months ago

Superseded by #180.