Skip to content

Releases: AndreZiviani/aws-fuzzy

v0.7.0

19 Mar 12:53
Compare
Choose a tag to compare

Changelog

4b7e9ba chore/cleanup: remove debug message
96cb7b8 chore/deps: update dependencies
389f5d6 chore/gitignore: add html files
8505786 chore/login: print login message to stderr to not interfere with shell exec
1d1f7ef chore/profile: return profile name with it values
08ccd28 chore/readme: update readme (#24)
23b9cab chore/tags: make function to search resource tags from key
9885ead feat/ask: add option to confirm if user wants to reauthenticate
e15cb33 fix/Config: fix crash when no aggregators are found
ac25e3e fix/ssh: fix to actually ssh into the instance
42782d3 fix/ssh: use cache if available
af49146 refact/awsconfig: refact how we generate aws configuration

v0.7.0-rc3

01 Feb 22:58
Compare
Choose a tag to compare
v0.7.0-rc3 Pre-release
Pre-release

Changelog

0adf277 chore/cleanup: remove unused variable
3555e3f chore/ssh: display instance tag Name and private ip in main fuzzy selection
9cfe1d4 fix/login: fix credentials cache

v0.7.0-rc2

01 Feb 22:19
Compare
Choose a tag to compare
v0.7.0-rc2 Pre-release
Pre-release

Changelog

17800b0 fix/circleci: reduce number of parallel builds
d019817 fix/fuzzy: fix instance tag Name in ssh fuzzy
f8d6b04 refact/sso: refact sso module to use the new ssocreds module from aws sdk and fix sso expiration time in json cache

v0.7.0-rc1

01 Feb 18:42
Compare
Choose a tag to compare
v0.7.0-rc1 Pre-release
Pre-release

Changelog

b42d658 feat/peering: add command to graph peering connections and refact config command to allow filtering

v0.7.0-rc0

27 Jan 20:44
Compare
Choose a tag to compare
v0.7.0-rc0 Pre-release
Pre-release

Changelog

db8d323 initial commit