1. 31 Oct, 2018 1 commit
  2. 14 May, 2018 1 commit
  3. 02 May, 2018 1 commit
  4. 23 Apr, 2018 1 commit
  5. 17 Apr, 2018 1 commit
  6. 13 Apr, 2018 1 commit
  7. 12 Apr, 2018 3 commits
  8. 11 Apr, 2018 1 commit
  9. 02 Feb, 2018 1 commit
  10. 29 Jan, 2018 1 commit
    • Oilbeater's avatar
      Update Makefile · d1b3523b
      Oilbeater authored
      Remove symbol table and debug info from go binary to reduce image size
      d1b3523b
  11. 22 Nov, 2017 1 commit
  12. 08 Sep, 2017 1 commit
  13. 06 May, 2017 1 commit
  14. 05 May, 2017 2 commits
  15. 28 Apr, 2017 1 commit
  16. 12 Apr, 2017 1 commit
  17. 11 Apr, 2017 1 commit
  18. 11 Mar, 2017 1 commit
  19. 26 Jan, 2017 1 commit
  20. 19 Jan, 2017 1 commit
  21. 18 Jan, 2017 1 commit
  22. 21 Dec, 2016 1 commit
  23. 20 Dec, 2016 1 commit
  24. 19 Dec, 2016 2 commits
    • Nicolas Lamirault's avatar
      Update Makefile · f80f468d
      Nicolas Lamirault authored
      f80f468d
    • Nicolas Lamirault's avatar
      Add ARM target for binaries · a6f82d88
      Nicolas Lamirault authored
      ```
      $ make build-cross dist VERSION=v2.2.0
      CGO_ENABLED=0 gox -output="_dist/{{.OS}}-{{.Arch}}/{{.Dir}}" -osarch='darwin/amd64 linux/amd64 linux/386 windows/amd64 linux/arm'  -tags '' -ldflags ' -X k8s.io/helm/pkg/version
      .Version=v2.1.0 -X k8s.io/helm/pkg/version.GitCommit=b3d812b3 -X k8s.io/helm/pkg/version.GitTreeState=dirty -extldflags "-static"' k8s.io/helm/cm
      d/helm
      Number of parallel builds: 3
      
      -->    darwin/amd64: k8s.io/helm/cmd/helm
      -->     linux/amd64: k8s.io/helm/cmd/helm
      -->   windows/amd64: k8s.io/helm/cmd/helm
      -->       linux/386: k8s.io/helm/cmd/helm
      -->       linux/arm: k8s.io/helm/cmd/helm
      
      ```
      
      ```
      $ ls -a _dist/
      .   darwin-amd64                     helm-v2.2.0-linux-386.tar.gz    helm-v2.2.0-linux-arm.tar.gz      linux-386    linux-arm
      ..  helm-v2.2.0-darwin-amd64.tar.gz  helm-v2.2.0-linux-amd64.tar.gz  helm-v2.2.0-windows-amd64.tar.gz  linux-amd64  windows-amd64
      ```
      a6f82d88
  25. 14 Dec, 2016 2 commits
  26. 30 Nov, 2016 1 commit
  27. 29 Nov, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm): add command to generate documentation · aca9f86d
      Matt Butcher authored
      This adds a hidden 'helm doc' command that generates documentation out
      of the Helm help text.
      
      Currently it can create:
      
      - man pages for HELM(1)
      - Markdown documentation
      - bash autocompletions
      
      Those are the three built-ins for Cobra.
      
      The command is hidden so that it doesn't show up to the regular user,
      since this is really a specialized task. It has the advantage of making
      it trivially easy to install man pages and bash completion at installation time.
      aca9f86d
  28. 17 Oct, 2016 1 commit
  29. 11 Oct, 2016 2 commits
  30. 10 Oct, 2016 1 commit
  31. 07 Oct, 2016 1 commit
  32. 04 Oct, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm): implement new index format · 4f09b056
      Matt Butcher authored
      This implements a new index file format for repository indices. It also
      implements a new format for requirements.yaml.
      
      Breaking change: This will break all previous versions of Helm, and will
      impact helm search, repo, serve, and fetch functions.
      
      Closes #1197
      4f09b056
  33. 27 Sep, 2016 1 commit
  34. 11 Sep, 2016 1 commit