You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Eric Johnson <er...@apache.org> on 2016/01/15 17:07:29 UTC

[dev] [VOTE] Release Apache Libcloud 0.20.1

This is a voting thread for Libcloud 0.20.1.

This is a bugfix release. It consists of the following cherry-picked
changes in trunk applied to the 0.20.0 release (
4087f45504f7c3bbd0f389420e9ecbdedf93ded9):

88170f6582dd6cc3bce87c0ab3a89118551fe508
  - Allow for old and new style service account client email address (Jira
#785)

4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
  - Fix syntax error for DimensionDataStatus object (github #662)

2e036dae4a41b59009eb2205df4d3f1ec03beee2
  - Fixed bug in public IP addition command (github #661)

f755d5597793bc8f3109f09e6b39c4ace2d740bf
  - Fixed error when proxy_url is None

3e85cf1591c9ccb07ec779ccb6a589e56534799d
  - Use hasattr rather than getattr to check for existence (github #659)

New 0.20.1 branch and -tentative tag are committed and can be found at
https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=shortlog;h=refs/heads/0.20.1
.

Release artifacts can be found at http://home.apache.org/~erjohnso/libcloud/
.

Note that KEYS file can found at
https://dist.apache.org/repos/dist/release/libcloud/KEYS

Please test the release and post your votes.

+/- 1
[  ]  Release Apache Libcloud 0.20.1

Vote will be open until January 20th, 2016 (or longer, if needed).

(bugfix contributors have been BCC'd).

Thanks,
Eric

Re: [dev] [VOTE] Release Apache Libcloud 0.20.1

Posted by Eric Johnson <er...@apache.org>.
Explicit +1 from me.

This brings the totals to:

+1's:

- Tomaz (binding)
- Eric (binding)
- Anthony (binding)
- John Carr (non-binding)

-1:s

/

0's:

/

This means the vote has passed. Thanks to everyone for their votes.

I will publish the release artifacts and send the release announcement out
shortly.

On Sat, Jan 16, 2016 at 11:59 AM, anthony shaw <an...@gmail.com>
wrote:

> [+1]  Release Apache Libcloud 0.20.1
>
> Ant
>
>
>
>
> On Sat, Jan 16, 2016 at 3:00 AM -0800, "John Carr" <jo...@me.com>
> wrote:
>
>
>
>
>
>
>
>
>
>
> [+1] Release apache libcloud 0.20.1
>
>
> > On 16 Jan 2016, at 10:58, Tomaz Muraus  wrote:
> >
> > [+1]  Release Apache Libcloud 0.20.1
> >
> > On Fri, Jan 15, 2016 at 8:38 PM, Eric Johnson
> > wrote:
> >
> >> Ok, CHANGES.rst fixed.
> >>
> >> New v0.20.1-tentative tag updated to
> >> 87deb04498ea8bb5068e362810c3d2ab89359b48
> >>
> >> Release artifacts re-generated and uploaded to
> >> http://home.apache.org/~erjohnso/libcloud/
> >>
> >>
> >> On Fri, Jan 15, 2016 at 11:13 AM, Tomaz Muraus  wrote:
> >>
> >>> I believe so, yeah.
> >>>
> >>> Please also make sure the underline matches the title length (0.20.0
> >> didn't
> >>> have that, but it's fixed in trunk and we now have strict checking
> >>> enabled).
> >>>
> >>> On Fri, Jan 15, 2016 at 8:10 PM, Eric Johnson
> >> >>>
> >>> wrote:
> >>>
> >>>> Good catch!
> >>>>
> >>>> While cherry-picking, the only commit I applied that had a changelog
> >>> entry
> >>>> was for LIBCLOUD-785. As such, does this look OK for the revised
> >> changes
> >>>> file?
> >>>>
> >>>> diff --git a/CHANGES.rst b/CHANGES.rst
> >>>> index 250869c..866962d 100644
> >>>> --- a/CHANGES.rst
> >>>> +++ b/CHANGES.rst
> >>>> @@ -1,6 +1,16 @@
> >>>> Changelog
> >>>> =========
> >>>>
> >>>> +Changes with Apache Libcloud 0.20.1
> >>>> +-----------------------------------
> >>>> +
> >>>> +Compute
> >>>> +~~~~~~~
> >>>> +
> >>>> +- [google] Allow for old and new style service account client email
> >>>> address
> >>>> +  (LIBCLOUD-785)
> >>>> +  [Hoang Phan]
> >>>> +
> >>>> Changes with Apache Libcloud 0.20.0
> >>>> -------------------------------------------
> >>>>
> >>>> @@ -30,10 +40,6 @@ General
> >>>> Compute
> >>>> ~~~~~~~
> >>>>
> >>>> -- [google] Allow for old and new style service account client email
> >>>> address
> >>>> -  (LIBCLOUD-785)
> >>>> -  [Hoang Phan]
> >>>> -
> >>>> - Removed DreamHosts Compute Driver, DreamHosts users will now use the
> >>>> OpenStack Node driver since DreamHosts are OpenStack
> >>>>   API compliant
> >>>>   (GITHUB-655)
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> On Fri, Jan 15, 2016 at 10:59 AM, Tomaz Muraus
> >> wrote:
> >>>>
> >>>>> Just noticed CHANGES.rst was not updated.
> >>>>>
> >>>>> Need to add new section for 0.20.1 and shuffle corresponding
> >> changelog
> >>>>> entries around.
> >>>>>
> >>>>> When that's done you should re-tag it.
> >>>>>
> >>>>> On Fri, Jan 15, 2016 at 5:07 PM, Eric Johnson
> >>>> wrote:
> >>>>>
> >>>>>> This is a voting thread for Libcloud 0.20.1.
> >>>>>>
> >>>>>> This is a bugfix release. It consists of the following
> >> cherry-picked
> >>>>>> changes in trunk applied to the 0.20.0 release (
> >>>>>> 4087f45504f7c3bbd0f389420e9ecbdedf93ded9):
> >>>>>>
> >>>>>> 88170f6582dd6cc3bce87c0ab3a89118551fe508
> >>>>>>  - Allow for old and new style service account client email
> >> address
> >>>>> (Jira
> >>>>>> #785)
> >>>>>>
> >>>>>> 4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
> >>>>>>  - Fix syntax error for DimensionDataStatus object (github #662)
> >>>>>>
> >>>>>> 2e036dae4a41b59009eb2205df4d3f1ec03beee2
> >>>>>>  - Fixed bug in public IP addition command (github #661)
> >>>>>>
> >>>>>> f755d5597793bc8f3109f09e6b39c4ace2d740bf
> >>>>>>  - Fixed error when proxy_url is None
> >>>>>>
> >>>>>> 3e85cf1591c9ccb07ec779ccb6a589e56534799d
> >>>>>>  - Use hasattr rather than getattr to check for existence (github
> >>>> #659)
> >>>>>>
> >>>>>> New 0.20.1 branch and -tentative tag are committed and can be found
> >>> at
> >>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>
> >>
> https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=shortlog;h=refs/heads/0.20.1
> >>>>>> .
> >>>>>>
> >>>>>> Release artifacts can be found at
> >>>>>> http://home.apache.org/~erjohnso/libcloud/
> >>>>>> .
> >>>>>>
> >>>>>> Note that KEYS file can found at
> >>>>>> https://dist.apache.org/repos/dist/release/libcloud/KEYS
> >>>>>>
> >>>>>> Please test the release and post your votes.
> >>>>>>
> >>>>>> +/- 1
> >>>>>> [  ]  Release Apache Libcloud 0.20.1
> >>>>>>
> >>>>>> Vote will be open until January 20th, 2016 (or longer, if needed).
> >>>>>>
> >>>>>> (bugfix contributors have been BCC'd).
> >>>>>>
> >>>>>> Thanks,
> >>>>>> Eric
> >>>>>>
> >>>>>
> >>>>
> >>>
> >>
>
>
>
>
>
>
>

Re: [dev] [VOTE] Release Apache Libcloud 0.20.1

Posted by anthony shaw <an...@gmail.com>.
[+1]  Release Apache Libcloud 0.20.1

Ant




On Sat, Jan 16, 2016 at 3:00 AM -0800, "John Carr" <jo...@me.com> wrote:










[+1] Release apache libcloud 0.20.1


> On 16 Jan 2016, at 10:58, Tomaz Muraus  wrote:
> 
> [+1]  Release Apache Libcloud 0.20.1
> 
> On Fri, Jan 15, 2016 at 8:38 PM, Eric Johnson 
> wrote:
> 
>> Ok, CHANGES.rst fixed.
>> 
>> New v0.20.1-tentative tag updated to
>> 87deb04498ea8bb5068e362810c3d2ab89359b48
>> 
>> Release artifacts re-generated and uploaded to
>> http://home.apache.org/~erjohnso/libcloud/
>> 
>> 
>> On Fri, Jan 15, 2016 at 11:13 AM, Tomaz Muraus  wrote:
>> 
>>> I believe so, yeah.
>>> 
>>> Please also make sure the underline matches the title length (0.20.0
>> didn't
>>> have that, but it's fixed in trunk and we now have strict checking
>>> enabled).
>>> 
>>> On Fri, Jan 15, 2016 at 8:10 PM, Eric Johnson
>> >>> 
>>> wrote:
>>> 
>>>> Good catch!
>>>> 
>>>> While cherry-picking, the only commit I applied that had a changelog
>>> entry
>>>> was for LIBCLOUD-785. As such, does this look OK for the revised
>> changes
>>>> file?
>>>> 
>>>> diff --git a/CHANGES.rst b/CHANGES.rst
>>>> index 250869c..866962d 100644
>>>> --- a/CHANGES.rst
>>>> +++ b/CHANGES.rst
>>>> @@ -1,6 +1,16 @@
>>>> Changelog
>>>> =========
>>>> 
>>>> +Changes with Apache Libcloud 0.20.1
>>>> +-----------------------------------
>>>> +
>>>> +Compute
>>>> +~~~~~~~
>>>> +
>>>> +- [google] Allow for old and new style service account client email
>>>> address
>>>> +  (LIBCLOUD-785)
>>>> +  [Hoang Phan]
>>>> +
>>>> Changes with Apache Libcloud 0.20.0
>>>> -------------------------------------------
>>>> 
>>>> @@ -30,10 +40,6 @@ General
>>>> Compute
>>>> ~~~~~~~
>>>> 
>>>> -- [google] Allow for old and new style service account client email
>>>> address
>>>> -  (LIBCLOUD-785)
>>>> -  [Hoang Phan]
>>>> -
>>>> - Removed DreamHosts Compute Driver, DreamHosts users will now use the
>>>> OpenStack Node driver since DreamHosts are OpenStack
>>>>   API compliant
>>>>   (GITHUB-655)
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On Fri, Jan 15, 2016 at 10:59 AM, Tomaz Muraus 
>> wrote:
>>>> 
>>>>> Just noticed CHANGES.rst was not updated.
>>>>> 
>>>>> Need to add new section for 0.20.1 and shuffle corresponding
>> changelog
>>>>> entries around.
>>>>> 
>>>>> When that's done you should re-tag it.
>>>>> 
>>>>> On Fri, Jan 15, 2016 at 5:07 PM, Eric Johnson 
>>>> wrote:
>>>>> 
>>>>>> This is a voting thread for Libcloud 0.20.1.
>>>>>> 
>>>>>> This is a bugfix release. It consists of the following
>> cherry-picked
>>>>>> changes in trunk applied to the 0.20.0 release (
>>>>>> 4087f45504f7c3bbd0f389420e9ecbdedf93ded9):
>>>>>> 
>>>>>> 88170f6582dd6cc3bce87c0ab3a89118551fe508
>>>>>>  - Allow for old and new style service account client email
>> address
>>>>> (Jira
>>>>>> #785)
>>>>>> 
>>>>>> 4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
>>>>>>  - Fix syntax error for DimensionDataStatus object (github #662)
>>>>>> 
>>>>>> 2e036dae4a41b59009eb2205df4d3f1ec03beee2
>>>>>>  - Fixed bug in public IP addition command (github #661)
>>>>>> 
>>>>>> f755d5597793bc8f3109f09e6b39c4ace2d740bf
>>>>>>  - Fixed error when proxy_url is None
>>>>>> 
>>>>>> 3e85cf1591c9ccb07ec779ccb6a589e56534799d
>>>>>>  - Use hasattr rather than getattr to check for existence (github
>>>> #659)
>>>>>> 
>>>>>> New 0.20.1 branch and -tentative tag are committed and can be found
>>> at
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>> https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=shortlog;h=refs/heads/0.20.1
>>>>>> .
>>>>>> 
>>>>>> Release artifacts can be found at
>>>>>> http://home.apache.org/~erjohnso/libcloud/
>>>>>> .
>>>>>> 
>>>>>> Note that KEYS file can found at
>>>>>> https://dist.apache.org/repos/dist/release/libcloud/KEYS
>>>>>> 
>>>>>> Please test the release and post your votes.
>>>>>> 
>>>>>> +/- 1
>>>>>> [  ]  Release Apache Libcloud 0.20.1
>>>>>> 
>>>>>> Vote will be open until January 20th, 2016 (or longer, if needed).
>>>>>> 
>>>>>> (bugfix contributors have been BCC'd).
>>>>>> 
>>>>>> Thanks,
>>>>>> Eric
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 







Re: [dev] [VOTE] Release Apache Libcloud 0.20.1

Posted by John Carr <jo...@me.com>.
[+1] Release apache libcloud 0.20.1


> On 16 Jan 2016, at 10:58, Tomaz Muraus <to...@apache.org> wrote:
> 
> [+1]  Release Apache Libcloud 0.20.1
> 
> On Fri, Jan 15, 2016 at 8:38 PM, Eric Johnson <er...@google.com.invalid>
> wrote:
> 
>> Ok, CHANGES.rst fixed.
>> 
>> New v0.20.1-tentative tag updated to
>> 87deb04498ea8bb5068e362810c3d2ab89359b48
>> 
>> Release artifacts re-generated and uploaded to
>> http://home.apache.org/~erjohnso/libcloud/
>> 
>> 
>> On Fri, Jan 15, 2016 at 11:13 AM, Tomaz Muraus <to...@apache.org> wrote:
>> 
>>> I believe so, yeah.
>>> 
>>> Please also make sure the underline matches the title length (0.20.0
>> didn't
>>> have that, but it's fixed in trunk and we now have strict checking
>>> enabled).
>>> 
>>> On Fri, Jan 15, 2016 at 8:10 PM, Eric Johnson
>> <erjohnso@google.com.invalid
>>>> 
>>> wrote:
>>> 
>>>> Good catch!
>>>> 
>>>> While cherry-picking, the only commit I applied that had a changelog
>>> entry
>>>> was for LIBCLOUD-785. As such, does this look OK for the revised
>> changes
>>>> file?
>>>> 
>>>> diff --git a/CHANGES.rst b/CHANGES.rst
>>>> index 250869c..866962d 100644
>>>> --- a/CHANGES.rst
>>>> +++ b/CHANGES.rst
>>>> @@ -1,6 +1,16 @@
>>>> Changelog
>>>> =========
>>>> 
>>>> +Changes with Apache Libcloud 0.20.1
>>>> +-----------------------------------
>>>> +
>>>> +Compute
>>>> +~~~~~~~
>>>> +
>>>> +- [google] Allow for old and new style service account client email
>>>> address
>>>> +  (LIBCLOUD-785)
>>>> +  [Hoang Phan]
>>>> +
>>>> Changes with Apache Libcloud 0.20.0
>>>> -------------------------------------------
>>>> 
>>>> @@ -30,10 +40,6 @@ General
>>>> Compute
>>>> ~~~~~~~
>>>> 
>>>> -- [google] Allow for old and new style service account client email
>>>> address
>>>> -  (LIBCLOUD-785)
>>>> -  [Hoang Phan]
>>>> -
>>>> - Removed DreamHosts Compute Driver, DreamHosts users will now use the
>>>> OpenStack Node driver since DreamHosts are OpenStack
>>>>   API compliant
>>>>   (GITHUB-655)
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On Fri, Jan 15, 2016 at 10:59 AM, Tomaz Muraus <to...@apache.org>
>> wrote:
>>>> 
>>>>> Just noticed CHANGES.rst was not updated.
>>>>> 
>>>>> Need to add new section for 0.20.1 and shuffle corresponding
>> changelog
>>>>> entries around.
>>>>> 
>>>>> When that's done you should re-tag it.
>>>>> 
>>>>> On Fri, Jan 15, 2016 at 5:07 PM, Eric Johnson <er...@apache.org>
>>>> wrote:
>>>>> 
>>>>>> This is a voting thread for Libcloud 0.20.1.
>>>>>> 
>>>>>> This is a bugfix release. It consists of the following
>> cherry-picked
>>>>>> changes in trunk applied to the 0.20.0 release (
>>>>>> 4087f45504f7c3bbd0f389420e9ecbdedf93ded9):
>>>>>> 
>>>>>> 88170f6582dd6cc3bce87c0ab3a89118551fe508
>>>>>>  - Allow for old and new style service account client email
>> address
>>>>> (Jira
>>>>>> #785)
>>>>>> 
>>>>>> 4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
>>>>>>  - Fix syntax error for DimensionDataStatus object (github #662)
>>>>>> 
>>>>>> 2e036dae4a41b59009eb2205df4d3f1ec03beee2
>>>>>>  - Fixed bug in public IP addition command (github #661)
>>>>>> 
>>>>>> f755d5597793bc8f3109f09e6b39c4ace2d740bf
>>>>>>  - Fixed error when proxy_url is None
>>>>>> 
>>>>>> 3e85cf1591c9ccb07ec779ccb6a589e56534799d
>>>>>>  - Use hasattr rather than getattr to check for existence (github
>>>> #659)
>>>>>> 
>>>>>> New 0.20.1 branch and -tentative tag are committed and can be found
>>> at
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>> https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=shortlog;h=refs/heads/0.20.1
>>>>>> .
>>>>>> 
>>>>>> Release artifacts can be found at
>>>>>> http://home.apache.org/~erjohnso/libcloud/
>>>>>> .
>>>>>> 
>>>>>> Note that KEYS file can found at
>>>>>> https://dist.apache.org/repos/dist/release/libcloud/KEYS
>>>>>> 
>>>>>> Please test the release and post your votes.
>>>>>> 
>>>>>> +/- 1
>>>>>> [  ]  Release Apache Libcloud 0.20.1
>>>>>> 
>>>>>> Vote will be open until January 20th, 2016 (or longer, if needed).
>>>>>> 
>>>>>> (bugfix contributors have been BCC'd).
>>>>>> 
>>>>>> Thanks,
>>>>>> Eric
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 


Re: [dev] [VOTE] Release Apache Libcloud 0.20.1

Posted by Tomaz Muraus <to...@apache.org>.
[+1]  Release Apache Libcloud 0.20.1

On Fri, Jan 15, 2016 at 8:38 PM, Eric Johnson <er...@google.com.invalid>
wrote:

> Ok, CHANGES.rst fixed.
>
> New v0.20.1-tentative tag updated to
> 87deb04498ea8bb5068e362810c3d2ab89359b48
>
> Release artifacts re-generated and uploaded to
> http://home.apache.org/~erjohnso/libcloud/
>
>
> On Fri, Jan 15, 2016 at 11:13 AM, Tomaz Muraus <to...@apache.org> wrote:
>
> > I believe so, yeah.
> >
> > Please also make sure the underline matches the title length (0.20.0
> didn't
> > have that, but it's fixed in trunk and we now have strict checking
> > enabled).
> >
> > On Fri, Jan 15, 2016 at 8:10 PM, Eric Johnson
> <erjohnso@google.com.invalid
> > >
> > wrote:
> >
> > > Good catch!
> > >
> > > While cherry-picking, the only commit I applied that had a changelog
> > entry
> > > was for LIBCLOUD-785. As such, does this look OK for the revised
> changes
> > > file?
> > >
> > > diff --git a/CHANGES.rst b/CHANGES.rst
> > > index 250869c..866962d 100644
> > > --- a/CHANGES.rst
> > > +++ b/CHANGES.rst
> > > @@ -1,6 +1,16 @@
> > >  Changelog
> > >  =========
> > >
> > > +Changes with Apache Libcloud 0.20.1
> > > +-----------------------------------
> > > +
> > > +Compute
> > > +~~~~~~~
> > > +
> > > +- [google] Allow for old and new style service account client email
> > > address
> > > +  (LIBCLOUD-785)
> > > +  [Hoang Phan]
> > > +
> > >  Changes with Apache Libcloud 0.20.0
> > >  -------------------------------------------
> > >
> > > @@ -30,10 +40,6 @@ General
> > >  Compute
> > >  ~~~~~~~
> > >
> > > -- [google] Allow for old and new style service account client email
> > > address
> > > -  (LIBCLOUD-785)
> > > -  [Hoang Phan]
> > > -
> > >  - Removed DreamHosts Compute Driver, DreamHosts users will now use the
> > > OpenStack Node driver since DreamHosts are OpenStack
> > >    API compliant
> > >    (GITHUB-655)
> > >
> > >
> > >
> > >
> > > On Fri, Jan 15, 2016 at 10:59 AM, Tomaz Muraus <to...@apache.org>
> wrote:
> > >
> > > > Just noticed CHANGES.rst was not updated.
> > > >
> > > > Need to add new section for 0.20.1 and shuffle corresponding
> changelog
> > > > entries around.
> > > >
> > > > When that's done you should re-tag it.
> > > >
> > > > On Fri, Jan 15, 2016 at 5:07 PM, Eric Johnson <er...@apache.org>
> > > wrote:
> > > >
> > > > > This is a voting thread for Libcloud 0.20.1.
> > > > >
> > > > > This is a bugfix release. It consists of the following
> cherry-picked
> > > > > changes in trunk applied to the 0.20.0 release (
> > > > > 4087f45504f7c3bbd0f389420e9ecbdedf93ded9):
> > > > >
> > > > > 88170f6582dd6cc3bce87c0ab3a89118551fe508
> > > > >   - Allow for old and new style service account client email
> address
> > > > (Jira
> > > > > #785)
> > > > >
> > > > > 4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
> > > > >   - Fix syntax error for DimensionDataStatus object (github #662)
> > > > >
> > > > > 2e036dae4a41b59009eb2205df4d3f1ec03beee2
> > > > >   - Fixed bug in public IP addition command (github #661)
> > > > >
> > > > > f755d5597793bc8f3109f09e6b39c4ace2d740bf
> > > > >   - Fixed error when proxy_url is None
> > > > >
> > > > > 3e85cf1591c9ccb07ec779ccb6a589e56534799d
> > > > >   - Use hasattr rather than getattr to check for existence (github
> > > #659)
> > > > >
> > > > > New 0.20.1 branch and -tentative tag are committed and can be found
> > at
> > > > >
> > > > >
> > > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=shortlog;h=refs/heads/0.20.1
> > > > > .
> > > > >
> > > > > Release artifacts can be found at
> > > > > http://home.apache.org/~erjohnso/libcloud/
> > > > > .
> > > > >
> > > > > Note that KEYS file can found at
> > > > > https://dist.apache.org/repos/dist/release/libcloud/KEYS
> > > > >
> > > > > Please test the release and post your votes.
> > > > >
> > > > > +/- 1
> > > > > [  ]  Release Apache Libcloud 0.20.1
> > > > >
> > > > > Vote will be open until January 20th, 2016 (or longer, if needed).
> > > > >
> > > > > (bugfix contributors have been BCC'd).
> > > > >
> > > > > Thanks,
> > > > > Eric
> > > > >
> > > >
> > >
> >
>

Re: [dev] [VOTE] Release Apache Libcloud 0.20.1

Posted by Eric Johnson <er...@google.com.INVALID>.
Ok, CHANGES.rst fixed.

New v0.20.1-tentative tag updated to
87deb04498ea8bb5068e362810c3d2ab89359b48

Release artifacts re-generated and uploaded to
http://home.apache.org/~erjohnso/libcloud/


On Fri, Jan 15, 2016 at 11:13 AM, Tomaz Muraus <to...@apache.org> wrote:

> I believe so, yeah.
>
> Please also make sure the underline matches the title length (0.20.0 didn't
> have that, but it's fixed in trunk and we now have strict checking
> enabled).
>
> On Fri, Jan 15, 2016 at 8:10 PM, Eric Johnson <erjohnso@google.com.invalid
> >
> wrote:
>
> > Good catch!
> >
> > While cherry-picking, the only commit I applied that had a changelog
> entry
> > was for LIBCLOUD-785. As such, does this look OK for the revised changes
> > file?
> >
> > diff --git a/CHANGES.rst b/CHANGES.rst
> > index 250869c..866962d 100644
> > --- a/CHANGES.rst
> > +++ b/CHANGES.rst
> > @@ -1,6 +1,16 @@
> >  Changelog
> >  =========
> >
> > +Changes with Apache Libcloud 0.20.1
> > +-----------------------------------
> > +
> > +Compute
> > +~~~~~~~
> > +
> > +- [google] Allow for old and new style service account client email
> > address
> > +  (LIBCLOUD-785)
> > +  [Hoang Phan]
> > +
> >  Changes with Apache Libcloud 0.20.0
> >  -------------------------------------------
> >
> > @@ -30,10 +40,6 @@ General
> >  Compute
> >  ~~~~~~~
> >
> > -- [google] Allow for old and new style service account client email
> > address
> > -  (LIBCLOUD-785)
> > -  [Hoang Phan]
> > -
> >  - Removed DreamHosts Compute Driver, DreamHosts users will now use the
> > OpenStack Node driver since DreamHosts are OpenStack
> >    API compliant
> >    (GITHUB-655)
> >
> >
> >
> >
> > On Fri, Jan 15, 2016 at 10:59 AM, Tomaz Muraus <to...@apache.org> wrote:
> >
> > > Just noticed CHANGES.rst was not updated.
> > >
> > > Need to add new section for 0.20.1 and shuffle corresponding changelog
> > > entries around.
> > >
> > > When that's done you should re-tag it.
> > >
> > > On Fri, Jan 15, 2016 at 5:07 PM, Eric Johnson <er...@apache.org>
> > wrote:
> > >
> > > > This is a voting thread for Libcloud 0.20.1.
> > > >
> > > > This is a bugfix release. It consists of the following cherry-picked
> > > > changes in trunk applied to the 0.20.0 release (
> > > > 4087f45504f7c3bbd0f389420e9ecbdedf93ded9):
> > > >
> > > > 88170f6582dd6cc3bce87c0ab3a89118551fe508
> > > >   - Allow for old and new style service account client email address
> > > (Jira
> > > > #785)
> > > >
> > > > 4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
> > > >   - Fix syntax error for DimensionDataStatus object (github #662)
> > > >
> > > > 2e036dae4a41b59009eb2205df4d3f1ec03beee2
> > > >   - Fixed bug in public IP addition command (github #661)
> > > >
> > > > f755d5597793bc8f3109f09e6b39c4ace2d740bf
> > > >   - Fixed error when proxy_url is None
> > > >
> > > > 3e85cf1591c9ccb07ec779ccb6a589e56534799d
> > > >   - Use hasattr rather than getattr to check for existence (github
> > #659)
> > > >
> > > > New 0.20.1 branch and -tentative tag are committed and can be found
> at
> > > >
> > > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=shortlog;h=refs/heads/0.20.1
> > > > .
> > > >
> > > > Release artifacts can be found at
> > > > http://home.apache.org/~erjohnso/libcloud/
> > > > .
> > > >
> > > > Note that KEYS file can found at
> > > > https://dist.apache.org/repos/dist/release/libcloud/KEYS
> > > >
> > > > Please test the release and post your votes.
> > > >
> > > > +/- 1
> > > > [  ]  Release Apache Libcloud 0.20.1
> > > >
> > > > Vote will be open until January 20th, 2016 (or longer, if needed).
> > > >
> > > > (bugfix contributors have been BCC'd).
> > > >
> > > > Thanks,
> > > > Eric
> > > >
> > >
> >
>

Re: [dev] [VOTE] Release Apache Libcloud 0.20.1

Posted by Tomaz Muraus <to...@apache.org>.
I believe so, yeah.

Please also make sure the underline matches the title length (0.20.0 didn't
have that, but it's fixed in trunk and we now have strict checking enabled).

On Fri, Jan 15, 2016 at 8:10 PM, Eric Johnson <er...@google.com.invalid>
wrote:

> Good catch!
>
> While cherry-picking, the only commit I applied that had a changelog entry
> was for LIBCLOUD-785. As such, does this look OK for the revised changes
> file?
>
> diff --git a/CHANGES.rst b/CHANGES.rst
> index 250869c..866962d 100644
> --- a/CHANGES.rst
> +++ b/CHANGES.rst
> @@ -1,6 +1,16 @@
>  Changelog
>  =========
>
> +Changes with Apache Libcloud 0.20.1
> +-----------------------------------
> +
> +Compute
> +~~~~~~~
> +
> +- [google] Allow for old and new style service account client email
> address
> +  (LIBCLOUD-785)
> +  [Hoang Phan]
> +
>  Changes with Apache Libcloud 0.20.0
>  -------------------------------------------
>
> @@ -30,10 +40,6 @@ General
>  Compute
>  ~~~~~~~
>
> -- [google] Allow for old and new style service account client email
> address
> -  (LIBCLOUD-785)
> -  [Hoang Phan]
> -
>  - Removed DreamHosts Compute Driver, DreamHosts users will now use the
> OpenStack Node driver since DreamHosts are OpenStack
>    API compliant
>    (GITHUB-655)
>
>
>
>
> On Fri, Jan 15, 2016 at 10:59 AM, Tomaz Muraus <to...@apache.org> wrote:
>
> > Just noticed CHANGES.rst was not updated.
> >
> > Need to add new section for 0.20.1 and shuffle corresponding changelog
> > entries around.
> >
> > When that's done you should re-tag it.
> >
> > On Fri, Jan 15, 2016 at 5:07 PM, Eric Johnson <er...@apache.org>
> wrote:
> >
> > > This is a voting thread for Libcloud 0.20.1.
> > >
> > > This is a bugfix release. It consists of the following cherry-picked
> > > changes in trunk applied to the 0.20.0 release (
> > > 4087f45504f7c3bbd0f389420e9ecbdedf93ded9):
> > >
> > > 88170f6582dd6cc3bce87c0ab3a89118551fe508
> > >   - Allow for old and new style service account client email address
> > (Jira
> > > #785)
> > >
> > > 4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
> > >   - Fix syntax error for DimensionDataStatus object (github #662)
> > >
> > > 2e036dae4a41b59009eb2205df4d3f1ec03beee2
> > >   - Fixed bug in public IP addition command (github #661)
> > >
> > > f755d5597793bc8f3109f09e6b39c4ace2d740bf
> > >   - Fixed error when proxy_url is None
> > >
> > > 3e85cf1591c9ccb07ec779ccb6a589e56534799d
> > >   - Use hasattr rather than getattr to check for existence (github
> #659)
> > >
> > > New 0.20.1 branch and -tentative tag are committed and can be found at
> > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=shortlog;h=refs/heads/0.20.1
> > > .
> > >
> > > Release artifacts can be found at
> > > http://home.apache.org/~erjohnso/libcloud/
> > > .
> > >
> > > Note that KEYS file can found at
> > > https://dist.apache.org/repos/dist/release/libcloud/KEYS
> > >
> > > Please test the release and post your votes.
> > >
> > > +/- 1
> > > [  ]  Release Apache Libcloud 0.20.1
> > >
> > > Vote will be open until January 20th, 2016 (or longer, if needed).
> > >
> > > (bugfix contributors have been BCC'd).
> > >
> > > Thanks,
> > > Eric
> > >
> >
>

Re: [dev] [VOTE] Release Apache Libcloud 0.20.1

Posted by Eric Johnson <er...@google.com.INVALID>.
Good catch!

While cherry-picking, the only commit I applied that had a changelog entry
was for LIBCLOUD-785. As such, does this look OK for the revised changes
file?

diff --git a/CHANGES.rst b/CHANGES.rst
index 250869c..866962d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,16 @@
 Changelog
 =========

+Changes with Apache Libcloud 0.20.1
+-----------------------------------
+
+Compute
+~~~~~~~
+
+- [google] Allow for old and new style service account client email address
+  (LIBCLOUD-785)
+  [Hoang Phan]
+
 Changes with Apache Libcloud 0.20.0
 -------------------------------------------

@@ -30,10 +40,6 @@ General
 Compute
 ~~~~~~~

-- [google] Allow for old and new style service account client email address
-  (LIBCLOUD-785)
-  [Hoang Phan]
-
 - Removed DreamHosts Compute Driver, DreamHosts users will now use the
OpenStack Node driver since DreamHosts are OpenStack
   API compliant
   (GITHUB-655)




On Fri, Jan 15, 2016 at 10:59 AM, Tomaz Muraus <to...@apache.org> wrote:

> Just noticed CHANGES.rst was not updated.
>
> Need to add new section for 0.20.1 and shuffle corresponding changelog
> entries around.
>
> When that's done you should re-tag it.
>
> On Fri, Jan 15, 2016 at 5:07 PM, Eric Johnson <er...@apache.org> wrote:
>
> > This is a voting thread for Libcloud 0.20.1.
> >
> > This is a bugfix release. It consists of the following cherry-picked
> > changes in trunk applied to the 0.20.0 release (
> > 4087f45504f7c3bbd0f389420e9ecbdedf93ded9):
> >
> > 88170f6582dd6cc3bce87c0ab3a89118551fe508
> >   - Allow for old and new style service account client email address
> (Jira
> > #785)
> >
> > 4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
> >   - Fix syntax error for DimensionDataStatus object (github #662)
> >
> > 2e036dae4a41b59009eb2205df4d3f1ec03beee2
> >   - Fixed bug in public IP addition command (github #661)
> >
> > f755d5597793bc8f3109f09e6b39c4ace2d740bf
> >   - Fixed error when proxy_url is None
> >
> > 3e85cf1591c9ccb07ec779ccb6a589e56534799d
> >   - Use hasattr rather than getattr to check for existence (github #659)
> >
> > New 0.20.1 branch and -tentative tag are committed and can be found at
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=shortlog;h=refs/heads/0.20.1
> > .
> >
> > Release artifacts can be found at
> > http://home.apache.org/~erjohnso/libcloud/
> > .
> >
> > Note that KEYS file can found at
> > https://dist.apache.org/repos/dist/release/libcloud/KEYS
> >
> > Please test the release and post your votes.
> >
> > +/- 1
> > [  ]  Release Apache Libcloud 0.20.1
> >
> > Vote will be open until January 20th, 2016 (or longer, if needed).
> >
> > (bugfix contributors have been BCC'd).
> >
> > Thanks,
> > Eric
> >
>

Re: [dev] [VOTE] Release Apache Libcloud 0.20.1

Posted by Tomaz Muraus <to...@apache.org>.
Besides that, I diffed it against v0.20.0 and ran the tests and everything
looks OK.

I will re-test it and cast my vote once changelog is updated and release
artifacts are re-generated.

On Fri, Jan 15, 2016 at 7:59 PM, Tomaz Muraus <to...@apache.org> wrote:

> Just noticed CHANGES.rst was not updated.
>
> Need to add new section for 0.20.1 and shuffle corresponding changelog
> entries around.
>
> When that's done you should re-tag it.
>
> On Fri, Jan 15, 2016 at 5:07 PM, Eric Johnson <er...@apache.org> wrote:
>
>> This is a voting thread for Libcloud 0.20.1.
>>
>> This is a bugfix release. It consists of the following cherry-picked
>> changes in trunk applied to the 0.20.0 release (
>> 4087f45504f7c3bbd0f389420e9ecbdedf93ded9):
>>
>> 88170f6582dd6cc3bce87c0ab3a89118551fe508
>>   - Allow for old and new style service account client email address (Jira
>> #785)
>>
>> 4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
>>   - Fix syntax error for DimensionDataStatus object (github #662)
>>
>> 2e036dae4a41b59009eb2205df4d3f1ec03beee2
>>   - Fixed bug in public IP addition command (github #661)
>>
>> f755d5597793bc8f3109f09e6b39c4ace2d740bf
>>   - Fixed error when proxy_url is None
>>
>> 3e85cf1591c9ccb07ec779ccb6a589e56534799d
>>   - Use hasattr rather than getattr to check for existence (github #659)
>>
>> New 0.20.1 branch and -tentative tag are committed and can be found at
>>
>> https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=shortlog;h=refs/heads/0.20.1
>> .
>>
>> Release artifacts can be found at
>> http://home.apache.org/~erjohnso/libcloud/
>> .
>>
>> Note that KEYS file can found at
>> https://dist.apache.org/repos/dist/release/libcloud/KEYS
>>
>> Please test the release and post your votes.
>>
>> +/- 1
>> [  ]  Release Apache Libcloud 0.20.1
>>
>> Vote will be open until January 20th, 2016 (or longer, if needed).
>>
>> (bugfix contributors have been BCC'd).
>>
>> Thanks,
>> Eric
>>
>
>

Re: [dev] [VOTE] Release Apache Libcloud 0.20.1

Posted by Tomaz Muraus <to...@apache.org>.
Just noticed CHANGES.rst was not updated.

Need to add new section for 0.20.1 and shuffle corresponding changelog
entries around.

When that's done you should re-tag it.

On Fri, Jan 15, 2016 at 5:07 PM, Eric Johnson <er...@apache.org> wrote:

> This is a voting thread for Libcloud 0.20.1.
>
> This is a bugfix release. It consists of the following cherry-picked
> changes in trunk applied to the 0.20.0 release (
> 4087f45504f7c3bbd0f389420e9ecbdedf93ded9):
>
> 88170f6582dd6cc3bce87c0ab3a89118551fe508
>   - Allow for old and new style service account client email address (Jira
> #785)
>
> 4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
>   - Fix syntax error for DimensionDataStatus object (github #662)
>
> 2e036dae4a41b59009eb2205df4d3f1ec03beee2
>   - Fixed bug in public IP addition command (github #661)
>
> f755d5597793bc8f3109f09e6b39c4ace2d740bf
>   - Fixed error when proxy_url is None
>
> 3e85cf1591c9ccb07ec779ccb6a589e56534799d
>   - Use hasattr rather than getattr to check for existence (github #659)
>
> New 0.20.1 branch and -tentative tag are committed and can be found at
>
> https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=shortlog;h=refs/heads/0.20.1
> .
>
> Release artifacts can be found at
> http://home.apache.org/~erjohnso/libcloud/
> .
>
> Note that KEYS file can found at
> https://dist.apache.org/repos/dist/release/libcloud/KEYS
>
> Please test the release and post your votes.
>
> +/- 1
> [  ]  Release Apache Libcloud 0.20.1
>
> Vote will be open until January 20th, 2016 (or longer, if needed).
>
> (bugfix contributors have been BCC'd).
>
> Thanks,
> Eric
>