Project

General

Profile

Release Notes » History » Version 8

Ohad Levy, 01/14/2013 04:01 AM

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