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

2016-09-22 Thread jcohen
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 
Authored: Thu Sep 22 13:07:42 2016 -0500
Committer: Joshua Cohen 
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



aurora git commit: Revert "Updating CHANGELOG for 0.16.0 release."

2016-09-20 Thread jcohen
Repository: aurora
Updated Branches:
  refs/heads/master ae4db02fd -> ae1ebb48d


Revert "Updating CHANGELOG for 0.16.0 release."

This reverts commit a0e9f7ee39c93e9e555325f64dd4b285574a019e.


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

Branch: refs/heads/master
Commit: ae1ebb48d505066f7533eaa3417d6a34318ab3da
Parents: ae4db02
Author: Joshua Cohen 
Authored: Tue Sep 20 14:54:56 2016 -0500
Committer: Joshua Cohen 
Committed: Tue Sep 20 14:54:56 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/aurora/blob/ae1ebb48/CHANGELOG
--
diff --git a/CHANGELOG b/CHANGELOG
index 6b726f5..b1dce58 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,52 +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
-
-## 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