You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by sa...@apache.org on 2017/06/10 00:12:10 UTC

[2/3] aurora git commit: Updating CHANGELOG for 0.18.0 release.

Updating CHANGELOG for 0.18.0 release.


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/f85bec05
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/f85bec05
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/f85bec05

Branch: refs/heads/master
Commit: f85bec0576ed822bc5dfd1a78520bda528b87745
Parents: e84c7c9
Author: Santhosh Kumar <ss...@twitter.com>
Authored: Fri Jun 9 17:11:52 2017 -0700
Committer: Santhosh Kumar <ss...@twitter.com>
Committed: Fri Jun 9 17:11:52 2017 -0700

----------------------------------------------------------------------
 CHANGELOG | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/f85bec05/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index dca93e9..ef3e36e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,39 @@
+Aurora 0.18.0
+--------------------------------------------------------------------------------
+## Bug
+    * [AURORA-1913] - Aurora Client Job Update Diff output is erroneous
+    * [AURORA-1850] - Raw StatusResult passed to the scheduler when tasks are healthy
+    * [AURORA-1911] - HTTP Scheduler Driver does not reliably re subscribe
+    * [AURORA-1912] - DbSnapShot may remove enum values
+    * [AURORA-1933] - Scheduler can process rescind before offer
+    * [AURORA-1909] - Thermos Health Check fails for MesosContainerizer if `--nosetuid-health-checks` is set
+    * [AURORA-1914] - Unable to specify multiple volumes per task.
+    * [AURORA-1910] - framework_registered metric isn't reset when scheduler disconnects
+
+## Epic
+    * [AURORA-1920] - Add pluggable scheduling logic to Aurora
+    * [AURORA-1680] - Aurora 0.16.0 deprecations
+
+## Story
+    * [AURORA-1923] - Aurora client should not automatically retry non-idempotent operations
+    * [AURORA-1922] - Expose stats on the number of jobs stored in MemCronJobStore
+    * [AURORA-1907] - Thermos unresponsive on hosts with many active task
+    * [AURORA-1915] - Add automatic browser tab open feature for aurora update start
+
+## Task
+    * [AURORA-1882] - Add support for Mesos ContainerLaunchInfo
+    * [AURORA-1870] - Add finer grained timings to the Snapshot process
+    * [AURORA-1904] - Support Mesos Maintenance
+    * [AURORA-1905] - Set "webui_url" field of FrameworkInfo
+    * [AURORA-1929] - Improve explicit task history pruning.
+    * [AURORA-1925] - Easily copy files to/from an aurora task instance
+    * [AURORA-1928] - Aurora should prioritize adding instances over updating instances during an update
+    * [AURORA-1860] - Fix bug in scheduler driver disconnect stats
+    * [AURORA-1888] - Create Driver implementation around V1Mesos
+    * [AURORA-1887] - Create Driver implementation around V0Mesos.
+    * [AURORA-1921] - Create proposal for which components should be pluggable
+
+
 Aurora 0.17.0
 --------------------------------------------------------------------------------
 ## Bug