Re: New jujucharms.com released -- upgrade to Juju 2.0-beta16 required

2016-08-31 Thread Brad Crittenden

> On Aug 31, 2016, at 09:14 , Marco Ceppi  wrote:
> 
> What happened to the charms that were in development channel? Are they now in 
> edge?
> 
> Marco


Yes, they were migrated to edge.

—bac


> 
> 
> On Wed, Aug 31, 2016, 9:06 AM Brad Crittenden  wrote:
> The new version of the charmstore provides support for four channels (edge, 
> beta, candidate, stable). The development channel is now dropped.
> 
> The versions of Juju 2.0 prior to beta 16 only recognized the development and 
> stable channels.
> 
> So if you are using Juju 2.0 it is necessary that you upgrade to beta 16 now.
> 
> More information is available at this blog post:
> 
> https://blog.jujugui.org/2016/08/30/jujucharms-com-updated-with-new-channel-support/
> 
> Best,
> 
> Brad Crittenden
> 
> --
> Juju-dev mailing list
> Juju-dev@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/juju-dev


-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


New jujucharms.com released -- upgrade to Juju 2.0-beta16 required

2016-08-31 Thread Brad Crittenden
The new version of the charmstore provides support for four channels (edge, 
beta, candidate, stable). The development channel is now dropped.

The versions of Juju 2.0 prior to beta 16 only recognized the development and 
stable channels.

So if you are using Juju 2.0 it is necessary that you upgrade to beta 16 now.

More information is available at this blog post:

https://blog.jujugui.org/2016/08/30/jujucharms-com-updated-with-new-channel-support/

Best,

Brad Crittenden



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: Juju should be built with go 1.6

2016-08-22 Thread Brad Crittenden

> On Aug 22, 2016, at 13:11 , Nate Finch  wrote:
> 
> 
> // This line intentionally does not compile.  This file will only be compiled 
> if
> // you are compiling with a version of Go that is lower than the one we 
> support.
> var requiredGoVersion = This_project_requires_Go_1_6
> 
> 
> If this file is compiled on a version of go that is 1.6 or higher, it'll get 
> excluded from the build, and all will be well. If you compile it on a version 
> of go that is lower than 1.6, you'll get an error like this:
> ./version_canary.go:10: undefined: This_project_requires_Go_1_6
> This is (hopefully) a much clearer error message than something like this:
> ../utils/tls.go:24: undefined: tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
> (which is the error message we used to get if we compiled with an earlier 
> version of go).

Thanks for this Nate. I got caught by this last week when setting up a CI 
machine and it took me a while to figure out.

—Brad


-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: A new development release of Juju, 2.0-beta15, is here!

2016-08-12 Thread Brad Crittenden

> On Aug 11, 2016, at 20:05 , Nicholas Skaggs  
> wrote:
> 
> A new development release of Juju, 2.0-beta15, is here!

Juju 2.0 beta 15 has some changes that are incompatible with the previous 
version of the Juju GUI (v 2.1.8).

We have released v 2.1.10 and it is available at 
https://github.com/juju/juju-gui/releases/tag/2.1.10

You can use the GUI with beta 15 by downloading the tar.bz2 from the above 
location and updating your Juju controller.  Assuming you’ve downloaded the GUI 
tarball to your current directory, use the following command:

juju update-gui jujugui-2.1.10.tar.bz2

Best,

Brad Crittenden


signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev