Skip to content

Alpha release 0.0.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@simcap simcap released this 28 Feb 17:03
· 872 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

As model/relations for resources may evolve, if you have any issues with models related commands, you can run rm -Rf ~/.awless/aws/rdf to start a fresh RDF model.

Features

  • #6: Create Linux installer shell script: curl https://raw.githubusercontent.com/wallix/awless/master/getawless.sh | bash
  • #42, #60, #66: Better load AWS credentials (support profile credentials, MFA and crossaccount profile access)
  • #32: Basic support of SNS (CRUD for topics and subscriptions)
  • #32: Basic support of SQS (CRUD for queues)
  • #53: Filter results in listings. Ex: awless ls instances --filter state=running,"Access Key"=my-key or the equivalent awless list instances --filter state=running --filter "Access Key"=my-key
  • Better help menus by splitting one-liner template commands from general commands
  • Run template: better dialog and remove noisy info
  • Template validation: notify on unexpected params; check names unicity against local graph
  • Log contextual error instead of hard failure when user has no rights to sync a service

Bugfixes

  • #57: Properly fetch buckets when they are in the us-east-1 region.
  • #12: Support AWS pagination when fetching resources in AWS SNS and EC2.