Skip to content

Commit 59948b7

Browse files
author
Peter Matulis
committed
update install page and add release notes page
1 parent fd85791 commit 59948b7

File tree

3 files changed

+56
-8
lines changed

3 files changed

+56
-8
lines changed

src/en/reference-install.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Stable versions of Juju are available on Ubuntu, various other Linux
66
distributions, macOS, and Windows. Development releases are also available for
77
testing.
88

9-
## Version 2.5.1
9+
## Version 2.5.2
1010

11-
The most recent stable version of Juju is 2.5.1. This is the version we
11+
The most recent stable version of Juju is 2.5.2. This is the version we
1212
recommend for production use. See the [Release Notes][release-notes-2].
1313

1414
### Ubuntu
@@ -76,7 +76,7 @@ sudo snap install juju --classic
7676
In the advent that option `--classic` is not supported on your chosen
7777
distro, use the `--devmode` option.
7878

79-
For CentOS, download Juju and install it manually: [**juju-2.5.1-centos7.tar.gz**][juju-centos] ([md5][juju-centos-md5])
79+
For CentOS, download Juju and install it manually: [**juju-2.5.2-centos7.tar.gz**][juju-centos] ([md5][juju-centos-md5])
8080

8181
### macOS
8282

@@ -95,7 +95,7 @@ brew upgrade juju
9595

9696
### Windows
9797

98-
For Windows, an installer is available: [**juju-setup-2.5.1-signed.exe**][juju-win-signed] ([md5][juju-win-signed-md5])
98+
For Windows, an installer is available: [**juju-setup-2.5.2-signed.exe**][juju-win-signed] ([md5][juju-win-signed-md5])
9999

100100
## Development releases
101101

@@ -173,10 +173,10 @@ instructions on how to build Juju from source.
173173
[snapcraft-docs]: https://docs.snapcraft.io
174174
[snapd-install]: https://snapcraft.io/docs/core/install
175175
[juju-new-bug]: https://bugs.launchpad.net/juju/+filebug
176-
[juju-win-signed]: https://launchpad.net/juju/2.5/2.5.1/+download/juju-setup-2.5.1-signed.exe
177-
[juju-win-signed-md5]: https://launchpad.net/juju/2.5/2.5.1/+download/juju-setup-2.5.1-signed.exe/+md5
178-
[juju-centos]: https://launchpad.net/juju/2.5/2.5.1/+download/juju-2.5.1-centos7.tar.gz
179-
[juju-centos-md5]: https://launchpad.net/juju/2.5/2.5.1/+download/juju-2.5.1-centos7.tar.gz/+md5
176+
[juju-win-signed]: https://launchpad.net/juju/2.5/2.5.2/+download/juju-setup-2.5.2-signed.exe
177+
[juju-win-signed-md5]: https://launchpad.net/juju/2.5/2.5.2/+download/juju-setup-2.5.2-signed.exe/+md5
178+
[juju-centos]: https://launchpad.net/juju/2.5/2.5.2/+download/juju-2.5.2-centos7.tar.gz
179+
[juju-centos-md5]: https://launchpad.net/juju/2.5/2.5.2/+download/juju-2.5.2-centos7.tar.gz/+md5
180180
[juju-plugins]: ./juju-plugins.md
181181
[juju-coexist]: ./juju-coexist.md
182182
[juju-launchpad-binaries]: https://launchpad.net/juju/+series

src/en/reference-release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Title: Release Notes
44

55
This page maintains the Release Notes for the 2.4 and 2.5 series of Juju.
66

7+
- [2.5.2](release-notes-2.5.2.md)
78
- [2.5.1](release-notes-2.5.1.md)
89
- [2.5.0](release-notes-2.5.0.md)
910
- [2.4.7](release-notes-2.4.7.md)

src/en/release-notes-2.5.2.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
Title: 2.5.2 Release Notes
2+
3+
# 2.5.2 Release Notes
4+
5+
The Juju team is proud to release Juju 2.5.2!
6+
7+
This is a bugfix release of the current stable 2.5 version of Juju.
8+
9+
Important fixes:
10+
11+
- [LP #1813044](https://bugs.launchpad.net/juju/+bug/1813044) - 2.5.0: race condition when upgrading multiple charms in the same machine
12+
- [LP #1803247](https://bugs.launchpad.net/juju/+bug/1803247) - unable to determine if a model is a controller model
13+
- [LP #1814962](https://bugs.launchpad.net/juju/+bug/1814962) - juju run should allow specification of leader units like juju run-action
14+
- [LP #1815636](https://bugs.launchpad.net/juju/+bug/1815636) - container-inherit-properties=apt-primary,apt-security,apt-sources doesn't work on MAAS provider
15+
- [LP #1815154](https://bugs.launchpad.net/juju/+bug/1815154) - juju status as admin with non-default format fails on other users' models
16+
17+
For the full list of fixes and additions, see the
18+
[2.5.2 milestone](https://launchpad.net/juju/+milestone/2.5.2).
19+
20+
## Get Juju
21+
22+
The easiest way to install Juju is by using the `snap` package:
23+
24+
sudo snap install juju --classic
25+
26+
Those already using the 'stable' snap channel (the default as per the above
27+
command) should be upgraded automatically. Other packages are available for a
28+
variety of platforms (see the [install documentation][reference-install]).
29+
30+
## Feedback appreciated
31+
32+
Let us know how you're using Juju or of any questions you may have. You can
33+
join us on [Discourse][juju-discourse-forum], send us a message on Twitter
34+
(hashtag `#jujucharms`), or talk to us in the `#juju` IRC channel on
35+
freenode.
36+
37+
## More information
38+
39+
To learn more about Juju visit our home page at
40+
[https://jujucharms.com][upstream-juju].
41+
42+
43+
<!-- LINKS -->
44+
45+
[reference-install]: ./reference-install.md
46+
[juju-discourse-forum]: https://discourse.jujucharms.com/
47+
[upstream-juju]: https://jujucharms.com

0 commit comments

Comments
 (0)