diff --git a/Docs/releases/1.2.0.md b/Docs/releases/1.2.0.md new file mode 100644 index 0000000000..557f494998 --- /dev/null +++ b/Docs/releases/1.2.0.md @@ -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 diff --git a/book.json b/book.json index e7dda572fd..017edea378 100644 --- a/book.json +++ b/book.json @@ -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": {