-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1619 from HubSpot/add-0.17.0-docs
Add docs for 0.17.0.
- Loading branch information
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters