Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.4.2

Features
- Stop entire workflow if exception happens at any time during long auto deployment
- Auto deploy should still work even without Eureka configured

Infrastructure
- In-browser functional regression test suite with Geb
- Updated to Glisten 0.3
- Contributing guidelines document
- More unit tests
- More CodeNarc rules

Bug Fixes
- Fixed error on instance detail screen and rolling push
- Made Volume cache loading optional for initialization, since it fails often and isn't very important


1.4.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.4.1
app.version=1.4.2