summaryrefslogtreecommitdiffstats
path: root/doc/releases/1.4.0pre2.txt
blob: 103af1a0aadeaa4d96a1b6dda1ef03ffe8201c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.. -*- mode: rst -*-
.. vim: ft=rst

.. _releases-1.4.0pre2:

1.4.0pre2
=========

The second prerelease for Bcfg2 1.4.0 is now available at:

 http://bcfg2.org/download/

Bcfg2 1.4.0pre2 is a prerelease, and contains many new features,
including some that are backwards-incompatible with Bcfg2 1.3.x and
earlier. Please read the release notes thoroughly. This is a prerelease
and as such is not likely suitable for general production deployment.
That said, please help us test the release in non- and preproduction
environments.

* NagiosGen: Add bundles to configuration
* HomeBrew: Initial add of plugin
* Rules/Defaults: Add possibility to use name of entry in attributes

backwards-incompatible user-facing changes
------------------------------------------

* Changed default communication protocol to xmlrpc/tlsv1

* Diff output from files sent to the Reports plugin from the client will now be
  in a unified diff format rather than the previous n-diff format.

  This fixes potentially long client runs when comparing files that have
  diverged significantly.

* The database options in the config (options and reporting_options in database
  section) now have to be literal python dictionaries.

  This allows to set arbitrary options with nested settings.

* The Ldap plugin changed significantly. The configuration interface was
  simplified and new configuration options for the number of retries and the
  delay in between were added.

  You have to register your ldap queries in the global list, there is no
  distinction between LdapQueries and LdapSubQueries anymore, the names of
  your queries default to the class names and the Ldap plugin expires
  the metadata caches if the config file changes.

Thanks
------

Special thanks to the following contributors for this release

 * Alexander Sulfrain
 * Matt Kemp
 * Jeremie Banier