Skip to content

Commit

Permalink
Merge pull request #446 from joesondow/Release-1.4
Browse files Browse the repository at this point in the history
Release 1.4
  • Loading branch information
joesondow committed Dec 20, 2013
2 parents e3632f5 + 79198e1 commit 1932c0b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
1.4

Features
- Route53 interface
- Instance sub-lists by Eureka application, where available
- Allow editing SNS Topic MessageRetentionPeriod
- Update SQS Queue policy automatically when the Queue gets subscribed to an SNS Topic
- Navigation links between associated SNS Topic and SQS Queue detail screens
- Verify ELB status for instances during auto deploy ASG health check
- Expose AWS account attributes at /account/attributes.json
- Monitor Bucket Type of "none" for applications
- Show filter on Stack list screen

Infrastructure
- Many CodeNarc rules required
- Suppress cookie warnings from remote servers in log
- Sporadic unit test concurrency-based failure fixed
- Don't pull in Glisten's transitive dependencies
- Upgrade to AWS Java SDK 1.6.6
- Update, harden, and simplify Instance Types metadata system
- Removed jsoup dependency

Bug Fixes
- Handle badly formatted Workflow Execution tags gracefully


1.3.1

Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
app.grails.version=2.2.4
app.name=asgard
app.servlet.version=2.4
app.version=1.3.2
app.version=1.4

0 comments on commit 1932c0b

Please sign in to comment.