Skip to content

Release v0.0.24

Compare
Choose a tag to compare
@fxaguessy fxaguessy released this 22 May 09:12
· 537 commits to master since this release

You can find attached binaries for OSX, Linux and Windows. Note that Windows has only been lightly tested.

Changelog

Features

  • Template runner is now persisted in awless log using the caller identity
  • #93: Supporting EC2 tags: syncing locally; filtering in awless list with --tag, --tag-value, --tag-key
  • #84: Create AMI by importing VM image from S3: awless import image bucket=my-bucket s3object=my-object. Add template to create AMI from local VM file (OVA, VMDK ...): awless run repo:upload_image.
  • Listing pending import image tasks with awless list importimagetasks
  • Deleting images and optionally its related snapshots awless delete image delete-snapshots=true
  • Create/Update/Delete login profiles (AWS Console credentials): awless create/update/delete loginprofile username=...
  • Autowrapping results in tables when too long for awless list. No longer truncate results in --format csv/tsv/json
  • Adjust the width of table columns to the terminal width in awless show
  • Using local EC2 metadata to set region when installing awless on an EC2 instance
  • #94: Add short flags for --aws-profile: -p and --aws-region: -r

Bugfixes

  • Listing in CSV: remove extra spaces; proper listing in TSV (only 1 tab separator)
  • Avoid double sync on first install due to pre defined default region value us-east-1
  • #92: Impossible to set a region in config when aws.region was empty
  • #89: Fix awless whoami when using STS credentials.