1. 27 Mar, 2018 1 commit
  2. 20 Mar, 2018 2 commits
  3. 13 Mar, 2018 1 commit
  4. 12 Mar, 2018 1 commit
    • Matthew Fisher's avatar
      add back the default 5 second connection timeout · 3014b927
      Matthew Fisher authored
      When Helm v2.8.2 was released, we made a change to the default connection timeout by supplying a value passed from pkg/helm/environment. This broke support for third party clients relying on pkg/helm because now the default connection timeout is zero. Adding a default 5 second timeout back retains old behaviour, while not breaking backwards compatibility because the connection timeout can still be configured.
      3014b927
  5. 09 Mar, 2018 3 commits
  6. 08 Mar, 2018 4 commits
  7. 27 Feb, 2018 1 commit
    • Johnny Bergström's avatar
      fix(tiller): Supersede multiple deployments (#3539) · 5f1a21bc
      Johnny Bergström authored
      * add test for rolling back from a FAILED deployment
      
      * Update naming of release variables
      
      Use same naming as the rest of the file.
      
      * Update rollback test
      
      - Add logging
      - Verify other release names not changed
      
      * fix(tiller): Supersede multiple deployments
      
      There are cases when multiple revisions of a release has been
      marked with DEPLOYED status. This makes sure any previous deployment
      will be set to SUPERSEDED when doing rollbacks.
      
      Closes #2941 #3513 #3275
      5f1a21bc
  8. 26 Feb, 2018 2 commits
  9. 24 Feb, 2018 1 commit
  10. 20 Feb, 2018 1 commit
  11. 19 Feb, 2018 3 commits
  12. 16 Feb, 2018 1 commit
  13. 12 Feb, 2018 1 commit
  14. 11 Feb, 2018 1 commit
  15. 10 Feb, 2018 1 commit
  16. 09 Feb, 2018 1 commit
    • oilbeater's avatar
      defer in loop may cause resource leak · 0764d95a
      oilbeater authored
      defer statement executes only when function return, and the resource still be hold during loop. Release the resource manually when not needed.
      0764d95a
  17. 07 Feb, 2018 1 commit
  18. 05 Feb, 2018 1 commit
    • Matt Farina's avatar
      fix(api-machinery): Fixes patching for unstructured objects · e6137ff0
      Matt Farina authored
      CRDs and other objects seen as unstructured cannot use strategic
      merge patching. It has never been supported on CRDs. Previously,
      cases like unstructured objects could have caused an unregistered
      error. This is no longer the case.
      
      This change explicitly looks for unstructured objects and handles
      those using json merge patching.
      
      Closes #3382
      e6137ff0
  19. 27 Jan, 2018 3 commits
  20. 26 Jan, 2018 3 commits
  21. 22 Jan, 2018 1 commit
  22. 18 Jan, 2018 1 commit
  23. 16 Jan, 2018 1 commit
    • Matt Farina's avatar
      fix(capabilities): Adding GitVersion to default set · d5a865b5
      Matt Farina authored
      Prior to this, using the semver template functions with the full
      version, which is represented in the GitVersion, was not possible
      for helm template and lint commands because the property was not
      populated by default. This update adds default handling.
      
      Closes #3349
      d5a865b5
  24. 12 Jan, 2018 1 commit
    • Reinhard Nägele's avatar
      Update initial chart experience · f47e1619
      Reinhard Nägele authored
      * Add template for chart name
      * Use named ports and simplify service configuration
      * Add affinity
      * Add tolerations
      * Use 'with' statements where possible
      * Enhance ingress
      * Add fullnameOverride to fullname template
      f47e1619
  25. 08 Jan, 2018 1 commit
  26. 06 Jan, 2018 1 commit
  27. 05 Jan, 2018 1 commit