Skip to content

Commit

Permalink
Merge pull request #1764 from HubSpot/0_19_2_release_docs
Browse files Browse the repository at this point in the history
0.19.2 release docs
  • Loading branch information
ssalinas authored Mar 30, 2018
2 parents 501b8b8 + cb43ad6 commit 17ff133
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions Docs/releases/0.19.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Changes in `0.19.2`

Check out the [0.19.2 milestone](https://github.com/HubSpot/Singularity/milestone/37?closed=1) to see new features / bugfixes in detail.

### Improvements

- [1762](https://github.com/HubSpot/Singularity/pull/1762) - Allow deploy of paused requests
- [1758](https://github.com/HubSpot/Singularity/pull/1758) - Enable framework auth over http api
- [1754](https://github.com/HubSpot/Singularity/pull/1754) - Add an offer scoring mode accounting for max historical usage of all tasks
- [1760](https://github.com/HubSpot/Singularity/pull/1760) - Sort tasks to shuffle by overusage, not usage

### Bug Fixes

- [1761](https://github.com/HubSpot/Singularity/pull/1761) - Remove task credit ui calls, no longer used
- [1762](https://github.com/HubSpot/Singularity/pull/1762) - Don't require group overrides for s3 logs listing + allow log level override in docker setup
- [1759](https://github.com/HubSpot/Singularity/pull/1759) - Fix duration in logging statement
- [1757](https://github.com/HubSpot/Singularity/pull/1757) - Don't count pending requests towards underprovisioning
- [1741](https://github.com/HubSpot/Singularity/pull/1741) - Fix lag banner in UI
- [1755](https://github.com/HubSpot/Singularity/pull/1755) - Catch exceptions in offer scoring and log them appropriately
- [1748](https://github.com/HubSpot/Singularity/pull/1748) - Permalink request within group
- [1751](https://github.com/HubSpot/Singularity/pull/1751) - Limit the number of tasks that can shuffle for cpu rebalance at once
- [1752](https://github.com/HubSpot/Singularity/pull/1752) - Clarified command not found exception
- [1766](https://github.com/HubSpot/Singularity/pull/1766) - More usage collection in parallel, less webhooks in parallel
- [1767](https://github.com/HubSpot/Singularity/pull/1767) - Periodically flush the queue to make sure batch work does not get stuck
- [1768](https://github.com/HubSpot/Singularity/pull/1768) - Keep track of offers not accounted for in SingularityOfferHolders returned by checkOffers
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.19.1", "0.19.0", "0.18.2", "0.18.1", "0.18.0", "0.17.1", "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"]
"releases": ["0.19.2", "0.19.1", "0.19.0", "0.18.2", "0.18.1", "0.18.0", "0.17.1", "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 17ff133

Please sign in to comment.