You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by jc...@apache.org on 2016/09/19 19:28:18 UTC

[1/2] aurora git commit: Incrementing snapshot version to 0.17.0-SNAPSHOT.

Repository: aurora
Updated Branches:
  refs/heads/master 47c5f4d19 -> 4c4040fd2


Incrementing snapshot version to 0.17.0-SNAPSHOT.


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

Branch: refs/heads/master
Commit: 4c4040fd259ef562de9f94b2b947b7fc3db4945a
Parents: a0e9f7e
Author: Joshua Cohen <jc...@apache.org>
Authored: Mon Sep 19 14:26:47 2016 -0500
Committer: Joshua Cohen <jc...@apache.org>
Committed: Mon Sep 19 14:26:47 2016 -0500

----------------------------------------------------------------------
 .auroraversion | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/4c4040fd/.auroraversion
----------------------------------------------------------------------
diff --git a/.auroraversion b/.auroraversion
index e466c4e..636e47c 100644
--- a/.auroraversion
+++ b/.auroraversion
@@ -1 +1 @@
-0.16.0-SNAPSHOT
+0.17.0-SNAPSHOT


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

Posted by jc...@apache.org.
Updating CHANGELOG for 0.16.0 release.


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

Branch: refs/heads/master
Commit: a0e9f7ee39c93e9e555325f64dd4b285574a019e
Parents: 47c5f4d
Author: Joshua Cohen <jc...@apache.org>
Authored: Mon Sep 19 14:26:47 2016 -0500
Committer: Joshua Cohen <jc...@apache.org>
Committed: Mon Sep 19 14:26:47 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/aurora/blob/a0e9f7ee/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index b1dce58..6b726f5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,52 @@
+Aurora 0.16.0
+--------------------------------------------------------------------------------
+## Bug
+    * [AURORA-1739] - createJob thrift api for golang consistenly failing with empty CronSchedule
+    * [AURORA-1745] - Aurora master no longer populates `ExecutorInfo.source`
+    * [AURORA-1715] - Dead links on website
+    * [AURORA-1753] - Thermos does not kill processes that setuid to another user. 
+    * [AURORA-1719] - Aurora warns about every terminated executor
+    * [AURORA-1775] - Updating pants to 1.1.0-rc7 breaks the make-pycharm-virtualenv script
+    * [AURORA-1741] - Fix pystachio binding bug introduced by AURORA-1710
+    * [AURORA-1724] - Thermos runner fails if log rotation is enabled
+    * [AURORA-1761] - Sandbox taskfs setup fails (groupadd error)
+    * [AURORA-1061] - Scheduler cluster deadlock during leader election if zookeeper connectivity is interrupted
+    * [AURORA-1729] - Unclean curator teardown when scheduler fails a log write.
+    * [AURORA-1620] - Client sdists cannot be converted to a wheel
+    * [AURORA-327] - Aurora shutdown blocks when attempting to abdicate leadership and zk ensemble is down
+    * [AURORA-1727] - The thrift compiler fails to bootstrap under modern gcc
+    * [AURORA-1752] - uncaught exception in executor's process_collector_psutil()
+    * [AURORA-1728] - e2e tests require entering vagrant user's password 3x in fresh environments
+    * [AURORA-1755] - Mounts created by executor when using filesystem isolation are leaking to the host filesystem's mtab
+
+## Epic
+    * [AURORA-1679] - Aurora 0.14.0 deprecations
+    * [AURORA-1634] - Support launching tasks using the Mesos unified containerizer
+
+## Story
+    * [AURORA-1661] - Scheduler leader failed to re-announce itself after ZK name was changed
+    * [AURORA-1640] - Write enduser documentation for the Unified Containerizer support
+    * [AURORA-1656] - Document tier concept
+
+## Task
+    * [AURORA-1711] - Allow client to store metadata on Update entity
+    * [AURORA-1743] - Support Thrift Binary Protocol 
+    * [AURORA-1223] - Modify scheduler updater to not use "watch_secs" for health-check enabled jobs
+    * [AURORA-1740] - Upgrade to Mesos 1.0.0
+    * [AURORA-1690] - Allow for isolating the executor's filesystem from the task's
+    * [AURORA-1222] - Modify stats and SLA metrics to properly account for STARTING
+    * [AURORA-1764] - Modify getJobUpdateDetails to accept a JobUpdateQuery
+    * [AURORA-1688] - Change framework_name default value from 'TwitterScheduler' to 'aurora'
+    * [AURORA-1434] - Update Aurora Tutorial
+    * [AURORA-1602] - Add aurora_admin command to trigger reconciliation 
+    * [AURORA-1754] - Containerizer documentation uses deprecated syntax in the example code 
+    * [AURORA-1221] - Modify task state machine to treat STARTING as a new active state
+    * [AURORA-1681] - Remove deprecated --restart-threshold option from 'aurora job restart'
+    * [AURORA-1710] - Make 'tier' required and remove support for 'production' flag in Job configuration
+    * [AURORA-1721] - Support user initiated rollback 
+    * [AURORA-1736] - Display reservations and persistent volumes in /offers debug http endpoint
+
+
 Aurora 0.15.0
 --------------------------------------------------------------------------------
 ## Task