1. 26 Oct, 2016 1 commit
  2. 07 Oct, 2016 1 commit
  3. 23 Sep, 2016 1 commit
  4. 24 Aug, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm): add --verify flag to commands · f1d07c3f
      Matt Butcher authored
      This adds the --verify and --keyring flags to:
      
      helm fetch
      helm inspect
      helm install
      helm upgrade
      
      Each of these commands can now make cryptographic verification a
      prerequisite for using a chart.
      f1d07c3f
  5. 23 Aug, 2016 1 commit
    • Matt Butcher's avatar
      feat(pkg/provenance): add OpenPGP signatures · ce83a8a7
      Matt Butcher authored
      This adds support for OpenPGP signatures containing provenance data.
      Such information can be used to verify the integrity of a Chart by
      testing that its file hash, metadata, and images are correct.
      
      This first PR does not contain all of the tooling necessary for
      end-to-end chart integrity. It contains just the library.
      
      See #983
      ce83a8a7