Skip to content

Tags: openshift/velero

Tags

konveyor-dev-pre-rebase-20241211

Toggle konveyor-dev-pre-rebase-20241211's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
run oadp-operator e2e test from the velero repo (#353)

* 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>

konveyor-dev-pre-rebase-20240919

Toggle konveyor-dev-pre-rebase-20240919's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Downstream only - fix lint error in downtream change (#343)

This fixes the PR #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>

konveyor-dev-pre-rebase-20240822

Toggle konveyor-dev-pre-rebase-20240822's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
OADP-4640: Downstream only to allow override kopia default algorithms (

…#334) (#338)

add missing unit test for kopia hashing algo (#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>

oadp-1.4-pre-rebase-20240822

Toggle oadp-1.4-pre-rebase-20240822's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add missing unit test for kopia hashing algo (#337)

oadp-1.4-pre-rebase-20240801

Toggle oadp-1.4-pre-rebase-20240801's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
oadp-1.4: OADP-3227: Reconcile to fail on restore stuck in-progress (#…

…330)

* oadp-1.4: OADP-3227: Mark InProgress backup/restore as failed upon requeuing (#315)

* Mark InProgress backup/restore as failed upon requeuing

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

remove uuid, return err to requeue instead of requeue: true

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

* cleanup to minimize diff from upstream

Signed-off-by: Scott Seago <sseago@redhat.com>

* error message update

Signed-off-by: Scott Seago <sseago@redhat.com>

* requeue on finalize status update.

Unlike the InProgress transition, there's no need to fail here,
since the Finalize steps can be repeated.

* Only run patch once for all backup finalizer return scenarios

Signed-off-by: Scott Seago <sseago@redhat.com>

---------

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
Signed-off-by: Scott Seago <sseago@redhat.com>
Co-authored-by: Scott Seago <sseago@redhat.com>

* oadp-1.4: OADP-3227: Reconcile To Fail: Add backup/restore trackers (#324)

* OADP-4265: Reconcile To Fail: Add backup/restore trackers

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

* Apply suggestions from code review: backupTracker

* Address restoreTracker feedback

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

* s/delete from/add to/ in the comment

* unit test fix

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

* backup_controller unit test

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

* restore_controller unit test

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

* `make update`

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

* mock patch to fail failure due to connection refused

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

---------

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

* regenerate mocks

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>

---------

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
Signed-off-by: Scott Seago <sseago@redhat.com>
Co-authored-by: Scott Seago <sseago@redhat.com>

oadp-1.4-pre-rebase-20240718

Toggle oadp-1.4-pre-rebase-20240718's commit message
fix: CI

Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>

konveyor-dev-pre-rebase-20240618

Toggle konveyor-dev-pre-rebase-20240618's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: CI (#316)

Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>

oadp-1.4-pre-rebase-20240618

Toggle oadp-1.4-pre-rebase-20240618's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release-string for 1.14.0 (#318)

oadp-1.3-pre-rebase-20240304

Toggle oadp-1.3-pre-rebase-20240304's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to ubi9 builder and base images (#308)

Signed-off-by: Scott Seago <sseago@redhat.com>

oadp-1.3-pre-rebase-20240123

Toggle oadp-1.3-pre-rebase-20240123's commit message
oadp-1.3 version/branch changes