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.57.0 #184

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 11 months ago

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

Release notes

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

v1.57.0

This release follows v1.56.1 and consists of 92 changes, contributed by 21 people, leading to 3512 files changed, 392208 insertions(+), 83157 deletions(-).

The source code and selected binaries are available for download at: https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.57.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: Set clone strategy for ceph to CSI clone (#2817) Enhancement: Annotate PVC with host-assisted clone fallback reason; add missing events (#2824) Enhancement: Added support for imagePullSecrets to the CDI custom resource and the cdi-operator resource. Updates to the imagePullSecrets value in the custom resource are automatically propagated to cdi-apiserver, cdi-deployment, and cdi-uploadproxy. The cdi-operator resource should be manually updated (#2589) Enhancement: Support for zstd added (#2593) Enhancement: Enable DataVolume status subresource (#2611) Enhancement: support for Google Cloud Storage as a source for DataVolumes (#2615) Enhancement: Move clone auth helpers to CDI API library (#2636) Enhancement: Set pod affinity for host assisted clone source pods, in order to schedule them on the same K8S node (#2647) Enhancement: Add ovirt csi to known provisioners (#2661) Enhancement: Created upload populator controller (#2678) Enhancement: k8s 1.26.1 libs (#2687) Enhancement: Include a new controller "import-populator" to populate PVCs with the standard CDI Import flow using a volume populator (#2690) Enhancement: Allow snapshots as a format for DataImportCron created sources (#2700) Enhancement: Add readahead filter when importing files over HTTP (#2701) Enhancement: Implement webhooks for upload and import populator CRs (#2707) Enhancement: VolumeCloneSource Populator (#2709) Enhancement: Add Dell EMC PowerFlex/Scale/Max/Store and HPE to known provisioners (#2710) Enhancement: Add Hitachi to known provisioners (#2717) Enhancement: Integration of Data volume using CDI populators with CSI storage (#2722) Enhancement: Update base image RPMs (#2741) Enhancement: DataVolume Controller uses VolumeCloneSource Populator (#2750) Enhancement: Disable DataVolume garbage collection by default (#2754) Enhancement: Add IBM CSI to known provisioners (#2762) Enhancement: Allow ImmediateBinding annotation when using populators (#2765) Enhancement: Support multi-stage imports in import populator (#2767) Enhancement: Add AWS EFS CSI to known provisioners (#2771)

BugFix: Fix DIC returned reconcile.Result for ImageStream (#2826) BugFix: Fix race condition in populators so we clean PVC' after population in all cases (#2833) BugFix: Always use scratchspace when importing and converting (#2832) (#2841)

... (truncated)

Changelog

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

v1.57.0 BugFix: Update populator CRDs roles to include cluster-readers (#2806) Enhancement: Set clone strategy for ceph to CSI clone (#2817) Enhancement: Annotate PVC with host-assisted clone fallback reason; add missing events (#2824) BugFix: Fix DIC returned reconcile.Result for ImageStream (#2826) BugFix: Fix race condition in populators so we clean PVC' after population in all cases (#2833) BugFix: Always use scratchspace when importing and converting (#2832) (#2841) BugFix: Fix broken local -> rook-ceph-block clone (#2842) BugFix: Don't use scratch space for registry node pull imports (#2846)

Commits
  • 1b6f7ce Updated release notes for 1.57.0
  • 217c0c9 Don't use scratch space for registry node pull imports (#2846)
  • ac42b10 [release-v1.57] Adjust tests for WFFC ceph lane (#2843)
  • f59fb71 Fix broken local -> rook-ceph-block clone (#2842)
  • 0803f89 Always use scratchspace when importing and converting (#2832) (#2841)
  • b7800d6 Fix race condition in populators so we clean PVC' after population in all cas...
  • f506f69 Fix DIC returned reconcile.Result for ImageStream (#2826)
  • 507caf1 [release-v1.57] Annotate PVC with host-assisted clone fallback reason; add mi...
  • 1d729fd Set clone strategy for ceph to CSI clone (#2817)
  • f46544c [release-v1.57] Add documentation for cdi populators (#2812)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 show 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

kubevirt-bot commented 11 months 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 11 months 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 mhenriks 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
kubevirt-bot commented 10 months ago

PR needs rebase.

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.
ShellyKa13 commented 8 months ago

@dependabot rebase

dependabot[bot] commented 8 months ago

Superseded by #201.