python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 387 forks source link

Request for 2.3.0 release #415

Closed toddpalino closed 7 years ago

toddpalino commented 7 years ago

Would it be possible to cut a new release from master (potentially 2.3.0)? There have been a lot of updates since the last release, which was 1.5 years ago, that are only in master. Many of us use released versions only and not being able to pick up these updates is problematic.

norrs commented 7 years ago

Would love a release to test this particular fix: https://github.com/python-zk/kazoo/pull/393 EDIT: People can temporary test master by editing requirements.txt if they use such a file: -e git+git://github.com/python-zk/kazoo@c67f3468285a9fd5f9479859dfb1aeb528f3c86e#egg=kazoo . Works for us for now since we're running our software in contained containers. But would love to see a release!

toddpalino commented 7 years ago

@harlowja, any possibility of this? Or are there blockers that can be worked on?

harlowja commented 7 years ago

Seems like it should be ok with me; though I do need to double check.

Any objections from @bbangert @hannosch @rgs1 (or others)?

bbangert commented 7 years ago

Sounds fine to me.

toddpalino commented 7 years ago

Bump

harlowja commented 7 years ago

Beginning release.

toddpalino commented 7 years ago

Bump

norrs commented 7 years ago

Hm, I'm bumping this again.

Is there any other Contributors that are able to initiate the process of releasing this?

If there is anything holding back the release then it would be nice to see issues references to this issue so maybe we can help out with killings bugs before you are confident with releasing.

Thanks.

toddpalino commented 7 years ago

@harlowja or @bbangert, can we please get a release cut for this?

bbangert commented 7 years ago

Sure, I'll cut a release on Tuesday (Monday is holiday here), and I'd prefer not to cut a release on Friday afternoon just in case any emergency bug releases are needed afterwards (it's been awhile since a release).

bbangert commented 7 years ago

Closing this as I'll be issuing the release shortly now that the PR's are cleaned up. Still reviewing and updating the changelog, should be out today or tomorrow!