Singularity 0.6.0
Check out the 0.6.0 milestone to see new features / bugfixes in detail.
_NOTE_: The next upcoming release (0.7.0
) will contain an upgrade to mesos version 0.28.1
New Features
Improvements
- #916 New task checker should respect deploy healthcheck retry settings
- #933 #979 Email, tail logs from bottom of file, find the first error
- #950 Allow multiple on demand requests to be queued up
- #955 Optional redirect in the UI when receiving a 401 from the api
- #959 Add thread checker types
- #974 Log tailer rewrite
- #980 Add
template
,domains
andadditionalRoutes
lb fields - #981 #988 #1017Improvements to task page UI
- #985 Better failure message when creating a scheduled request with no schedule
- #995 Only suggest an even number accross racks for
SERVICE
type - #1011 Auto-scroll to bottom of run-now dialog
- #1012 Make email colors match UI colors
- #1014 Update layout for 4 logs in aggregate tailer
- #1015 Show only log name in aggregate tailer title
- #1016 Don't show over/under provisioned on status page if they are 0
- #1022 Aggregate tailer tooltip for host and instance number
- #1023 Dashboard UI improvements
- #1026 Better handling of logs not found in aggregate tailer
- #1028 Show
TASK_ERROR
state as danger in the ui - #1036 Add a defaultPortMapping which exposes all mesos provided ports
Bug Fixes
- #984 Corrected task failure count in deploy failure info
- #990 Fix slaves link not filtering tasks properly
- #991 Fix missing user being treated as admin
- #996 Don't get attributes from missing deployProgress
- #998 Enable buttons on dashboard paused requests toable
- #1004 Convert SingularityMailer to an interface to avoid errors with missing smtp config
- #1008 Don't trigger cooldown is
TASK_LOST
reason is invalid offers - #1024 Don't show edit reqeust button if hideNewRequestButton is true
- #1027 CPU usage bar transitions back to non-error colors
- #1037 Avoid IndexOutOfBounds error when scaling down during a deploy
Documentation
- #1005 Fix configuration documentation