1. 10 Apr, 2019 1 commit
  2. 09 Apr, 2019 2 commits
  3. 08 Apr, 2019 3 commits
  4. 07 Apr, 2019 1 commit
  5. 05 Apr, 2019 5 commits
  6. 04 Apr, 2019 8 commits
  7. 03 Apr, 2019 4 commits
  8. 26 Mar, 2019 3 commits
  9. 25 Mar, 2019 4 commits
  10. 24 Mar, 2019 1 commit
  11. 23 Mar, 2019 2 commits
  12. 22 Mar, 2019 4 commits
    • Fernando Barbosa's avatar
      bf7106f6
    • Timofey Kirillov's avatar
      Fix `no RESOURCE with the name NAME found` · 5ffe4ce5
      Timofey Kirillov authored
      This is the fix for only one particular, but important case.
      
      The case when a new resource has been added to the chart and
      there is an error in the chart, which leads to release failure.
      In this case after first failed release upgrade new resource will be
      created in the cluster. On the next release upgrade there will be the error:
      `no RESOURCE with the name NAME found` for this newly created resource
      from the previous release upgrade.
      
      The root of this problem is in the side effect of the first release process,
      Release invariant says: if resouce exists in the kubernetes cluster, then
      it should exist in the release storage. But this invariant has been broken
      by helm itself -- because helm created new resources as side effect and not
      adopted them into release storage.
      
      To maintain release invariant for such case during release upgrade operation
      all newly *successfully* created resources will be deleted in the case
      of an error in the subsequent resources update.
      
      This behaviour will be enabled only when `--cleanup-on-fail` option used
      for `helm upgrade` or `helm rollback`.
      Signed-off-by: 's avatarTimofey Kirillov <timofey.kirillov@flant.com>
      5ffe4ce5
    • Matthew Fisher's avatar
      Merge pull request #5491 from arief-hidayat/master · abddb77a
      Matthew Fisher authored
      fix(script): follow redirected URL of github latest release
      abddb77a
    • Arief Hidayat's avatar
      fix(script): remove check on release URL · 65193adc
      Arief Hidayat authored
      Closes #5480
      Signed-off-by: 's avatarArief Hidayat <mr.arief.hidayat@gmail.com>
      65193adc
  13. 21 Mar, 2019 1 commit
  14. 20 Mar, 2019 1 commit