Skip to content

Commit

Permalink
Merge pull request #2075 from HubSpot/1_2_0_release_Docs
Browse files Browse the repository at this point in the history
Add 1.2.0 release docs
  • Loading branch information
ssalinas authored Feb 18, 2020
2 parents 9f1beda + be2909e commit 57c6e9a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions Docs/releases/1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## Changes in `1.2.0`

Check out the [1.2.0 milestone](https://github.com/HubSpot/Singularity/milestone/43) to see new features / bugfixes in detail.

### New Features

### Improvements

- [2074](https://github.com/HubSpot/Singularity/pull/2074) - Log extra information about the docker image we are about to use
- [2071](https://github.com/HubSpot/Singularity/pull/2071) - Better exposure of LB status in UI
- [2065](https://github.com/HubSpot/Singularity/pull/2065) - Quieter offer logging
- [2062](https://github.com/HubSpot/Singularity/pull/2062) - Remove unused import in RequestResource
- [2063](https://github.com/HubSpot/Singularity/pull/2063) - Debounce UI Request/Task Search
- [2059](https://github.com/HubSpot/Singularity/pull/2059) - Do not retry ON_DEMAND tasks which were killed by user request.
- [2060](https://github.com/HubSpot/Singularity/pull/2060) - Self Service Shuffle Opt Out
- [2057](https://github.com/HubSpot/Singularity/pull/2057) - Slightly Smarter Task Shuffling
- [2058](https://github.com/HubSpot/Singularity/pull/2058) - Version SingularityUI assets
- [2051](https://github.com/HubSpot/Singularity/pull/2051) - Better crash loop detection
- [2052](https://github.com/HubSpot/Singularity/pull/2052) - Carry forward "Task launched because" message when retrying task.
- [2050](https://github.com/HubSpot/Singularity/pull/2050) - Better preferential scheduling
- [2049](https://github.com/HubSpot/Singularity/pull/2049) - Prioritize memory shuffles over cpu


### Bug Fixes

- [2056](https://github.com/HubSpot/Singularity/pull/2056) - Validate counts of racks to avoid accidental addition
- [2072](https://github.com/HubSpot/Singularity/pull/2072) - Quiet down some exceptions that don't matter
- [2073](https://github.com/HubSpot/Singularity/pull/2073) - Fix unauthorized error message
- [2069](https://github.com/HubSpot/Singularity/pull/2069) - Fix run now modal not being able to tail task launch
- [2067](https://github.com/HubSpot/Singularity/pull/2067) - Remove old static build settings
- [2068](https://github.com/HubSpot/Singularity/pull/2068) - Consistently compare memory in GB, not MB/B
- [2066](https://github.com/HubSpot/Singularity/pull/2066) - Automatically handle tasks that might be stuck in launching status
- [2064](https://github.com/HubSpot/Singularity/pull/2064) - Prevent request action modals from closing upon regaining focus
- [2061](https://github.com/HubSpot/Singularity/pull/2061) - Properly reconnect after losing mesos master connection
- [2054](https://github.com/HubSpot/Singularity/pull/2054) - fix mismatch in http/https protocol
- [2048](https://github.com/HubSpot/Singularity/pull/2048) - Don't mutate args in lb sync comparison
- [2046](https://github.com/HubSpot/Singularity/pull/2046) - Process a reconciliation for all tasks with missing state in zk
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": ["1.1.0", "1.0.0", "0.23.0", "0.22.0", "0.21.0", "0.20.1", "0.20.0", "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"]
"releases": ["1.2.0", "1.1.0", "1.0.0", "0.23.0", "0.22.0", "0.21.0", "0.20.1", "0.20.0", "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 57c6e9a

Please sign in to comment.