vagrant-pe_build ================ 0.10.2 ------ 2015-06-08 This is a backwards compatible bugfix release. * Fix compatibility issues with Puppet Server and Puppet 4. 0.10.1 ------ 2015-04-28 This is a backwards compatible bugfix release. * Add release info for PE 3.8.0. * Update release info for PE 3.3.2 and PE 3.7.2. 0.10.0 ------ 2015-04-08 This is a backwards compatible feature release. * Allow `version_file` to be a URI. This allows an external service to determine the version of PE to install on a machine. 0.9.7 ----- 2015-03-26 This is a backwards compatible patch release. * Add support for 3.7.x patch releases. * (GH-81) Add support for upcoming future parser settings. 0.9.6 ----- 2014-10-17 This is a backwards compatible patch release. * (GH-74) Change the q_database_host answer on 3.x masters to the hostname of the box instead of localhost. * (GH-75) Generalize Windows installation so that it no longer searches for the installer in Virtualbox specific mount points. 0.9.5 ----- 2014-09-09 This is a backwards compatible patch release. * Add release info for PE 3.3.2 and 2.8.8. 0.9.4 ----- 2014-08-29 This is a backwards compatible patch release. * Fix detection of Solaris 11 as a Solaris operating system. 0.9.3 ----- 2014-08-20 This is a backwards compatible patch release. * Add release info for PE 3.3.1. 0.9.2 ----- 2014-07-15 This is a backwards compatible patch release. * Add release info for PE 3.3.0. 0.9.1 ----- 2014-07-13 This is a backwards compatible bugfix release. * (GH-68) Fix a regression in merging version numbers set in global config. 0.9.0 ----- 2014-07-09 This is a backwards compatible feature release. * Add two new config attributes, `version_file` and `series`, that add flexibility to the installation location. * Internal code cleanup and re-organization. * Add unit and acceptance tests. 0.8.8 ----- 2014-06-10 This is a backwards compatible release. * Add support for PE 2.8.7. * (GH-63) Add version detection for Debian 7, Solaris 11 and Ubuntu 14.04. 0.8.7 ----- 2014-05-14 This is a backwards compatible release. * Fully enabled support for PE 1.2.x. * Bumped default PE version to 3.2.3. 0.8.6 ----- 2014-04-15 This is a backwards compatible release. * (GH-57) Add support for Debian 7 on PE 3.x * (GH-57) Add support for PE 2.8.6 and 3.2.2 ### Thanks Thanks to Charlie Sharpsteen for his work on this release. 0.8.5 ----- This is a backwards compatible maintenance release. * (GH-56) Add support for Vagrant 1.5. ### Thanks Thanks to Reid Vandewiele for his work on this release. 0.8.4 ----- This is a backwards compatible maintenance release. * Support for Puppet Enterprise for 2.8.5 * Support for Puppet Enterprise for 3.1.2 * (GH-53) Intelligently set ext for posix pre-release builds ### Thanks Thanks to Zachary Stern and Reid Vandewiele for their work on this release. 0.8.3 ----- This is a backwards compatible bugfix release. * (GH-39) Add PE 2.0.x compatible answer files instead of reusing 2.x answer files. Thanks to Zachary Stern for his help in this release. 0.8.2 ----- 2013-01-13 This is a backwards compatible bugfix release. * Download and copy commands have been refactored to reduce duplication confusion. * Support for Puppet Enterprise versions 3.1.1 and 2.8.4 * Safely access @env[:home_path] in middleware Thanks to Gary Larizza for his help in tracking down issues in this release. 0.8.1 ----- 2013-12-05 This is a backwards compatible bugfix release. * (vagrant-pe_build-#43) Better path interpolation when fetching arguments * (maint) Fix for a silly variable error inside of pe-build copy 0.8.0 ----- 2013-10-15 This is a backwards compatible feature release. * Support added for new PE release: 3.1.0. 0.7.1 ----- 2013-10-14 This is a backwards compatible bugfix release. * Fixed pe_bootstrap config normalization to safely handle UNSET_VALUE as a role value. 0.7.0 ----- 2013-10-14 This is a backwards incompatible bugfix and feature release. ### User notes: * At long last, The pe_bootstrap `steps` option has been entirely removed. * The pe_bootstrap role value is now normalized; users can specify a string or symbol and the right thing will happen. ### Developer notes: * Error handling and messages around missing and unreadable archives have been improved. Thanks to Charlie Sharpsteen for his contributions to this release. 0.6.0 ----- 2013-10-03 This is a backwards compatible bugfix and feature release. ### User notes: * The tar archive unpacker has been split into a true tar unpacker and a tar.gz unpacker. Archives with either '.tar' and '.tar.gz' will be extracted with the correct unpacker. * If a version of PE is requested but there's no definition for it, release information for the latest version of PE will be used. This means that the new versions of PE that aren't yet supported should work without having to specify an explicit answer file. * PE versions with trailing version information can now be used. 0.5.0 ----- 2013-09-17 This is a backwards compatible bugfix and feature release. ### User notes: * Added detect_installer capability for SLES * (GH-32) Added detect_installer capability for Solaris * (GH-32) run_install capability uses posix compliant `at` command syntax * (GH-33) Added detect_installer and run_install capabilities for Windows ### Developer notes: * All StandardError exceptions emitted from transfer/open_uri are now rescued, so errors generated during downloads won't cause Vagrant to die with a stacktrace. * cap/detect_installer exceptions now subclass Vagrant::Errors::VagrantErrors so that detection errors don't cause stacktraces. * Archive unpacking logic has been generalized to support multiple implementations like 'pe_build/transfer' Thanks to Reid Vandewiele for implementing the Windows and Solaris fixes and extracting the 'unpack' logic. Thanks to Charlie Sharpsteen for validating the new platform support and correcting the issues around open_uri error handling. 0.4.3 ----- 2013-09-09 This is a backwards compatible bugfix release. * (GH-27) Fully implement global pe_build options in pe_bootstrap config_builder model * Standardize answer file variables across 2.x and 3.x for console password, listen port * Add PE 2.8.3 to supported releases * Trap network errors in transfer/openuri 0.4.2 ----- 2013-08-22 This is a backwards compatible bugfix release. * Define PE 3.0.1 release * Define latest PE release at PEBuild::Release::LATEST 0.4.1 ----- This is a backwards compatible bugfix release. * Correct errors in cap/run_install I18n messages. 0.4.0 ----- This is a backwards compatible feature and bugfix release. ### User notes: #### Enhancements * New pe_bootstrap configuration option: `autosign` adds the ability to configure the Puppet master autosign.conf #### Bugfixes * The pe_bootstrap provisioner restarts the pe-httpd service if changes were made to the master configuration that require a restart. ### Developer notes: * pe_bootstrap post-install configuration has been extracted out of the provisioner and into the PostInstall module. * post-install configuration is now handled by generating a Puppet manifest instead of executing sed and a shell script. ### Thanks Thanks to Tom Linkin for his work on handling post-install configuration with Augeas and Puppet. 0.3.0 ----- 2013-08-14 This is a backwards compatible feature and bugfix release. ### User notes: #### Enhancements: * Puppet Enterprise 3 is now fully supported and should have answers that work out of the box. * (GH-25) The installer for a given platform will be detected based on the guest platform, which means that the most precise installer will be used instead of the `all` installer. * pe_build.download_root now fully supports a local directory with URIs using the "file" URI. * As part of GH-25 pe_build.suffix defaults to detect, which will auto-select the correct installer name #### Fixes: * (GH-23) Removed double expansion of files when running `vagrant pe-build copy` * (GH-24) Installer files are downloaded at provision time instead of before VMs are constructed #### Deprecations: * Shell scripts run with the `add_step` hash are deprecated and will be removed in the next 'major development' release (either 0.4.0, 0.5.0, or 1.0.0). This behavior is effectively provided by the `shell` provisioner. ### Developer notes (AKA the gory details): * Informational logging has been expanded and is directed to the Vagrant internal loggers. * Answers file generation has been extracted out of the pe_bootstrap provisioner and into an independent class to respect the single responsibility principle. * New guest capability: "detect_installer" detects the correct installer for the given guest platform. Initial supported platforms are Debian, Ubuntu, and Redhat. * New guest capability: "run_install" extracts the actual command generation and execution to install PE on a guest. Initial supported platforms are Linux and Solaris. * Installer file transfer has been fully extracted from the PEBuild::Archive class and pushed into pe_build/transfer classes. * File transfer behavior has been abstracted behind the PEBuild::Transfer module and the implementing class is selected based on the scheme of the requested URI. * Almost everything ever has been beaten with the refactor hammer. ### Thanks * Thanks to Tom Linkin as always for his awesome work and contributions to this plugin. * Thanks to Jon Mosco for reporting GH-23. 0.2.0 ----- 2013-08-01 * #20 Default `relocate_manifests` option to false on master * Lazy load/interpolate `filename` config value * Safely load global_config from pe_bootstrap * Add license to .gemspec