Re: Use case for: min-version

2015-08-11 Thread Stuart Bishop
On 11 August 2015 at 03:32, Matt Bruzek matthew.bru...@canonical.com wrote: We wrote a charm that needed election logic, so we used the new Juju feature is_leader. A user was interested in using a bundle that contained this charm and it failed on them. It was hard to track down the cause of

Juju stable 1.24.5 is proposed

2015-08-11 Thread Curtis Hovey-Canonical
# juju-core 1.24.5 A new proposed stable release of Juju, juju-core 1.24.5, is now available. This release may replace version 1.24.4 on Monday August 17. ## Getting Juju juju-core 1.24.5 is available for Wily and backported to earlier series in the following PPA:

Re: Use case for: min-version

2015-08-11 Thread Jeff Pihach
Version checking for features can be dangerous because a commands output or availability may change in the future and now your charm also needs a max-version, or version-range etc. A more robust solution could be something along the lines of a feature-supported query which would return whether

Preparing for Go 1.5

2015-08-11 Thread Michael Hudson-Doyle
Hi everyone, We're hoping to upload Go 1.5 (maybe rc1 or maybe the release if it happens in time) to wily soon -- before feature freeze on the 20th. I'm not expecting any great disruption for Juju, as Dave's been testing Juju with Go 1.5 tip for a while, but I thought you should know. One thing

Recent test repeatability issue in cmd/juju/commands/status_test.go

2015-08-11 Thread Casey Canonical Marshall
Noticed some intermittent test failures today when running tests on master branch (@a2ea824) on my laptop under heavy load. Tests seem to pass when the system is otherwise idle, leading me to suspect a timing/scheduling-related issue. Here's an example I captured: