Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 2280927: Backport of upstream PR #1573 #374

Merged

Commits on Oct 9, 2024

  1. go.mod: update to newer version of recipe api

    Command run: `go get -u github.com/ramendr/recipe`
    
    cherry-pick equivalent of bf4114f
    
    Signed-off-by: Raghavendra Talur <[email protected]>
    raghavendra-talur committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    549b5e5 View commit details
    Browse the repository at this point in the history
  2. test: add the updated recipe crd to the test dir

    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Annaraya Narasagond <[email protected]>
    (cherry picked from commit 4565dc2)
    raghavendra-talur committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0b65e04 View commit details
    Browse the repository at this point in the history
  3. controller: update implementation to match with recipe CRD

    Changes are:
    1. Find the backup and restore workflow by name as CaptureWorkflow and
       RecoverWorkflow don't exist anymore.
    2. Change timeout to int
    3. Change command to string type
    
    Signed-off-by: Raghavendra Talur <[email protected]>
    Co-Authored-by: Annaraya Narasagond <[email protected]>
    (cherry picked from commit 790a54f)
    raghavendra-talur committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b989bc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. go.mod: update to latest version of the ramen api

    Command run: `go get -u github.com/ramendr/ramen/api/v1alpha1`
    
    Essentially a cherry-pick of 3b85faa
    
    Signed-off-by: Raghavendra Talur <[email protected]>
    raghavendra-talur committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6766ced View commit details
    Browse the repository at this point in the history