Skip to content

Commit

Permalink
Merge pull request #412 from joesondow/Release-1.3
Browse files Browse the repository at this point in the history
Asgard 1.3 version bump and release notes
  • Loading branch information
joesondow committed Oct 23, 2013
2 parents 314316e + 0b507fb commit 0069345
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
1.3

Features
- Auto-deployment process (beta)
- Faster cache loading system initialization
- More informative startup loading screen
- Hide Desired Size input by default on ASGs that have scaling policies or scheduled actions
- Show VPC on security group
- Support for displaying notifications from Blesk
- Basic initial support for the concept of an optional Application Group field
- New, more powerful AdvancedUserDataProvider pluggable interface to replace limited legacy UserDataProvider
- Allowed Firefox read-only usage, disabled submit buttons instead of page loads (Some forms are still not FF-safe)

Infrastructure
- Integration with SWF and Glisten
- Upgraded to Grails 2.2.4
- Stop spamming log with warning about image tags
- Sped up unit test runs
- Shorter system email subject lines
- Moved filters to a package to make them easier to test
- Refactored some config access code
- Improved factory model for unit-tested instantiation of various ASG and LC related objects
- More GroovyDoc comments
- Shared IdService for generating numerical or UUID identifier strings for multiple types

Bug Fixes
- Instance types missing price info are sorted to bottom of drop-down instead of top
- Fixed a memory leak
- Prepared OneLogin integration for Java 7 and Grails 2.2.4
- Fixed bug in /instance/appversions
- Made raw instance log output null safe
- ASG force delete starts long-running task until deletion completes
- Scheduled Action links are now properly regional
- Preserve query params on login redirect from cluster screen


1.2

Features
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.2
app.version=1.3

0 comments on commit 0069345

Please sign in to comment.