Yeah, we have two options: 1. Release all the changes in trunk as 0.18.1. Most of the unreleased changes in trunk right now are bug-fixes and small new features so it's OK to release it as 0.18.1.
2. Create a new 0.18.1 release branch based of v0.18.0 branch and just cherry pick the commit(s) you want to include in that release there. I prefer option 1. Eric - I believe your key is already in the KEYS file so you can start working on a release. Both Sebastien and I can lend a hand if needed... On Tue, Sep 22, 2015 at 11:58 AM, Sebastien Goasguen <[email protected]> wrote: > > > On Sep 21, 2015, at 10:59 PM, Eric Johnson <[email protected]> > wrote: > > > > Hi folks, > > > > On the off chance we're collecting a set of issues for 0.18.1, I wanted > to > > add another to the list. > > > > Looks like Google is deprecating their 'v1beta1' DNS API this Friday. > > Thanks to a colleague for noticing and sending in a PR, I just merged > #583 > > <https://github.com/apache/libcloud/pull/583> to move the driver over to > > 'v1'. Trivial change and it's a shame I didn't pick up on this earlier. > > > > This is also a heads-up in case you hear of users running into broken > > Google DNS driver after Friday. > > > > Cheers, Eric > Hi Eric, > > We don’t really collect issues for a release. As long as you updated the > CHANGES file with the PR you merged it’s there. > we can decide to release at any time if you think it important for users. > > -seb
