~smoser/ubuntu/precise/juju-core/cloud-tools

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
juju-core (1.13.1-0ubuntu1) saucy; urgency=low

  Compatibility with juju < 1.11
  ------------------------------

  juju-core is now the default juju implementation and is the focus
  of feature development upstream.

  Right now there is no upgrade path for environments created with juju
  0.7 to juju >= 1.11; if you need to interact with juju environments
  created with < juju 1.11 then you can switch back to the older juju
  client implementation using:

    sudo update-alternatives --set juju /usr/lib/juju-0.7/bin/juju

  Please note that you will need to install the juju-0.7 package for this
  to work correctly.

  Upgrading 1.11.x environments to 1.13.x
  ---------------------------------------

  To upgrade juju environments from 1.11.x to 1.13.x you must step through
  the 1.12.x stable release first:

    juju upgrade-juju --version 1.12.0

  Future versions of juju will handle this automatically. For full technical
  details on why this is required please see:

    https://lists.ubuntu.com/archives/juju-dev/2013-August/001333.html

 -- James Page <james.page@ubuntu.com>  Tue, 20 Aug 2013 09:08:22 +0100

juju-core (1.11.3-0ubuntu1) saucy; urgency=low

  juju-core now features a local provider, supporting rapid development
  of Juju charms using LXC containers.  A local juju environment must
  be bootstrapped and destroyed using sudo:

    sudo juju bootstrap
    sudo juju destroy-environment

  All other commands can be run without sudo.  Local provider environments
  should also survive machine reboots.

 -- James Page <james.page@ubuntu.com>  Mon, 22 Jul 2013 10:01:32 +0100