-
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 #2075 from HubSpot/1_2_0_release_Docs
Add 1.2.0 release docs
- 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 `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 |
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