Re: [VOTE] Release Apache Mesos 1.1.1 (rc1)

2017-02-08 Thread Vinod Kone
+1 (binding)

Tested on ASF CI.

*Revision*: 5d4c9962930c3f5c08e802caff40b670424cb091

   - refs/tags/1.1.1-rc1

Configuration Matrix gcc clang
centos:7 --verbose --enable-libevent --enable-ssl autotools
[image: Success]

[image: Not run]
cmake
[image: Success]

[image: Not run]
--verbose autotools
[image: Success]

[image: Not run]
cmake
[image: Success]

[image: Not run]
ubuntu:14.04 --verbose --enable-libevent --enable-ssl autotools
[image: Success]

[image: Success]

cmake
[image: Success]

[image: Success]

--verbose autotools
[image: Success]

[image: Success]

cmake
[image: Success]

[image: Success]


On Wed, Feb 8, 2017 at 9:09 AM, Kapil Arya  wrote:

> +1 binding.
>
> Internal CI to build deb/rpm packages.
>
> The deb/rpm binary packages are available at:
> http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-1.1.1-rc1
>
>
> On Tue, Feb 7, 2017 at 5:39 PM, Alex R  wrote:
>
>> Hi all,
>>
>> Please vote on releasing the following candidate as Apache Mesos 1.1.1.
>>
>> 1.1.1 includes the following:
>> 
>> 
>> ** Bug
>>   * [MESOS-6002] - The whiteout file cannot be removed correctly using
>> aufs backend.
>>   * [MESOS-6010] - Docker registry puller shows decode error "No response
>> decoded".
>>   * [MESOS-6142] - Frameworks may RESERVE for an arbitrary role.
>>   * [MESOS-6360] - The handling of whiteout files in provisioner is not
>> correct.
>>   * [MESOS-6411] - Add documentation for CNI port-mapper plugin.
>>   * [MESOS-6526] - `mesos-containerizer launch --environment` exposes
>> executor env vars in `ps`.
>>   * [MESOS-6571] - Add "--task" flag to mesos-execute.
>>   * [MESOS-6597] - Include v1 Operator API protos in generated JAR and
>> python packages.
>>   * [MESOS-6621] - SSL downgrade path will CHECK-fail when 

Re: [VOTE] Release Apache Mesos 1.1.1 (rc1)

2017-02-08 Thread Kapil Arya
+1 binding.

Internal CI to build deb/rpm packages.

The deb/rpm binary packages are available at:
http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-1.1.1-rc1


On Tue, Feb 7, 2017 at 5:39 PM, Alex R  wrote:

> Hi all,
>
> Please vote on releasing the following candidate as Apache Mesos 1.1.1.
>
> 1.1.1 includes the following:
> 
> 
> ** Bug
>   * [MESOS-6002] - The whiteout file cannot be removed correctly using
> aufs backend.
>   * [MESOS-6010] - Docker registry puller shows decode error "No response
> decoded".
>   * [MESOS-6142] - Frameworks may RESERVE for an arbitrary role.
>   * [MESOS-6360] - The handling of whiteout files in provisioner is not
> correct.
>   * [MESOS-6411] - Add documentation for CNI port-mapper plugin.
>   * [MESOS-6526] - `mesos-containerizer launch --environment` exposes
> executor env vars in `ps`.
>   * [MESOS-6571] - Add "--task" flag to mesos-execute.
>   * [MESOS-6597] - Include v1 Operator API protos in generated JAR and
> python packages.
>   * [MESOS-6621] - SSL downgrade path will CHECK-fail when using both
> temporary and persistent sockets.
>   * [MESOS-6624] - Master WebUI does not work on Firefox 45.
>   * [MESOS-6676] - Always re-link with scheduler during re-registration.
>   * [MESOS-6848] - The default executor does not exit if a single task pod
> fails.
>   * [MESOS-6852] - Nested container's launch command is not set correctly
> in docker/runtime isolator.
>   * [MESOS-6917] - Segfault when the executor sets an invalid UUID when
> sending a status update.
>   * [MESOS-7008] - Quota not recovered from registry in empty cluster.
>
> The CHANGELOG for the release is available at:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_
> plain;f=CHANGELOG;hb=1.1.1-rc1
> 
> 
>
> The candidate for Mesos 1.1.1 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/1.1.1-rc1/mesos-1.1.1.tar.gz
>
> The tag to be voted on is 1.1.1-rc1:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.1.1-rc1
>
> The MD5 checksum of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/1.1.1-rc1/
> mesos-1.1.1.tar.gz.md5
>
> The signature of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/1.1.1-rc1/
> mesos-1.1.1.tar.gz.asc
>
> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS
>
> The JAR is up in Maven in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1177
>
> Please vote on releasing this package as Apache Mesos 1.1.1!
>
> The vote is open until Fri Feb 10 23:59:59 CET 2017 and passes if a
> majority of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Mesos 1.1.1
> [ ] -1 Do not release this package because ...
>
> Thanks,
> Till & Alex
>


[VOTE] Release Apache Mesos 1.1.1 (rc1)

2017-02-07 Thread Alex R
Hi all,

Please vote on releasing the following candidate as Apache Mesos 1.1.1.

1.1.1 includes the following:

** Bug
  * [MESOS-6002] - The whiteout file cannot be removed correctly using aufs
backend.
  * [MESOS-6010] - Docker registry puller shows decode error "No response
decoded".
  * [MESOS-6142] - Frameworks may RESERVE for an arbitrary role.
  * [MESOS-6360] - The handling of whiteout files in provisioner is not
correct.
  * [MESOS-6411] - Add documentation for CNI port-mapper plugin.
  * [MESOS-6526] - `mesos-containerizer launch --environment` exposes
executor env vars in `ps`.
  * [MESOS-6571] - Add "--task" flag to mesos-execute.
  * [MESOS-6597] - Include v1 Operator API protos in generated JAR and
python packages.
  * [MESOS-6621] - SSL downgrade path will CHECK-fail when using both
temporary and persistent sockets.
  * [MESOS-6624] - Master WebUI does not work on Firefox 45.
  * [MESOS-6676] - Always re-link with scheduler during re-registration.
  * [MESOS-6848] - The default executor does not exit if a single task pod
fails.
  * [MESOS-6852] - Nested container's launch command is not set correctly
in docker/runtime isolator.
  * [MESOS-6917] - Segfault when the executor sets an invalid UUID when
sending a status update.
  * [MESOS-7008] - Quota not recovered from registry in empty cluster.

The CHANGELOG for the release is available at:
https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.1.1-rc1


The candidate for Mesos 1.1.1 release is available at:
https://dist.apache.org/repos/dist/dev/mesos/1.1.1-rc1/mesos-1.1.1.tar.gz

The tag to be voted on is 1.1.1-rc1:
https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.1.1-rc1

The MD5 checksum of the tarball can be found at:
https://dist.apache.org/repos/dist/dev/mesos/1.1.1-rc1/mesos-1.1.1.tar.gz.md5

The signature of the tarball can be found at:
https://dist.apache.org/repos/dist/dev/mesos/1.1.1-rc1/mesos-1.1.1.tar.gz.asc

The PGP key used to sign the release is here:
https://dist.apache.org/repos/dist/release/mesos/KEYS

The JAR is up in Maven in a staging repository here:
https://repository.apache.org/content/repositories/orgapachemesos-1177

Please vote on releasing this package as Apache Mesos 1.1.1!

The vote is open until Fri Feb 10 23:59:59 CET 2017 and passes if a
majority of at least 3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache Mesos 1.1.1
[ ] -1 Do not release this package because ...

Thanks,
Till & Alex