Project

General

Profile

Release Notes » History » Version 2

Ohad Levy, 06/06/2011 10:44 AM

1 1 Paul Kelly
h1. Release Notes
2
3
h3. Release notes for 0.2
4
5
This is primarily a bug-fix release but there are some limited changes in functionality.
6
7 2 Ohad Levy
h4. PuppetCA
8 1 Paul Kelly
9 2 Ohad Levy
* An API for Puppet Certificate listing and signing is provided.
10
* An API for Autosign editing is provided.
11
* Puppet Certificate revocation is handled properly.
12 1 Paul Kelly
13 2 Ohad Levy
h4. TFTP
14 1 Paul Kelly
15 2 Ohad Levy
* A host's tftp server is retrieved from the host's DHCP smart-proxy.
16
* Added support for different variants of the PXE boot process. This release can support Solaris PXEGrub manipulation.
17
* Boot file downloading is more robust.
18 1 Paul Kelly
19 2 Ohad Levy
h4. DHCP
20 1 Paul Kelly
21 2 Ohad Levy
* Access to the DHCP server via omshell uses the secret key facility.
22
* Microsoft 64bit detection was fixed.
23 1 Paul Kelly
24 2 Ohad Levy
h4. General
25 1 Paul Kelly
26 2 Ohad Levy
* Better support for older ruby versions.
27
* Debian packaging has been revised.
28
* rake now supports a target *mail_patches* that automates developer's patch generation and submission to the foreman-dev group.
29
* Runs the smart-proxy process under the smart-proxy account and group.
30
* The smart-proxy API provides a *Version* call.
31
* Better error messages throughout.
32
* Smart-proxy return NOTFOUND errors when a resource is missing. This kind of failure is then handled correctly, in Foreman.