1. 10 Feb, 2017 1 commit
  2. 21 Dec, 2016 1 commit
  3. 13 Dec, 2016 5 commits
  4. 02 Dec, 2016 1 commit
  5. 01 Dec, 2016 1 commit
  6. 29 Nov, 2016 1 commit
    • Matt Farina's avatar
      fix(semver): range handling includes prerelease when it should not · 51ecadae
      Matt Farina authored
      A bug in the semver package caused prereleases to be included in
      version ranges by default. Prereleases, per the spec, are not
      expected to be API compatible with the releases themselves.
      
      The semver package now ignores prereleases when evaluating
      constraints when the constraint does not contain a prerelease. If
      the constraint contains a prerelease they are evaluated.
      51ecadae
  7. 23 Nov, 2016 1 commit
  8. 13 Oct, 2016 1 commit
  9. 11 Oct, 2016 1 commit
  10. 10 Oct, 2016 1 commit
  11. 05 Oct, 2016 1 commit
  12. 04 Oct, 2016 1 commit
  13. 27 Sep, 2016 1 commit
  14. 26 Sep, 2016 1 commit
  15. 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
  16. 19 Aug, 2016 1 commit
  17. 16 Aug, 2016 1 commit
  18. 12 Aug, 2016 1 commit
  19. 10 Aug, 2016 1 commit
  20. 08 Aug, 2016 1 commit
  21. 05 Aug, 2016 1 commit
  22. 31 Jul, 2016 1 commit
  23. 06 Jul, 2016 1 commit
  24. 26 Jun, 2016 1 commit
  25. 21 Jun, 2016 1 commit
  26. 20 Jun, 2016 1 commit
    • Miguel Martinez's avatar
      New Chart linter structure · c2459c06
      Miguel Martinez authored
      Fixed tests
      
      Adding chart name linter
      
      Add lint error
      
      Moving to blocks
      
      Moving to method
      
      Moved lint rules to functions
      
      Semantic version validation
      
      Linting engine
      
      Adding sources and home validations
      
      Sharing file loading
      
      Sharing file loading
      
      Rolling back readme
      
      Rewriting other linters
      
      Fixing tests
      
      Typo
      
      Using chart.Metadata
      
      Fixing format
      
      Adding UNKNOWN in Engine
      
      Adding tabs
      
      Fixing tabs
      c2459c06
  27. 16 Jun, 2016 1 commit
  28. 07 Jun, 2016 1 commit
  29. 24 May, 2016 1 commit
  30. 19 May, 2016 1 commit
  31. 11 May, 2016 1 commit
  32. 28 Apr, 2016 2 commits
  33. 27 Apr, 2016 3 commits