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/22 18:08:10 UTC

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

Repository: aurora
Updated Branches:
  refs/heads/master 02ba97fbb -> 6edbac246


Revert "Incrementing snapshot version to 0.17.0-SNAPSHOT."

This reverts commit 843289478c1ac6f68873317d0e33fb39e3550569.


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

Branch: refs/heads/master
Commit: bdf120e6800298929bb968703b0ea7ed932c8e54
Parents: 02ba97f
Author: Joshua Cohen <jc...@apache.org>
Authored: Thu Sep 22 13:07:33 2016 -0500
Committer: Joshua Cohen <jc...@apache.org>
Committed: Thu Sep 22 13:07:33 2016 -0500

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


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


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

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

This reverts commit f806da7f17e2f5da15c65d948cdf4159458416c3.


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

Branch: refs/heads/master
Commit: 6edbac24676e528a385e903282b3fdca0e6f828e
Parents: bdf120e
Author: Joshua Cohen <jc...@apache.org>
Authored: Thu Sep 22 13:07:42 2016 -0500
Committer: Joshua Cohen <jc...@apache.org>
Committed: Thu Sep 22 13:07:42 2016 -0500

----------------------------------------------------------------------
 CHANGELOG | 53 -----------------------------------------------------
 1 file changed, 53 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/6edbac24/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7f821a8..b1dce58 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,56 +1,3 @@
-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
-    * [AURORA-1777] - aurora_admin client unable to drain hosts
-
-## 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
-
-## Sub-task
-    * [AURORA-1772] - Do not resend TaskStateChange events every time a scheduler starts
-
-## 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