Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kteague committed Aug 6, 2019
1 parent 6041307 commit cc55dbe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ Changelog for aim

### Added

- Deleting resources can leave dangling CloudFormation templates in your
account. Controllers for NetworkEnvironments now keep track of templates
they've provisioned and warn you about unused templates.

- NotificationGroups can be provisioned as SNS Topics and subscriptions.
Use ``aim provision notificationgroups``.

- CloudWatch Alarm descriptions are JSON with metadata about the environment,
region, application, resource group and resource that the alarm is for.

- CloudWatch Alarms will not notify the SNS Topics that they are subscribed to.

- Rewrote commands with consistent way of passing arguments to controllers.
Controllers args can now be all lower case.

- Added Account initialization to 'aim init project'.

Expand All @@ -18,6 +28,7 @@ Changelog for aim
- AIM references have a new format! It's simpler and more consistent.
Every ref now starts with ``aim.ref ``.

- Created ``aim.utils`` to clean up AimContext object.

1.1.0 (2019-07-24)
------------------
Expand Down

0 comments on commit cc55dbe

Please sign in to comment.