19 | | * Support for group-specific host keys |
20 | | * Support for fully static host- and group-specific ssh_known_hosts |
21 | | * (Support for totally generic host keys and ssh_known_hosts, too, |
22 | | but that's pretty useless.) |
23 | | * Support for info.xml, info, and :info files; only info.xml is likely |
24 | | to be useful, with the <Path> directive |
25 | | * ECDSA key support from ticket #1063 |
| 22 | Documentation for the latest stable release (1.2.0) can be found at |
| 23 | http://docs.bcfg2.org. |
29 | | * Improve error handling of Packages plugin (from Mike McCallister) |
30 | | * The following is from Chris St. Pierre: |
31 | | * Added support for yum libraries (if available and configured). |
32 | | This can dramatically reduce memory usage, and fixed several bugs: |
33 | | * #1014 (Package plugin can't resolve dependencies for rpms with |
34 | | Require: tags for full paths that aren't Provided explicitly) |
35 | | * #991 (Dependency Resolution difference between Package and yum) |
36 | | * #996 (Packages high memory usage) |
37 | | * Added support for Yum package groups when using yum libraries |
38 | | (#1039) |
39 | | * Fixed #911 (bcfg2 output for wrong package version with Packages |
40 | | is misleading) |
41 | | * YUMng turns down the Yum debug level itself depending on the |
42 | | debug/verbosity level requested by bcfg2 so you don't have to reduce |
43 | | the Yum debug level on a global basis |
44 | | * Added support for Pulp repositories, including registering Pulp |
45 | | consumers and binding to repositories |
46 | | * Added ability to disable magic OS groups |
| 27 | * Packages support for pulp (http://pulpproject.org/) |
| 28 | * Updated web frontend for reports |
| 29 | * New bcfg2-reports package |
| 30 | * Support for TGenshi/TCheetah in Cfg |
| 31 | * SSLCA plugin for automated SSL certificate generation |
| 32 | * Pacman support for Archlinux |
| 33 | * New bcfg2-admin modes |
| 34 | * Documentation overhaul |
| 35 | * New LDAP plugin |
| 36 | * bcfg2-repo-validate rewrite (as bcfg2-lint) |
| 37 | * Massive schema fixes/updates |
| 38 | * Basic systemd support |
| 39 | * Probe supported for automated handling of JSON, XML, and YAML output |
| 40 | * bcfg2-reports enhancements/fixes |
| 41 | * Packages plugin rewrite |
| 42 | * Support for VCS specification/checkout |
| 43 | * SSHbase new features |
| 44 | * Support for APK packages (Alpine Linux) |
48 | | * improve error logging during LDAP query processing (from Torsten Rehn) |
49 | | * Cfg: Add support for .cheetah files (from Joe Digilio) |
50 | | * Initial support for the APK management in Alpine Linux (from Fabian |
51 | | Affolter on behalf of Cameron Banta) |
52 | | * made all XMLFileBacked plugins (e.g., GroupPatterns) support XInclude |
53 | | (from Chris St. Pierre) |
54 | | * added Defaults plugin (from Chris St. Pierre) |
55 | | * made templated bundles understand <Group> and <Client> tags (from |
56 | | Chris St. Pierre) |
57 | | * Reports: Make database_port setting optional (from Holger Weiß) |
| 46 | The list of contributors for this release is too long to mention here |
| 47 | (they can be found in previous release announcements). Thanks to |
| 48 | everyone who has contributed both with code and bug reports! |