You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by se...@apache.org on 2016/06/10 14:15:30 UTC

[1/3] aurora git commit: Prepare RELEASE-NOTES.md for release

Repository: aurora
Updated Branches:
  refs/heads/master d26a32358 -> f9bbfb3c9


Prepare RELEASE-NOTES.md for release


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

Branch: refs/heads/master
Commit: fadfa9f89fbfce7703cd9044312119abce72081e
Parents: d26a323
Author: Stephan Erb <st...@dev.static-void.de>
Authored: Fri Jun 10 15:27:27 2016 +0200
Committer: Stephan Erb <st...@dev.static-void.de>
Committed: Fri Jun 10 15:27:27 2016 +0200

----------------------------------------------------------------------
 RELEASE-NOTES.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/fadfa9f8/RELEASE-NOTES.md
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 2bb3142..af2061c 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,5 +1,5 @@
-0.14.0 (Not yet released)
-=======
+0.14.0
+======
 
 ### New/updated:
 


[3/3] aurora git commit: Incrementing snapshot version to 0.15.0-SNAPSHOT.

Posted by se...@apache.org.
Incrementing snapshot version to 0.15.0-SNAPSHOT.


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

Branch: refs/heads/master
Commit: f9bbfb3c95f427d2a46d37515374411d47a33e8c
Parents: 4126c3e
Author: Stephan Erb <se...@apache.org>
Authored: Fri Jun 10 16:07:34 2016 +0200
Committer: Stephan Erb <se...@apache.org>
Committed: Fri Jun 10 16:07:34 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/aurora/blob/f9bbfb3c/.auroraversion
----------------------------------------------------------------------
diff --git a/.auroraversion b/.auroraversion
index 72824bc..4f3da74 100644
--- a/.auroraversion
+++ b/.auroraversion
@@ -1 +1 @@
-0.13.1-SNAPSHOT
+0.15.0-SNAPSHOT


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

Posted by se...@apache.org.
Updating CHANGELOG for 0.14.0 release.


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

Branch: refs/heads/master
Commit: 4126c3e4fa23cf632740c122ef6ba6689fccc2e8
Parents: fadfa9f
Author: Stephan Erb <se...@apache.org>
Authored: Fri Jun 10 16:07:34 2016 +0200
Committer: Stephan Erb <se...@apache.org>
Committed: Fri Jun 10 16:07:34 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/aurora/blob/4126c3e4/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7afa22f..a3adec0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,41 @@
+Aurora 0.14.0
+--------------------------------------------------------------------------------
+## Bug
+    * [AURORA-1660] - Download page must not link to snapshots / nightly builds
+    * [AURORA-1668] - http://aurora.apache.org/documentation/latest/ is mainly broken for 0.13.0
+    * [AURORA-1588] - Unnecessary HealthCheckConfig endpoint warning
+    * [AURORA-1568] - rpm builder does not handle snapshot versions
+    * [AURORA-1709] - After rb/46835 job key's role is required to exist as a user
+    * [AURORA-1665] - DbCronJobStore is missing @Timed annotations
+    * [AURORA-1687] - Nightly packaging builds broken by ppa:openjdk-r java packaging shift.
+    * [AURORA-1673] - Links going out from http://aurora.apache.org/documentation/0.13.0/ 404
+    * [AURORA-1682] - https://builds.apache.org/job/aurora-packaging-nightly is broken
+
+## Story
+    * [AURORA-572] - Provide control over listening network interfaces/addresses
+    * [AURORA-300] - changelog generation should document potentially breaking API changes
+    * [AURORA-1145] - Remove --no-fast from python test invocation
+    * [AURORA-1658] - Aurora does not allow to configure the Mesos offer filter duration
+    * [AURORA-1098] - end-to-end test should use docker
+
+## Task
+    * [AURORA-1683] - Implement an optional webhook parameter to scheduler to POST TaskStateChange events
+    * [AURORA-1616] - Support for preemptible tasks via tier configuration
+    * [AURORA-1667] - Sort out vagrant box versioning
+    * [AURORA-1636] - Update Scheduler to accept tasks with images
+    * [AURORA-1637] - Update Executor to support launching tasks with images.
+    * [AURORA-1451] - Refer to "Mesos Agent" instead of "Mesos Slave" in documentation
+    * [AURORA-1450] - Refer to "Mesos Agent" instead of "Mesos Slave" in UI
+    * [AURORA-1672] - Duplicate task events displayed in UI
+    * [AURORA-1468] - Replace org.apache.aurora.commons.zookeeper with a Apache Curator
+    * [AURORA-945] - Advertise Aurora as "Aurora" to Mesos master.
+    * [AURORA-1638] - Update MesosTaskFactory to send tasks with images configured to use the unified containerizer
+    * [AURORA-1639] - Update client to allow configuring tasks with images.
+    * [AURORA-1449] - Rename /slaves endpoint to /agents
+    * [AURORA-1631] - Consider removing --restart-threshold from "aurora job restart"
+    * [AURORA-1624] - Thrift API for retrieving scheduler tier configuration
+
+
 Aurora 0.13.0
 --------------------------------------------------------------------------------
 ## Bug