Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Releases: redbubble/yak

v1.4.0

16 Aug 23:42
Compare
Choose a tag to compare

Changelog

b947c37 Allow the Okta password to be set by environment variable

v1.3.5

18 Jul 05:52
Compare
Choose a tag to compare

Changelog

1e863fa Fix a race condition in the ^C-terminal-state-guard code

v1.3.4

18 Jul 04:47
Compare
Choose a tag to compare

Changelog

d1c7860 Fix a bug where ^C at password prompt caused bash to stop echoing
ac8ec88 Fix a spelling error
f95a37a Improve the portability of the way we read from the terminal

v1.3.3

04 Jun 23:29
Compare
Choose a tag to compare

Changelog

ff37ac6 Add the ability to clear the yak cache from within yak
e5c4bd0 Fix issue where cache was being written even when authentication failed
e3b74f0 Add the ability to output credentials as JSON

v1.3.2

01 Jun 02:56
Compare
Choose a tag to compare

Changelog

ac56c7c Allow additional MFA types, including Okta Verify token and yubikey

v1.3.1

28 May 05:22
Compare
Choose a tag to compare

Changelog

a06db26 Add Okta push verification

v1.3.0

28 May 04:22
Compare
Choose a tag to compare

Changelog

b7e33ec Add hardware 2fa
4f70e66 Clarify Prompts
4d6d8d8 Allow the user to retry if their username, password or MFA is wrong
5214306 Use XDG_CACHE_HOME for the cache

v1.2.4-1

10 May 06:36
Compare
Choose a tag to compare

Changelog

cd465ea Fix syntax error in yak.zsh

v1.2.4

09 May 05:43
Compare
Choose a tag to compare

Changelog

17a8b59 Remove stray quotes from the env-var output

v1.2.3

09 May 03:07
Compare
Choose a tag to compare

Changelog

709c12b Fix zsh completions with --
ad20b74 Write out the cache on SIGINT and SIGTERM as well
4d78775 Write out cache even if subprocess fails
c1df4c0 Honour subprocess exit codes in shim mode