diff --git a/Docs/releases/0.17.0.md b/Docs/releases/0.17.0.md new file mode 100644 index 0000000000..c148c5f4f1 --- /dev/null +++ b/Docs/releases/0.17.0.md @@ -0,0 +1,37 @@ +## Changes in `0.17.0` + +Check out the [0.17.0 milestone](https://github.com/HubSpot/Singularity/issues?q=milestone%3A0.17.0%20is%3Aclosed%20) to see new features / bugfixes in detail. + +**Note**: Mesos 1.1.x support didn't quite make it into this release, but those changes are coming soon. In the meantime, here are the new features in Singularity 0.17.0. + +### New Features +- [1592](https://github.com/HubSpot/Singularity/pull/1592) - Resource Usage UI +- [1576](https://github.com/HubSpot/Singularity/pull/1576) - Evenly-spread task placement +- [1570](https://github.com/HubSpot/Singularity/pull/1570) - resource usage endpoint +- [1610](https://github.com/HubSpot/Singularity/pull/1610) - Highlight new files + +### Improvements +- [1583](https://github.com/HubSpot/Singularity/pull/1583) - Track average scheduling delay when accepting tasks. +- [1578](https://github.com/HubSpot/Singularity/pull/1578) - Allow WORKER <-> SERVICE type change if not load balanced +- [1586](https://github.com/HubSpot/Singularity/pull/1586) - Refactor tailer instance selection dropdown +- [1615](https://github.com/HubSpot/Singularity/pull/1615) - Add visibility around getChildren() calls. +- [1597](https://github.com/HubSpot/Singularity/pull/1597) - Also relocate guava-retrying in SingularityClient +- [1598](https://github.com/HubSpot/Singularity/pull/1598) - timestampSeconds -> timestamp in statistics object +- [1594](https://github.com/HubSpot/Singularity/pull/1594) - Leader cache everywhere +- [1590](https://github.com/HubSpot/Singularity/pull/1590) - package.json tune-up +- [1603](https://github.com/HubSpot/Singularity/pull/1603) - Reorganize request group view +- [1611](https://github.com/HubSpot/Singularity/pull/1611) - Add request group filter +- [1608](https://github.com/HubSpot/Singularity/pull/1608) - Add Nitro as adopter + +### Bug Fixes +- [1591](https://github.com/HubSpot/Singularity/pull/1591) - Fix flaky testSchedulerPriority test +- [1593](https://github.com/HubSpot/Singularity/pull/1593) - More flaky tests +- [1588](https://github.com/HubSpot/Singularity/pull/1588) - Force Guava cache maintenance before processing cached offers. +- [1587](https://github.com/HubSpot/Singularity/pull/1587) - Fix key error on requests page +- [1595](https://github.com/HubSpot/Singularity/pull/1595) - Only write to the leader cache when it's active. +- [1614](https://github.com/HubSpot/Singularity/pull/1614) - Fix cron length validation when creating new requests. + +### Thanks +- @ssalinas +- @darcatron +- @kwm4385 \ No newline at end of file diff --git a/book.json b/book.json index 3fc7f56b03..dcffcde0a7 100644 --- a/book.json +++ b/book.json @@ -10,7 +10,7 @@ "contribute": "https://github.com/HubSpot/Singularity" }, "variables": { - "releases": ["0.16.2", "0.16.1", "0.16.0", "0.15.1", "0.15.0", "0.14.1", "0.14.0", "0.13.0", "0.12.0", "0.11.0", "0.10.1", "0.10.0", "0.9.0", "0.8.0", "0.7.1", "0.7.0", "0.6.2", "0.6.1", "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"] + "releases": ["0.17.0", "0.16.2", "0.16.1", "0.16.0", "0.15.1", "0.15.0", "0.14.1", "0.14.0", "0.13.0", "0.12.0", "0.11.0", "0.10.1", "0.10.0", "0.9.0", "0.8.0", "0.7.1", "0.7.0", "0.6.2", "0.6.1", "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", "-livereload", "-highlight", "copy-code-button"], "pluginsConfig": {