Skip to content

Commit

Permalink
Merge pull request #1619 from HubSpot/add-0.17.0-docs
Browse files Browse the repository at this point in the history
Add docs for 0.17.0.
  • Loading branch information
baconmania authored Sep 20, 2017
2 parents e1de8b5 + 8b93019 commit 14fd867
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions Docs/releases/0.17.0.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion book.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 14fd867

Please sign in to comment.