1. 05 Dec, 2020 1 commit
  2. 04 Dec, 2020 3 commits
  3. 03 Dec, 2020 1 commit
  4. 02 Dec, 2020 1 commit
    • Marc Cornellà's avatar
      fix(updater): fix ignored variable name in read · 3f8af040
      Marc Cornellà authored
      I used _ which is a convention in other languages, but in shell scripting
      $_ is a special variable set by the shell, and in Zsh versions older than
      5.0.6 it complains for being a `read-only variable`.
      
      Fixes #9482
      3f8af040
  5. 01 Dec, 2020 1 commit
  6. 30 Nov, 2020 4 commits
  7. 26 Nov, 2020 1 commit
  8. 25 Nov, 2020 1 commit
  9. 22 Nov, 2020 1 commit
  10. 20 Nov, 2020 2 commits
  11. 19 Nov, 2020 2 commits
  12. 12 Nov, 2020 2 commits
  13. 11 Nov, 2020 2 commits
  14. 10 Nov, 2020 3 commits
  15. 09 Nov, 2020 4 commits
  16. 04 Nov, 2020 1 commit
    • Maksym's avatar
      fix(aws): support MFA for profiles without role to assume (#9411) · 3e6ee85a
      Maksym authored
      Previously, the plugin only supported MFA for profiles that had a role to assume, specified in role_arn. Now, the plugin supports MFA for profiles without a role to assume.
      
      Closes #9408
      
      * refactor(aws plugin): remove dependency on jq
      
      Previously, acp command relied on jq. Now that dependency has been removed, as well as some linter suggestions implemented.
      3e6ee85a
  17. 29 Oct, 2020 4 commits
  18. 28 Oct, 2020 1 commit
  19. 27 Oct, 2020 2 commits
  20. 24 Oct, 2020 3 commits