devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
367 stars 44 forks source link

Is any way i can add velero to the new version binenv distributions.yaml? #199

Closed kenni-shin closed 2 years ago

kenni-shin commented 2 years ago
 velero:
    description: A tool for backup a kubernetes kluster
    url: https://github.com/vmware-tanzu/velero
    list:
      type: github-releases
      url: https://github.com/vmware-tanzu/velero/releases
    fetch:
      url: https://github.com/vmware-tanzu/velero/releases/download/v{{ .Version }}/velero-v{{ .Version }}-{{ .OS }}-{{ .Arch }}.tar.gz
    install:
      type: tgz
      binaries:
        - velero
    supported_platforms:
      - os: windows
        arch: amd64
      - os: linux
        arch: arm
      - os: linux
        arch: ppc64le        
      - os: linux
        arch: amd64
      - os: linux
        arch: arm64
      - os: darwin
        arch: amd64
leucos commented 2 years ago

Hello @kenni-shin ; are you having any issue with the code above ? If yes can you describe the issue ? If no, can you open a pull request (against develop) with your changes ?

Thanks

kenni-shin commented 2 years ago

Hello @leucos no i don't have any issue just wanted to sure if this is right app for this repository? can open pull request.

leucos commented 2 years ago

yes sure please go ahead !