From 79198e1197be1a757e086bd069041aa658b3b603 Mon Sep 17 00:00:00 2001 From: Joe Sondow Date: Fri, 20 Dec 2013 12:16:00 -0800 Subject: [PATCH] Release 1.4 --- CHANGES.txt | 26 ++++++++++++++++++++++++++ application.properties | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 41bb0d48..ff5b7f20 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/application.properties b/application.properties index 9b62425f..9fd659e0 100644 --- a/application.properties +++ b/application.properties @@ -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