File tree 2 files changed +45
-12
lines changed
2 files changed +45
-12
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,17 @@ files to define the state a server needs to be in.
14
14
Between the remote execution system, and state management Salt addresses the
15
15
backbone of cloud and data center management.
16
16
17
+ News
18
+ ----
17
19
18
- Getting Started
19
- ===============
20
-
21
- A number of resources are available to get going with Salt.
22
-
23
- Quick Start
24
- -----------
20
+ 0.8.9 released!
25
21
26
- If you want to get set up quickly and try out Salt, follow the tutorial.
22
+ Release announcement:
27
23
28
24
.. toctree ::
29
25
:maxdepth: 1
30
26
31
- topics/tutorial
27
+ topics/releases/0.8.9
32
28
33
29
Download
34
30
--------
@@ -37,9 +33,24 @@ Salt can be downloaded from the github download page:
37
33
38
34
https://github.com/thatch45/salt/downloads
39
35
40
- The latest Salt is 0.8.8:
36
+ The latest Salt is 0.8.9:
37
+
38
+ https://github.com/downloads/thatch45/salt/salt-0.8.9.tar.gz
39
+
40
+ Getting Started
41
+ ===============
42
+
43
+ A number of resources are available to get going with Salt.
44
+
45
+ Quick Start
46
+ -----------
47
+
48
+ If you want to get set up quickly and try out Salt, follow the tutorial.
49
+
50
+ .. toctree ::
51
+ :maxdepth: 1
41
52
42
- https://github.com/downloads/thatch45/salt/salt-0.8.8.tar.gz
53
+ topics/tutorial
43
54
44
55
Salt in Depth
45
56
=============
Original file line number Diff line number Diff line change 1
1
========================
2
- Salt 0.8.9 release notes
2
+ Salt 0.8.9 Release Notes
3
3
========================
4
4
5
5
Salt 0.8.9 has finally arrived! Unfortunately this is much later than I had
@@ -14,6 +14,28 @@ Also, I have filled out the documentation a great deal. So information on
14
14
States is properly documented, and much of the documentation that was out of
15
15
date has been filled in.
16
16
17
+ Download!
18
+ ---------
19
+
20
+ The Salt source can be downloaded from the salt github site:
21
+
22
+ https://github.com/downloads/thatch45/salt/salt-0.8.9.tar.gz
23
+
24
+ Or from PiPy:
25
+
26
+ http://pypi.python.org/packages/source/s/salt/salt-0.8.9.tar.gz
27
+
28
+ Here s the md5sum:
29
+
30
+ 7d5aca4633bc22f59045f59e82f43b56
31
+
32
+ For instructions on how to set up Salt please see the tutorial
33
+
34
+ .. toctree ::
35
+ :maxdepth: 1
36
+
37
+ ../tutorial
38
+
17
39
New Features
18
40
------------
19
41
You can’t perform that action at this time.
0 commit comments