Project

General

Profile

Release Notes » History » Version 10

Sam Kottler, 01/25/2013 05:03 PM

1 1 Paul Kelly
h1. Release Notes
2
3 9 Dominic Cleal
h3. Release notes for 1.1RC3
4
5
h4. General
6
7
* Only create pid file directory when daemonized
8
9 10 Sam Kottler
h4. Puppet
10
11
* Load Puppet 3 app default when in master mode
12
13 9 Dominic Cleal
h4. DHCP
14
15
* Fix exception when DHCP config not found
16
17
h4. Puppet
18
19
* Fixes to interpolation of $confdir in modulepaths
20
* Logs warning when environments not found in puppet.conf
21
* Fix Puppet 3 initialization, resolves issue with one class not being imported
22
23 4 Sam Kottler
h3. Release notes for 1.1RC2
24
25
h4. Infrastructure
26
27
* Fix running tests on 1.8 and 1.9
28
29 7 Dominic Cleal
h4. Puppet
30 4 Sam Kottler
31
* Proxy should return nil values for parameters with a function call
32
33
h3. Release notes for 1.1RC1
34
35
The 1.1 release brings support for BMC/IPMI management and support for importing classes and environments from masters running Puppet 3.
36
37
h4. Infrastructure
38
39
* Added a rackup configuration file
40 6 Dominic Cleal
* Set umask properly to prevent world writable files (CVE-2012-5477)
41 4 Sam Kottler
* Create the PID parent directory if it doesn't exist
42
* Remove dependency on net-ping gem
43
44
h4. Puppet
45
46
* Export arguments of parameterized classes when loading classes
47
* Add REST interface for facts that are known from the proxy
48
* Fix class import with Puppet 2.7.19
49
* Load the puppet binary from the proper location when using 3.0+
50
* Use /etc/puppet/puppet.conf by default
51
52 5 Sam Kottler
h4. PuppetCA
53 4 Sam Kottler
54
* Fix certificate exit code assertion with 2.7.19
55
56
h4. BMC
57
58
* Added BMC & IPMI support to the proxy (not yet integrated with Foreman core)
59
60
h4. DHCP
61
62 8 Ohad Levy
* Changed the way IP addresses are offered, we now remember the last suggested ip address, and do not use it unless other options exusted.
63
This is required to ensure that no hosts/interfaces will be given the same ip address.
64 4 Sam Kottler
65
h4. Other
66
67
* Test cleanup using the helper
68
69 3 Ohad Levy
h3. Release notes for 1.0
70
71
* Added support for Ruby 1.9x
72
73
h4. DHCP
74
75
* now supports ISC dhcp include files.
76
77
h4. PuppetCA
78
79
* add support puppet >= 2.7.18
80
81
h4. DNS
82
83
* added support for IPV6 PTR records
84
85
h4. Puppet
86
87
* Support puppet dynamic environments 
88
89
e.g. when using $environment in your modulepath are now parsed and reported correctly.
90
91
* retrieve puppet environments and classes via the [[API]]
92
93
94
95 1 Paul Kelly
h3. Release notes for 0.2
96
97
This is primarily a bug-fix release but there are some limited changes in functionality.
98
99 2 Ohad Levy
h4. PuppetCA
100 1 Paul Kelly
101 2 Ohad Levy
* An API for Puppet Certificate listing and signing is provided.
102
* An API for Autosign editing is provided.
103
* Puppet Certificate revocation is handled properly.
104 1 Paul Kelly
105 2 Ohad Levy
h4. TFTP
106 1 Paul Kelly
107 2 Ohad Levy
* A host's tftp server is retrieved from the host's DHCP smart-proxy.
108
* Added support for different variants of the PXE boot process. This release can support Solaris PXEGrub manipulation.
109
* Boot file downloading is more robust.
110 1 Paul Kelly
111 2 Ohad Levy
h4. DHCP
112 1 Paul Kelly
113 2 Ohad Levy
* Access to the DHCP server via omshell uses the secret key facility.
114
* Microsoft 64bit detection was fixed.
115 1 Paul Kelly
116 2 Ohad Levy
h4. General
117 1 Paul Kelly
118 2 Ohad Levy
* Better support for older ruby versions.
119
* Debian packaging has been revised.
120
* rake now supports a target *mail_patches* that automates developer's patch generation and submission to the foreman-dev group.
121
* Runs the smart-proxy process under the smart-proxy account and group.
122
* The smart-proxy API provides a *Version* call.
123
* Better error messages throughout.
124
* Smart-proxy return NOTFOUND errors when a resource is missing. This kind of failure is then handled correctly, in Foreman.