wiki:ReleaseAnnouncement/0.9.5
Last modified 12 years ago Last modified on 10/24/11 12:00:16

TracNav

This page describes the Bcfg2-0.9.5 release of November 9, 2007. This release is tracked by the 0.9.5 milestone.

New features

Release Information

  • 0.9.5 (final)
    • SGenshi improvements (from Sébastien Barthélemy) and improved error handling
    • Stop installing Svcmgr bits and include new reporting bits for bcfg2.conf (in bcfg2-admin init)
    • Reports now respect 'expiration' dates (Resolves #492)
  • 0.9.5pre7
    • revert bad error handling in importscript (produced spurious errors)
    • Implement data collection in incomplete entry path (MDS, this should make the sort of thing you were doing a few weeks ago a lot easier)
    • Ensure that apt-get update only runs once per run (in -k mode)
    • Ensure that apt only tries to install new packages once
    • Revert the group root -> 0 change
    • add exit keyword to bcfg2-info (from Guillaume Pratte)
    • Make Core produce better error messages (from Guillaume Pratte)
    • Improve interactive questions in Cfg for bcfg2-admin pull (from mjinks)
  • 0.9.5pre6
    • Handle overall entry deletion properly in Cfg (Resolves Ticket #481)
    • bcfg2-admin improvements (#480)
      • fix traceback
      • handle metadata updates in Cfg properly
    • Implement cmdloop resumption in bcfg2-info
    • Reports updates
      • mysql traceback (#487)
      • don't swallow error messages upon sql errors in importer
      • fix silent errors in importer
      • views fixes
      • improve importscript option handling (from TimL)
    • better bcfg2-remote error handling
    • detect and handle overall gamin/fam system failures
    • Fix DebInit? traceback (Resolves #486)
  • 0.9.5pre5
    • importscript performance improvements
    • Implement pruned directories
    • APT.py - move apt-get update call to be effective during the run
    • Cfg.py bugfix - deal properly with fam event trace we previously messed up (important for some cases)
    • create-debian-pkglist - deal properly with multiarch packages when packages aren't available for all architectures
    • rpmlisting.py patch from solj (to deal with athlon arch systems)
    • YUMng/RPMng bugfixes
    • Pkgmgr - deal with comments properly in multiarch situations
  • 0.9.5pre4
    • infoxml support has been included in TCheetah and TGenshi (now group-based file permissions and ownership can be trivially specified for any ConfigFile? plugin)
    • TCheetah error information is now presented upon templating failures.
    • Probedata is now written to disk, for use with bcfg2-info (This, in conjunction with improved TCheetah templating error display should remove probe-based TCheetah templates from the "black art" category)
    • altsrc consistency checking is implemented (ie an error is produced if a configuration containing the same entry with different altsrc tags is generated for a client)
    • RPMng: Improved debug output when required attributes are not present
    • Schema updates
    • Fix diff display for non-binary ConfigFiles? in interactive mode
    • Fix sshbase bug
    • Fix POSIX driver error paths
  • 0.9.5pre3
    • support for info.xml files (described here?)
    • support for package instance mappings. (described here?)
    • added output options to bcfg2-query suitable for use with pdsh
    • fixed binary file uploads and bcfg2-admin pull
    • removed spurious -q in RPM.py
    • Improve client error message when entries are incomplete (print missing fields)
    • child process management fix in server
    • dynamic reporting system tb fix
  • 0.9.5pre2
    • changed django reports admin to dev e-mail address
    • Add secondary config file for webservers (so that webservers don't need access to bcfg2.conf)
    • updated init script for agent mode
    • Add support for altsrc bindings to TGenshi
    • Implementing selective forking server, which runs read-only requests in child processes. Should dramatically improve scalability
    • merge realname into path for altsrc templates in TCheetah
    • Switch default to RPMng/YUMng (RPM/Yum are still around just not enabled by default)
    • quiet down RPMng a little (patch from lueningh)
    • Implement bcfg2-remote -H -
    • Add a realname attribute in altsrc bound entries and add TCheetah support
    • Add default attribute to basic group in default config
    • Fix use of altsrc when using Package entries with file attributes
    • Improve error handling in bcfg2-admin (Step towards resolving Ticket #469)
    • Switch DebInit to use invoke-rc.d (Resolves Ticket #434)
    • Fix bcfg2-info build command
    • add altsrc to schema
  • 0.9.5pre1
    • Reporting System Features:
      • Hosts may be "expired" to prevent them from showing up in reports. Data still exists for them, so if one views a calendar date before they were expired, they'll still show up.
      • requires action The config file for reports has changed locations from the inappropriate location inside the bcfg2 python module, to be part of bcfg2.conf. Please look at the included example bcfg2.conf to see the new format
      • requires action Reporting System may be installed at any URL, that is, it can be installed in a sub directory and not at the root of a virtual host. Django 0.96 is now required.
    • Bcfg2 Agent Mode:
      • Initial release of this functionality
      • Client may run in an idle mode waiting for reconfiguration command from the server
      • Use bcfg2-remote to initiate a client's reconfiguration operation
      • Uses fingerprint based authentication for https xml-rpc connection
      • Useful for instant reconfiguration of client without ssh'ing to host
      • still need to add daemonize code and init script support (next pre)
    • Binary diff uploads now work properly
    • Added the TGenshi plugin (contributed by Jeff Ollie)
    • Added the SGenshi plugin
      • is intended for use as a structure, like bundler or base.
      • only uses the genshi xml format
      • results in completely programmable bundles
      • this could eventually replace both bundler and base, as it is
      • more powerful
    • Added entry remapping support
      • with the addition of an extra altsrc attribute, entries can be remapped to a different source.
      • For example, if you have the same config file with different paths on different architectures, you can add altsrc to use the same plugin and repository on all architectures. ie: <ConfigFile name='/etc/inet/hosts' altsrc='/etc/hosts'/> will cause all linux and solaris systems to use the same plugin source for data on all clients.
      • This feature was motivated by the need manage a bunch of config files using the same template