Re: Proposing Mesos patch releases 0.21.2-0.24.1 for MESOS-2986

2015-09-21 Thread Adam Bordelon
We'll try to get 0.23.1 and 0.22.2 out this week as well.

On Mon, Sep 21, 2015 at 9:39 AM, Roger Ignazio  wrote:

> Hey Adam,
>
> By any chance do you have a timeframe on when we might expect 0.22.2 to
> land? I saw the vote for 0.24.1 go out the other day, so I thought I'd
> check back in on this thread.
>
> Thanks,
>
> -- Roger
>
> On Mon, Sep 14, 2015 at 12:33 AM, Adam Bordelon 
> wrote:
>
> > Mesos users are having problems using stable Mesos releases with modern
> > Docker due to the change in version strings in Docker 1.8 (also in Fedora
> > 22) as described in https://issues.apache.org/jira/browse/MESOS-2986.
> > There
> > have been requests for patch releases ranging from 0.21.x to 0.24.x. I
> > would like to propose the following releases:
> >
> > 0.24.1
> > + 1830a28 Made docker version parsing resilient to trailing version
> > components.
> > + Any other recently landed critical patches that can't wait for 0.25.0.
> >
> > 0.23.1
> > + 1830a28 Made docker version parsing resilient to trailing version
> > components.
> >
> > 0.22.2
> > + 6760601 Change docker version parsing.
> > + 1830a28 Made docker version parsing resilient to trailing version
> > components.
> >
> > 0.21.2
> > + 6760601 Change docker version parsing.
> > + 1830a28 Made docker version parsing resilient to trailing version
> > components.
> >
> > Let us know if you have any concerns, or if there are any more critical
> > patches that should go into 0.24.1.
> >
> > Thanks,
> > -Adam-
> >
>


Re: Proposing Mesos patch releases 0.21.2-0.24.1 for MESOS-2986

2015-09-21 Thread Roger Ignazio
Hey Adam,

By any chance do you have a timeframe on when we might expect 0.22.2 to
land? I saw the vote for 0.24.1 go out the other day, so I thought I'd
check back in on this thread.

Thanks,

-- Roger

On Mon, Sep 14, 2015 at 12:33 AM, Adam Bordelon  wrote:

> Mesos users are having problems using stable Mesos releases with modern
> Docker due to the change in version strings in Docker 1.8 (also in Fedora
> 22) as described in https://issues.apache.org/jira/browse/MESOS-2986.
> There
> have been requests for patch releases ranging from 0.21.x to 0.24.x. I
> would like to propose the following releases:
>
> 0.24.1
> + 1830a28 Made docker version parsing resilient to trailing version
> components.
> + Any other recently landed critical patches that can't wait for 0.25.0.
>
> 0.23.1
> + 1830a28 Made docker version parsing resilient to trailing version
> components.
>
> 0.22.2
> + 6760601 Change docker version parsing.
> + 1830a28 Made docker version parsing resilient to trailing version
> components.
>
> 0.21.2
> + 6760601 Change docker version parsing.
> + 1830a28 Made docker version parsing resilient to trailing version
> components.
>
> Let us know if you have any concerns, or if there are any more critical
> patches that should go into 0.24.1.
>
> Thanks,
> -Adam-
>


Re: Proposing Mesos patch releases 0.21.2-0.24.1 for MESOS-2986

2015-09-15 Thread Adam Bordelon
If we can land https://issues.apache.org/jira/browse/MESOS-3136 soon, it
may be worth including in Mesos 0.24.1.
There were also requests to backport the fix to Mesos 0.23.1. Any
objections?

On Mon, Sep 14, 2015 at 5:36 AM, tommy xiao  wrote:

> Cool Mesos team.
>
> 2015-09-14 18:52 GMT+08:00 Jörg Schad :
>
> > Lgtm, thanks for taking care of this!
> >
> > On Mon, Sep 14, 2015 at 9:33 AM, Adam Bordelon 
> wrote:
> >
> > > Mesos users are having problems using stable Mesos releases with modern
> > > Docker due to the change in version strings in Docker 1.8 (also in
> Fedora
> > > 22) as described in https://issues.apache.org/jira/browse/MESOS-2986.
> > > There
> > > have been requests for patch releases ranging from 0.21.x to 0.24.x. I
> > > would like to propose the following releases:
> > >
> > > 0.24.1
> > > + 1830a28 Made docker version parsing resilient to trailing version
> > > components.
> > > + Any other recently landed critical patches that can't wait for
> 0.25.0.
> > >
> > > 0.23.1
> > > + 1830a28 Made docker version parsing resilient to trailing version
> > > components.
> > >
> > > 0.22.2
> > > + 6760601 Change docker version parsing.
> > > + 1830a28 Made docker version parsing resilient to trailing version
> > > components.
> > >
> > > 0.21.2
> > > + 6760601 Change docker version parsing.
> > > + 1830a28 Made docker version parsing resilient to trailing version
> > > components.
> > >
> > > Let us know if you have any concerns, or if there are any more critical
> > > patches that should go into 0.24.1.
> > >
> > > Thanks,
> > > -Adam-
> > >
> >
>
>
>
> --
> Deshi Xiao
> Twitter: xds2000
> E-mail: xiaods(AT)gmail.com
>


Re: Proposing Mesos patch releases 0.21.2-0.24.1 for MESOS-2986

2015-09-15 Thread tommy xiao
Woo/

2015-09-15 14:39 GMT+08:00 Adam Bordelon :

> If we can land https://issues.apache.org/jira/browse/MESOS-3136 soon, it
> may be worth including in Mesos 0.24.1.
> There were also requests to backport the fix to Mesos 0.23.1. Any
> objections?
>
> On Mon, Sep 14, 2015 at 5:36 AM, tommy xiao  wrote:
>
> > Cool Mesos team.
> >
> > 2015-09-14 18:52 GMT+08:00 Jörg Schad :
> >
> > > Lgtm, thanks for taking care of this!
> > >
> > > On Mon, Sep 14, 2015 at 9:33 AM, Adam Bordelon 
> > wrote:
> > >
> > > > Mesos users are having problems using stable Mesos releases with
> modern
> > > > Docker due to the change in version strings in Docker 1.8 (also in
> > Fedora
> > > > 22) as described in https://issues.apache.org/jira/browse/MESOS-2986
> .
> > > > There
> > > > have been requests for patch releases ranging from 0.21.x to 0.24.x.
> I
> > > > would like to propose the following releases:
> > > >
> > > > 0.24.1
> > > > + 1830a28 Made docker version parsing resilient to trailing version
> > > > components.
> > > > + Any other recently landed critical patches that can't wait for
> > 0.25.0.
> > > >
> > > > 0.23.1
> > > > + 1830a28 Made docker version parsing resilient to trailing version
> > > > components.
> > > >
> > > > 0.22.2
> > > > + 6760601 Change docker version parsing.
> > > > + 1830a28 Made docker version parsing resilient to trailing version
> > > > components.
> > > >
> > > > 0.21.2
> > > > + 6760601 Change docker version parsing.
> > > > + 1830a28 Made docker version parsing resilient to trailing version
> > > > components.
> > > >
> > > > Let us know if you have any concerns, or if there are any more
> critical
> > > > patches that should go into 0.24.1.
> > > >
> > > > Thanks,
> > > > -Adam-
> > > >
> > >
> >
> >
> >
> > --
> > Deshi Xiao
> > Twitter: xds2000
> > E-mail: xiaods(AT)gmail.com
> >
>



-- 
Deshi Xiao
Twitter: xds2000
E-mail: xiaods(AT)gmail.com


Re: Proposing Mesos patch releases 0.21.2-0.24.1 for MESOS-2986

2015-09-14 Thread tommy xiao
Cool Mesos team.

2015-09-14 18:52 GMT+08:00 Jörg Schad :

> Lgtm, thanks for taking care of this!
>
> On Mon, Sep 14, 2015 at 9:33 AM, Adam Bordelon  wrote:
>
> > Mesos users are having problems using stable Mesos releases with modern
> > Docker due to the change in version strings in Docker 1.8 (also in Fedora
> > 22) as described in https://issues.apache.org/jira/browse/MESOS-2986.
> > There
> > have been requests for patch releases ranging from 0.21.x to 0.24.x. I
> > would like to propose the following releases:
> >
> > 0.24.1
> > + 1830a28 Made docker version parsing resilient to trailing version
> > components.
> > + Any other recently landed critical patches that can't wait for 0.25.0.
> >
> > 0.23.1
> > + 1830a28 Made docker version parsing resilient to trailing version
> > components.
> >
> > 0.22.2
> > + 6760601 Change docker version parsing.
> > + 1830a28 Made docker version parsing resilient to trailing version
> > components.
> >
> > 0.21.2
> > + 6760601 Change docker version parsing.
> > + 1830a28 Made docker version parsing resilient to trailing version
> > components.
> >
> > Let us know if you have any concerns, or if there are any more critical
> > patches that should go into 0.24.1.
> >
> > Thanks,
> > -Adam-
> >
>



-- 
Deshi Xiao
Twitter: xds2000
E-mail: xiaods(AT)gmail.com


Re: Proposing Mesos patch releases 0.21.2-0.24.1 for MESOS-2986

2015-09-14 Thread Jörg Schad
Lgtm, thanks for taking care of this!

On Mon, Sep 14, 2015 at 9:33 AM, Adam Bordelon  wrote:

> Mesos users are having problems using stable Mesos releases with modern
> Docker due to the change in version strings in Docker 1.8 (also in Fedora
> 22) as described in https://issues.apache.org/jira/browse/MESOS-2986.
> There
> have been requests for patch releases ranging from 0.21.x to 0.24.x. I
> would like to propose the following releases:
>
> 0.24.1
> + 1830a28 Made docker version parsing resilient to trailing version
> components.
> + Any other recently landed critical patches that can't wait for 0.25.0.
>
> 0.23.1
> + 1830a28 Made docker version parsing resilient to trailing version
> components.
>
> 0.22.2
> + 6760601 Change docker version parsing.
> + 1830a28 Made docker version parsing resilient to trailing version
> components.
>
> 0.21.2
> + 6760601 Change docker version parsing.
> + 1830a28 Made docker version parsing resilient to trailing version
> components.
>
> Let us know if you have any concerns, or if there are any more critical
> patches that should go into 0.24.1.
>
> Thanks,
> -Adam-
>