Skip to content

Beta Release v0.1.2

Compare
Choose a tag to compare
@fxaguessy fxaguessy released this 17 Aug 09:28
· 332 commits to master since this release

You can find attached binaries for OSX, Linux and Windows

Changelog

Features

  • Sync overall speed up and massive reducing in memory consumption
  • SSH --through: awless ssh my-priv-inst --through my-pub-inst allow you to connect to a private instance by going through a public one in ths same VPC. You need to have the same keypair (SSH key) on both instances.
  • Flag --profile-sync on awless sync to enable live profiling. Will dump mem and cpu Go profiling files for later inspection
  • #109: Support caching of STS credentials for Multi-Factor Authentication.
  • #126: Flag --no-alias in awless show force the display of IDs in relations.
  • #126: Reverse sorting when listing resources with flag --reverse
  • #120: Profile info is now included in execution logs and appended when suggesting revert action
  • #82: Better template TAB completion (e.g. complete list of parameters)

AWS Services

  • Instance Profiles: List them; attach them to an instance. Ex: attach instanceprofile name=..., awless ls instanceprofiles
  • Replace in one command an InstanceProfile on a given instance with the replace=true param. Ex: attach instanceprofile .... replace=true
  • Update Route53 records with awless update record

Fixes

  • #116 No more sync Out Of Memory