| 1 | = 1.3.0 Release Candidate 1 Release Announcement = |
| 2 | |
| 3 | The first release candidate for Bcfg2 1.3.0 is now available at: |
| 4 | |
| 5 | ftp://ftp.mcs.anl.gov/pub/bcfg |
| 6 | |
| 7 | Bcfg2 1.3.0rc1 is a release candidate, and should be representational of the final 1.3.0 release. The code is quite stable at this point, but this remains a release *candidate*, so please consider carefully whether or not it is suitable for production deployment at your site. Please help us test the release wherever you can, including production and non-production environments. |
| 8 | |
| 9 | There is one major user-facing change for users of previous 1.3.0 prereleases: |
| 10 | |
| 11 | * SELinux entries have been reworked. Instead of all using the ''SELinux'' tag, with different ''type'' attributes, they each use their own tag now. The new entry style is documented at http://docs.bcfg2.org/dev/server/plugins/generators/rules.html#selinux-entries |
| 12 | |
| 13 | The following is a non-exhaustive list of new features and fixes: |
| 14 | |
| 15 | * Built-in support for managing POSIX users and groups (http://docs.bcfg2.org/dev/server/plugins/generators/rules.html#posixuser-tag) |
| 16 | * Built-in support for generating SSH keys (http://docs.bcfg2.org/dev/server/plugins/generators/cfg.html#ssh-keys) |
| 17 | * SSLCA improvements |
| 18 | * Support for Group and Client tags in cert.xml and key.xml (http://docs.bcfg2.org/dev/server/plugins/generators/sslca.html#cert-xml) |
| 19 | * Support for explicitly specifying subjectAltNames for certificates (http://docs.bcfg2.org/dev/server/plugins/generators/sslca.html#element:subjectAltName) |
| 20 | * Cheetah and Genshi templates now get nearly identical variable sets |
| 21 | * Templates now have an additional variable, 'repo', which holds the repository root |
| 22 | * Svn plugin supports conflict resolution |
| 23 | * Various documentation improvements |
| 24 | * Debugging improvements: Reporting Transports and FAM backends are debuggable, others |
| 25 | * More unit test coverage |
| 26 | * Many, many bug fixes |
| 27 | |
| 28 | If this is your first foray into Bcfg2 1.3, you are strongly encouraged to read release notes for the prereleases: |
| 29 | |
| 30 | * [wiki:ReleaseAnnouncement/1.3.0pre1] |
| 31 | * [wiki:ReleaseAnnouncement/1.3.0pre2] |