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