1.16.0-rc.1 rebase#377
Merged
openshift-merge-bot[bot] merged 73 commits intoopenshift:oadp-1.5from Apr 3, 2025
Merged
Conversation
* ensure pv has been deleted Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> * ensure delete pv unit test Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> * comment, errors Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> * updated changelog Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> * pass value Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> * function renamed as suggested Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> --------- Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com>
* fix: log doesn't show pv name Signed-off-by: hu-keyu <hzldd999@gmail.com> * fix: add changelog Signed-off-by: hu-keyu <hzldd999@gmail.com> * update changelog fileName Signed-off-by: hu-keyu <hzldd999@gmail.com> --------- Signed-off-by: hu-keyu <hzldd999@gmail.com>
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
The restore workflow used name represents the backup resource and the restore to be restored, but the restored resource name may be different from the backup one, e.g. PV and VSC are global resources, to avoid conflict, need to rename them. Reanme the name variable to backupResourceName, and use obj.GetName() for restore operation. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
Fixes velero-io#8648 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
Modify how the restore workflow using the resource name
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e2e: Enable KinD containerdv2 images
Fixes velero-io#8787 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
Issue 8803: use deterministic name to create backupRepository
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
…on-for-maintenance-job Add third party annotation support for maintenance job
Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
…lemented-design Update readme and implemented design for 1.16
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
Bump the golang.org/x/net to v0.36.0 to fix Restic CVE.
Add doc for upgrade to 1.16
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
Add 1.16 doc
Migration cases use the Kibishii as the workload, and SC mapping ConfigMap was needed for all scenarios, because standby cluster doesn't have the Kibishii SC after setting up. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
…non_data_move [E2E] Fix the non data mover migration failure.
Add v1.16 related plugin and other image default version. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
Add 1.16 changelog and release notes
…igration_source_version Bump the migration and upgrade E2E test source version.
Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
…and_image_version Align the E2E upgrade test's CLI and image version.
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
Code-gen no longer required on verify due to velero-io#6039 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> oadp-1.2: Update Makefile.prow to velero-restore-helper
…nshift#280) Signed-off-by: Scott Seago <sseago@redhat.com>
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
…#336) Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
…openshift#334) (openshift#338) add missing unit test for kopia hashing algo (openshift#337) Introduction of downstream only option to override Kopia default: - hashing algorithm - splitting algorithm - encryption algorithm With introduction of 3 environment variables it is possible to override Kopia algorithms used by Velero: KOPIA_HASHING_ALGORITHM KOPIA_SPLITTER_ALGORITHM KOPIA_ENCRYPTION_ALGORITHM If the env algorithms are not set or they are not within Kopia SupportedAlgorithms, the default algorithm will be used. This behavior is consistent with current behavior without this change. Signed-off-by: Michal Pryc <mpryc@redhat.com> Signed-off-by: Shubham Pampattiwar <shubhampampattiwar7@gmail.com>
The rework of Makefile to make it more readable and inclusion of lint as a target as well extract golangci-lint version from the upstream Dockerfile, so we test in PROW or locally on the same version as upstream. Signed-off-by: Michal Pryc <mpryc@redhat.com>
This fixes the PR openshift#334 where one additional line was in the code. This was not exposed previously as we did not had downstream CI Lint jobs. Signed-off-by: Michal Pryc <mpryc@redhat.com>
* run oadp-operator e2e test from the velero repo execute openshift/oadp-operator e2e tests directly against the velero repo locally or via prow ci Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> * update variable names, add a cleanup * make sure env variable overrides default velero_image Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> * add options to build, push, and only test Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> * add arch to name Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> * remove duplicated clean/rm operator checkout * simplify by dropping export var and use a oneliner Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> * drop export and use oneliner Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> * just in case, allow oadp to be deployed from makefile Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> * Update Makefile.prow Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> --------- Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com>
Co-authored-by: Scott Seago <sseago@redhat.com>
|
@sseago: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
shubham-pampattiwar
approved these changes
Apr 3, 2025
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shubham-pampattiwar, sseago, weshayutin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
weshayutin
added a commit
that referenced
this pull request
Apr 3, 2025
This reverts commit 03a4415.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
make new-changelog) or comment/kind changelog-not-requiredon this PR.site/content/docs/main.