You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by js...@apache.org on 2016/01/29 00:36:07 UTC

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

Repository: aurora
Updated Branches:
  refs/heads/master c4e02a380 -> 131771c1b


Incrementing snapshot version to 0.12.1-SNAPSHOT.


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

Branch: refs/heads/master
Commit: 131771c1b1517c0290739d389ad0d504da1dd12e
Parents: d34609a
Author: John Sirois <js...@apache.org>
Authored: Thu Jan 28 16:34:56 2016 -0700
Committer: John Sirois <js...@apache.org>
Committed: Thu Jan 28 16:34:56 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/aurora/blob/131771c1/.auroraversion
----------------------------------------------------------------------
diff --git a/.auroraversion b/.auroraversion
index f869b7f..64fd610 100644
--- a/.auroraversion
+++ b/.auroraversion
@@ -1 +1 @@
-0.13.0-SNAPSHOT
+0.12.1-SNAPSHOT


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

Posted by js...@apache.org.
Updating CHANGELOG for 0.12.0 release.


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

Branch: refs/heads/master
Commit: d34609a2e24b434701347542b9328581acfd829b
Parents: c4e02a3
Author: John Sirois <js...@apache.org>
Authored: Thu Jan 28 16:34:56 2016 -0700
Committer: John Sirois <js...@apache.org>
Committed: Thu Jan 28 16:34:56 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/aurora/blob/d34609a2/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 1de7dfa..b3faa9a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,52 @@ Aurora 0.12.0
 --------------------------------------------------------------------------------
 ## Bug
     * [AURORA-1574] - ServerSetImplTest occasionally results in an exception.
+    * [AURORA-1573] - SchedulingBenchmarks result in exception.
+    * [AURORA-1385] - Traceback rendering cron jobs without an upcoming next run 
+    * [AURORA-492] - Python thrift files are being generated with thrift 0.5.0
+    * [AURORA-1587] - scheduler fails in a hard to decipher way when -native_log_file_path is not set
+    * [AURORA-1570] - TaskObserverTest::test_run_loop is flaky
+    * [AURORA-1582] - Task History Pruning attempts can fail silently
+    * [AURORA-1600] - Job updates with large count of instance overrides halt scheduler perf
+    * [AURORA-1175] - Two python_binary targets called 'thermos' can cause build failure
+    * [AURORA-1580] - java.util.NoSuchElementException from Tasks.getLatestEvent with DbTaskStore
+    * [AURORA-1593] - PubSubEventModule fails to dispatch events to TaskHistoryPruner on startup
+    * [AURORA-1571] - The getJobUpdateDiff RPC does not populate taskLinks
+
+## Story
+    * [AURORA-1563] - Remove deprecated endpoint, expected_response and expected_response_code from HealthCheckConfig
+    * [AURORA-1472] - TaskThrottle should have a jitter
+    * [AURORA-852] - create architectural diagram with description of components
+    * [AURORA-1552] - Perform explicit config validation in the executor when configuring health checker
+    * [AURORA-1589] - Dupe debs are showing up
+    * [AURORA-1413] - Wrong help indications of usable constants for the aurora-scheduler's -vlog argument
+    * [AURORA-1548] - Add option to forward running process logs to stdout/stderr
+    * [AURORA-1598] - Remove fields made redundant by JobKey fields
+    * [AURORA-1575] - Allow cluster administrators to apply global default Docker parameters.
+    * [AURORA-1540] - Thermos should pass environment variables set for container to process being monitored
+    * [AURORA-1109] - Add mesos role  feature
+    * [AURORA-1569] - Support custom serverset path for announcements
+
+## Task
+    * [AURORA-1483] - Add a getting started guide using released packages
+    * [AURORA-1576] - Allow for plugging in cli-configurable filters that are invoked post shiro filters.
+    * [AURORA-1425] - Speed up iteration speed when developing UI code
+    * [AURORA-1583] - Consider changing killTasks RPC to be job-scoped
+    * [AURORA-663] - Update website to include releases
+    * [AURORA-294] - Update Aurora homepage to highlight "features"
+    * [AURORA-1559] - Aurora 0.12.0 deprecations
+    * [AURORA-1560] - Aurora 0.12.0 backwards incompatible changes
+    * [AURORA-1565] - Upgrade mesos dependency to 0.25.0
+    * [AURORA-1393] - Publish nightly and release packages for major operating systems
+    * [AURORA-1566] - Upgrade to Gradle 2.10
+    * [AURORA-876] - cache python dependencies in 3rdparty on svn.a.o
+    * [AURORA-1423] - Upgrade to h2 1.4.188
+
+
+Aurora 0.12.0
+--------------------------------------------------------------------------------
+## Bug
+    * [AURORA-1574] - ServerSetImplTest occasionally results in an exception.
     * [AURORA-1570] - TaskObserverTest::test_run_loop is flaky
     * [AURORA-1582] - Task History Pruning attempts can fail silently
     * [AURORA-1600] - Job updates with large count of instance overrides halt scheduler perf