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:10:02 UTC

aurora git commit: Add a release note about full task filesystem isolation.

Repository: aurora
Updated Branches:
  refs/heads/master ed86994f8 -> 68c422551


Add a release note about full task filesystem isolation.

Reviewed at https://reviews.apache.org/r/52051/


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

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

----------------------------------------------------------------------
 RELEASE-NOTES.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/68c42255/RELEASE-NOTES.md
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 8e656ca..854bcbd 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -42,6 +42,9 @@
 - Introduce UpdateMetadata fields in JobUpdateRequest to allow clients to store metadata on update.
 - Changed cronSchedule field inside of JobConfiguration schema to be optional for compatibility with Go.
 - Update default value of command line option `-framework_name` to 'Aurora'.
+- Tasks launched with filesystem images and the Mesos unified containerizer are now fully isolated from
+  the host's filesystem. As such they are no longer required to include any of the executor's
+  dependencies (e.g. Python 2.7) within the task's filesystem.
 
 ### Deprecations and removals: