Re: Charm layer index now on GitHub

2017-09-08 Thread Tim Van Steenburgh
Fantastic, this is a great change - well done! On Fri, Sep 8, 2017 at 2:39 PM, Cory Johns wrote: > Greetings, > > Today we migrated the index of base and interface layers used to build > charms over to the GitHub repository https://github.com/juju/layer-index. > Hosting the index in GitHub provi

Re: Charm snap is now strictly confined

2017-09-08 Thread Tim Van Steenburgh
On Fri, Sep 8, 2017 at 2:44 PM, Tom Barber wrote: > good effort devs! > +1, thanks Cory. > > On 8 Sep 2017 7:42 pm, "Cory Johns" wrote: > >> Greetings, >> >> I just wanted to make a quick announcement that the charm snap is now >> strictly confined on the stable channel (rev 17). This fixes

Re: We are excited to announce the release of Juju 2.2.3!

2017-09-08 Thread Tim Van Steenburgh
The new bundle stuff is very useful, thanks Juju devs! On Fri, Sep 8, 2017 at 3:43 AM, Burton Swan wrote: > ## New and Improved > > * The remove-machine command has a --keep-instance flag which allows the > cloud instance to be left running when the machine is removed from the Juju > model > > *

[ANN] Updated Python Juju Client

2016-11-01 Thread Tim Van Steenburgh
Hi everyone, We've been working on a new python client for Juju. It's still in development, but we wanted to share the first bits to illicit feedback: https://github.com/juju/python-libjuju Features of this library include: * fully asynchronous - uses asyncio and async/await features of python