forked from puppetlabs/puppetlabs-f5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
63 lines (46 loc) · 1.99 KB
/
CHANGELOG
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
##2014-07-29 - Release 0.6.2
###Summary
This release improves the error handling for f5_virtualserver{}.
##2014-07-29 - Release 0.6.1
###Summary
This release fixes the validation for f5_node{} to allow _'s in the name.
##2014-07-24 - Release 0.6.0
###Summary
This release fixes a couple of minor bugs, makes sure addresses is able to
be managed within nodes, and adds two new providers to manage vlans and self
ip.
Big thanks to Drew Blessing for his work on those!
##2014-07-15 - Release 0.5.2
###Summary
Released with a changed metadata.json to allow the module to be upgraded or
uninstalled.
##2014-05-16 - Release 0.5.1
###Summary
Released with just metadata changes to make it easier to find on the forge.
##2014-05-14 - Release 0.5.0
###Summary
This module has been almost completely rewritten internally to use Savon
for SOAP calls. There have been significant changes to every single provider.
0.3.1 2012-02-14 Nan Liu <[email protected]>
* f5_external_class supports refresh of external data.
* Fix bug with f5_virtualserver profile_persistence attribute.
0.3.0 2012-01-30 Nan Liu <[email protected]>
* Add F5 file type/provider support.
* Add F5 profilepersistence type/provider support.
* Add F5 datagroup string_class, external_class support.
* Add spec tests for most f5 types.
* Fix bug with f5 key/certificates where key/cert are bundled in same PEM.
* Fix bug with f5 cert bundles.
* Fix some facts value that were inaccessible.
* Fix F5_profileclientssl iniitialzing f5 device during compilation.
* Update f5::config define type and template to support partition.
* Updatd type documentation to match iControl API documentation.
0.2.0 2011-10-20 Nan Liu <[email protected]>
* Add F5 partition support.
* Add F5 monitor type/provider support.
* Add contributor documentation.
* Expand F5 virtual server type attributes.
* Improve F5 virtual server provider behavior.
* Change F5 pool monitor_association to a hash instead of array.
0.1.0 2011-9-15 Nan Liu <[email protected]>
* Initial release.