Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 1932c0b

Browse files
committed
Merge pull request #446 from joesondow/Release-1.4
Release 1.4
2 parents e3632f5 + 79198e1 commit 1932c0b

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGES.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
1.4
2+
3+
Features
4+
- Route53 interface
5+
- Instance sub-lists by Eureka application, where available
6+
- Allow editing SNS Topic MessageRetentionPeriod
7+
- Update SQS Queue policy automatically when the Queue gets subscribed to an SNS Topic
8+
- Navigation links between associated SNS Topic and SQS Queue detail screens
9+
- Verify ELB status for instances during auto deploy ASG health check
10+
- Expose AWS account attributes at /account/attributes.json
11+
- Monitor Bucket Type of "none" for applications
12+
- Show filter on Stack list screen
13+
14+
Infrastructure
15+
- Many CodeNarc rules required
16+
- Suppress cookie warnings from remote servers in log
17+
- Sporadic unit test concurrency-based failure fixed
18+
- Don't pull in Glisten's transitive dependencies
19+
- Upgrade to AWS Java SDK 1.6.6
20+
- Update, harden, and simplify Instance Types metadata system
21+
- Removed jsoup dependency
22+
23+
Bug Fixes
24+
- Handle badly formatted Workflow Execution tags gracefully
25+
26+
127
1.3.1
228

329
Bug Fixes

application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
app.grails.version=2.2.4
44
app.name=asgard
55
app.servlet.version=2.4
6-
app.version=1.3.2
6+
app.version=1.4

0 commit comments

Comments
 (0)