Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Latest commit

 

History

History
94 lines (74 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

94 lines (74 loc) · 3.73 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Fixed

  • SHA dev builds now work on more platforms (defaults to internal build url)

Fixed

  • Windows needs to use nightlies.puppet.com for nightly builds because the nightlies are not published to downloads.puppet.com

Fixed

  • Fix debian nightly collection installation.

Fixed

  • Pass BEAKER_PE_VER to install_pe_on() for the PE version rather than BEAKER_PUPPET_AGENT_VERSION or PUPPET_INSTALL_VERSION
  • Pass BEAKER_PUPPET_AGENT_VERSION to install_pe_on() as the agent version to be installed alongside PE.

Changed

  • Use BEAKER_IS_PE instead of PUPPET_INSTALL_TYPE to specify whether a run should be PE or agent.
  • Use BEAKER_PUPPET_COLLECTION instead of PUPPET_INSTALL_TYPE to specify puppet5, puppet6-nightly, etc. collections.
  • Use BEAKER_PUPPET_AGENT_VERSION instead of PUPPET_INSTALL_VERSION
  • Use BEAKER_PUPPET_AGENT_SHA instead of PUPPET_AGENT_SHA

Fixed

0.8.0 - Yanked

Changed

  • Changed the default PUPPET_INSTALL_TYPE from "agent" (puppet 4) to "puppet5"

Added

  • Added puppet5 and puppet6-nightly ability.

Fixed

  • Reverted adding the bin folder to $PATH on non-windows

Changed

  • MODULES-4653 run_puppet_install_helper_on now installs puppetserver on master role when using the foss install type.

Fixed

  • Add puppet bin folder to $PATH on non-windows

Changed

  • Change the default PUPPET_INSTALL_TYPE to agent

Changed

  • Bump the beaker dependency range up to allow for beaker 3.

Fixed

  • Always add certs on windows

Fixed

  • Use pe_ver for the host variable of version to install

Fixed

  • Re-add CA certs on windows and solaris for PE 3.

Fixed

  • Don't copy certs on solaris, as they are no longer needed

[0.4.0]

Changed

  • Add solaris for installing CA certs as well.