forked from voxpupuli/puppet-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
129 lines (85 loc) · 3.06 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
CHANGELOG
=========
0.5.0
-----
2013-05-21
This is a backwards compatible feature and bugfix release
* New defined type: network::bond, with Debian and Redhat backends
* New facts for current network configuration:
* network_public_ip
* network_nexthop_ip
* network_primary_interface
* network_primary_ip
* (network-#36) More strict selection of redhat network interface scripts
Thanks to Eric Sakowski, Wolf Noble, Vlastimil Holer, and Dan Fruehauf for
their contributions to this release.
0.4.1
-----
2013-08-17
This is a backwards compatible bugfix release
* Update Modulefile dependency for adrien/boolean to >= 1.0.0
0.4.0
-----
2013-03-22
This is a backwards compatible feature release
* New provider for network_route: redhat
* Module built with sane umask (0022); permissions should just work
Thanks to Eric Sakowski for implementing the redhat network_route provider
0.3.0
-----
2013-01-23
This is a backwards compatible bugfix and maintenance release.
* New type: network_route
* Debian provider for network_route
* Better behavior of boolean properties in network_config
* (network-#18) Support multiple options for debian network_config
Build status is now available at https://travis-ci.org/adrienthebo/puppet-network
Thanks:
* Patrick Otto for the network_route type and Debian provider
* Robert Starmer for testing, debugging, and documentation
* Wolf Noble for insight and encouragement all along the way
0.2.0
-----
2012-12-30
This is a backwards compatible bugfix and maintenance release.
* (network-#15) Add hotpluggable feature for redhat
* (network-#13) normalize boolean values
* (network-#13) patch inet flapping behavior in redhat
* (network-#1) Add :reconfigurable parameter
* (network-#2) Add :provider_options feature
0.1.1
-----
2012-12-06
This is a backwards compatible metadata fix and maintenance update.
* (network-#14) Fix specs for Ruby 1.9.3
* Add Gemfile
* (maint) DRY up specs
* Restrict filemapper dependency to 1.0.x. 1.1.x will go into RC shortly
and the puppet module tool will install prereleases so for the sake of
safety I'm restricting the dependency here.
0.1.0
-----
2012-12-04
This is a backwards incompatible bugfix and feature release. It might work
work with un-updated code but no guarantees are made.
* Added a `hotplug` feature to the network_config type
* Implemented the `hotplug` feature for osfamily => Debian
* Added an alias from none to static for redhat users
0.0.4
-----
This is a backwards compatible maintenance release.
* Munge onboot and method parameters for redhat provider.
* Automatically quote and unquote redhat values as needed
0.0.3
-----
This is a backwards compatible maintenance release.
* Use non-greedy regex when matching redhat keys
* Update redhat provider to respect current API implementation of filemapper
* Add test coverage to redhat provider
0.0.2
-----
This is a backwards compatible maintenance release.
* Remove bugs from interfaces provider stemming from old isomorphism behavior.
0.0.1
-----
Initial release.