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

[velero] Chart ux improvements #138

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2020

  1. add schedule labels

    Signed-off-by: Cesar Okuti <[email protected]>
    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    cesarokuti authored and kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    f9fcf95 View commit details
    Browse the repository at this point in the history
  2. Remove Prometheus operator CRDs

    Signed-off-by: Carlisia <[email protected]>
    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    Carlisia authored and kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d648f35 View commit details
    Browse the repository at this point in the history
  3. Fixes vmware-tanzu#90 - schedule.template

    BREAKING CHANGE
    
    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    106c462 View commit details
    Browse the repository at this point in the history
  4. Fixes vmware-tanzu#89 - InitContainers/Provider

    BREAKING CHANGE
    
    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    4af5769 View commit details
    Browse the repository at this point in the history
  5. Fixes vmware-tanzu#88 - ExistingSecret

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    a2a9791 View commit details
    Browse the repository at this point in the history
  6. Reving version and adding docs

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    b8d769e View commit details
    Browse the repository at this point in the history
  7. Removing config table

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    ddd47dc View commit details
    Browse the repository at this point in the history
  8. Fixing version

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    ac3d3b2 View commit details
    Browse the repository at this point in the history
  9. Adding plugins for all providers

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    3e431d8 View commit details
    Browse the repository at this point in the history
  10. renaming secret file to align with velero install

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    cb95888 View commit details
    Browse the repository at this point in the history
  11. Adding plugins and tests for initContainers

     Tagged version as alpha since there are other breaking change under discussion
    
    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    64d4fc4 View commit details
    Browse the repository at this point in the history
  12. Unifying with scheduleLabels and fixing helm2

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    39fb672 View commit details
    Browse the repository at this point in the history
  13. Inferring useSecret

    We create a secret if we have contents or envVars to put in it.
    We use a secret if we created one or if we have an existing one.
    
    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    e6d94f9 View commit details
    Browse the repository at this point in the history
  14. Adding credentials tests

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    cb2f065 View commit details
    Browse the repository at this point in the history
  15. Switching deployRestic to restic.enabled

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    54692e1 View commit details
    Browse the repository at this point in the history
  16. Adding snapshots before refactoring configuration out

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    e4921e1 View commit details
    Browse the repository at this point in the history
  17. Removing configuration key

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    379b4a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Adding backcompat

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    6b5e7d1 View commit details
    Browse the repository at this point in the history
  2. WIP: Adding backcompat testing

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    4d2343d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Back compat for schedules.

    A touch less graceful than I'd like but it does work.
    
    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    26d1a8a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    5abd8a8 View commit details
    Browse the repository at this point in the history
  2. linting

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d8d1ee1 View commit details
    Browse the repository at this point in the history
  3. Updating tests and snapshots post main merge

    Signed-off-by: W. Kavanaugh Latiolais <[email protected]>
    kav committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    9dc8a22 View commit details
    Browse the repository at this point in the history