diff --git a/Docs/releases/0.6.0.md b/Docs/releases/0.6.0.md new file mode 100644 index 0000000000..93bc05c58e --- /dev/null +++ b/Docs/releases/0.6.0.md @@ -0,0 +1,48 @@ +## Changes in `0.6.0` + +Check out the [0.6.0 milestone](https://github.com/HubSpot/Singularity/issues?q=milestone%3A0.6.0+is%3Aclosed) to see new features / bugfixes in detail. + +### New Features + +- [#879](https://github.com/HubSpot/Singularity/pull/879) Add ability to post task metadata to a +- [#996](https://github.com/HubSpot/Singularity/pull/996) Webhooks UI + +### Improvements + +- [#916](https://github.com/HubSpot/Singularity/pull/916) New task checker should respect deploy healthcheck retry settings +- [#933](https://github.com/HubSpot/Singularity/pull/933) [#979](https://github.com/HubSpot/Singularity/pull/979) Email, tail logs from bottom of file, find the first error +- [#950](https://github.com/HubSpot/Singularity/pull/950) Allow multiple on demand requests to be queued up +- [#955](https://github.com/HubSpot/Singularity/pull/955) Optional redirect in the UI when receiving a 401 from the api +- [#959](https://github.com/HubSpot/Singularity/pull/959) Add thread checker types +- [#974](https://github.com/HubSpot/Singularity/pull/974) Log tailer rewrite +- [#980](https://github.com/HubSpot/Singularity/pull/980) Add `template`, `domains` and `additionalRoutes` lb fields +- [#981](https://github.com/HubSpot/Singularity/pull/981) [#988](https://github.com/HubSpot/Singularity/pull/988) [#1017](https://github.com/HubSpot/Singularity/pull/1017)Improvements to task page UI +- [#985](https://github.com/HubSpot/Singularity/pull/985) Better failure message when creating a scheduled request with no schedule +- [#995](https://github.com/HubSpot/Singularity/pull/995) Only suggest an even number accross racks for `SERVICE` type +- [#1011](https://github.com/HubSpot/Singularity/pull/1011) Auto-scroll to bottom of run-now dialog +- [#1012](https://github.com/HubSpot/Singularity/pull/1012) Make email colors match UI colors +- [#1014](https://github.com/HubSpot/Singularity/pull/1014) Update layout for 4 logs in aggregate tailer +- [#1015](https://github.com/HubSpot/Singularity/pull/1015) Show only log name in aggregate tailer title +- [#1016](https://github.com/HubSpot/Singularity/pull/1016) Don't show over/under provisioned on status page if they are 0 +- [#1022](https://github.com/HubSpot/Singularity/pull/1022) Aggregate tailer tooltip for host and instance number +- [#1023](https://github.com/HubSpot/Singularity/pull/1023) Dashboard UI improvements +- [#1026](https://github.com/HubSpot/Singularity/pull/1026) Better handling of logs not found in aggregate tailer +- [#1028](https://github.com/HubSpot/Singularity/pull/1028) Show `TASK_ERROR` state as danger in the ui +- [#1036](https://github.com/HubSpot/Singularity/pull/1036) Add a defaultPortMapping which exposes all mesos provided ports + +### Bug Fixes + +- [#984](https://github.com/HubSpot/Singularity/pull/984) Corrected task failure count in deploy failure info +- [#990](https://github.com/HubSpot/Singularity/pull/990) Fix slaves link not filtering tasks properly +- [#991](https://github.com/HubSpot/Singularity/pull/991) Fix missing user being treated as admin +- [#996](https://github.com/HubSpot/Singularity/pull/996) Don't get attributes from missing deployProgress +- [#998](https://github.com/HubSpot/Singularity/pull/998) Enable buttons on dashboard paused requests toable +- [#1004](https://github.com/HubSpot/Singularity/pull/1004) Convert SingularityMailer to an interface to avoid errors with missing smtp config +- [#1008](https://github.com/HubSpot/Singularity/pull/1008) Don't trigger cooldown is `TASK_LOST` reason is invalid offers +- [#1024](https://github.com/HubSpot/Singularity/pull/1024) Don't show edit reqeust button if hideNewRequestButton is true +- [#1027](https://github.com/HubSpot/Singularity/pull/1027) CPU usage bar transitions back to non-error colors +- [#1037](https://github.com/HubSpot/Singularity/pull/1037) Avoid IndexOutOfBounds error when scaling down during a deploy + +### Documentation + +- [#1005](https://github.com/HubSpot/Singularity/pull/1005) Fix configuration documentation \ No newline at end of file diff --git a/book.json b/book.json index d01f495fe9..3ee1b02ce7 100644 --- a/book.json +++ b/book.json @@ -10,7 +10,7 @@ "contribute": "https://github.com/HubSpot/Singularity" }, "variables": { - "releases": ["0.5.0", "0.4.11", "0.4.10", "0.4.9", "0.4.8", "0.4.7", "0.4.6", "0.4.5"] + "releases": ["0.6.0", "0.5.0", "0.4.11", "0.4.10", "0.4.9", "0.4.8", "0.4.7", "0.4.6", "0.4.5"] }, "plugins": ["github", "-sharing", "-highlight", "copy-code-button"], "pluginsConfig": {