Repository: aurora Updated Branches: refs/heads/master 03ec02389 -> 0d12515c0
Upgrade to Mesos 0.27.2 Release notes here: http://mesos.apache.org/blog/mesos-0-27-0-released/ Upgrade notes here: http://mesos.apache.org/documentation/latest/upgrades/#0-27-x-implicit-roles Reviewed at https://reviews.apache.org/r/46241/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/0d12515c Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/0d12515c Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/0d12515c Branch: refs/heads/master Commit: 0d12515c0e30a13a4d18ba5fa80f804322a9bd6d Parents: 03ec023 Author: Joshua Cohen <[email protected]> Authored: Fri Apr 15 16:52:39 2016 -0500 Committer: Joshua Cohen <[email protected]> Committed: Fri Apr 15 16:52:39 2016 -0500 ---------------------------------------------------------------------- 3rdparty/python/BUILD | 2 +- RELEASE-NOTES.md | 4 ++++ build-support/packer/build.sh | 6 +++--- build.gradle | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/0d12515c/3rdparty/python/BUILD ---------------------------------------------------------------------- diff --git a/3rdparty/python/BUILD b/3rdparty/python/BUILD index e7a1fe4..85db569 100644 --- a/3rdparty/python/BUILD +++ b/3rdparty/python/BUILD @@ -11,7 +11,7 @@ # limitations under the License. # -MESOS_REV = '0.26.0' +MESOS_REV = '0.27.2' python_requirement_library( name = 'mesos.interface', http://git-wip-us.apache.org/repos/asf/aurora/blob/0d12515c/RELEASE-NOTES.md ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a0536ec..601d285 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +0.14.0 +------ +- Upgraded Mesos to 0.27.2 + 0.13.0 (Not yet released) ------ http://git-wip-us.apache.org/repos/asf/aurora/blob/0d12515c/build-support/packer/build.sh ---------------------------------------------------------------------- diff --git a/build-support/packer/build.sh b/build-support/packer/build.sh index 146e62e..658dbc4 100644 --- a/build-support/packer/build.sh +++ b/build-support/packer/build.sh @@ -17,7 +17,7 @@ set -o errexit set -o nounset set -o verbose -readonly MESOS_VERSION=0.26.0 +readonly MESOS_VERSION=0.27.2 function remove_unused { # The default ubuntu/trusty64 image includes juju-core, which adds ~300 MB to our image. @@ -60,8 +60,8 @@ function install_docker { } function install_mesos { - URL_BASE='http://downloads.mesosphere.io/master/ubuntu/14.04' - DEB_URL="$URL_BASE/mesos_${MESOS_VERSION}-0.2.145.ubuntu1404_amd64.deb" + URL_BASE='http://repos.mesosphere.com/ubuntu/pool/main/m/mesos' + DEB_URL="$URL_BASE/mesos_${MESOS_VERSION}-2.0.15.ubuntu1404_amd64.deb" deb=$(basename $DEB_URL) wget -c "$DEB_URL" dpkg --install $deb http://git-wip-us.apache.org/repos/asf/aurora/blob/0d12515c/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index e4e42fd..0d0d94a 100644 --- a/build.gradle +++ b/build.gradle @@ -365,7 +365,7 @@ dependencies { compile "org.apache.curator:curator-client:${curatorRev}" compile "org.apache.curator:curator-framework:${curatorRev}" compile "org.apache.curator:curator-recipes:${curatorRev}" - compile 'org.apache.mesos:mesos:0.26.0' + compile 'org.apache.mesos:mesos:0.27.2' compile "org.apache.shiro:shiro-guice:${shiroRev}" compile "org.apache.shiro:shiro-web:${shiroRev}" compile "org.apache.zookeeper:zookeeper:${zookeeperRev}"
