Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

71 lines (55 loc) · 2.69 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.

[Unreleased]

  • No unreleased changes

Added

  • Expand module dependencies to allow versions that are compatible with Puppet 8.
  • Add Puppet 8 to the Puppet version requirements.

Fixed

  • Fixed an issue where the add_repo task would fail if pipelines_as_code_branch was unset

Fixed

  • Fixed issue when errors received logging in to the CD4PE host would be swallowed by a catch-all exception.

Fixed

  • Update default web_ui_endpoint handling in tasks to account for /cd4pe prefix in url.

Fixed

  • Prevent enforcement of SSL on connections to non-SSL endpoints

Fixed

  • Correct name of promote_repo_to_stage task and add commit_sha parameter

Added

  • Added promote_repo_to_stage task

Fixed

  • Updated cd4pe_client to account for path changes in CD4PE 4.5.0

Fixed

  • Updated the module's supported OS list to include el 8

Changed

  • Updated the bolt tasks to properly account for https endpoints

Changed

  • Removed all docker installation and database management code. This module will not install CD4PE >= 4.0.0.

Changed

  • Added missing resolvable_hostname and web_ui_endpoint parameters from task metadata

Added

  • Adds a new parameter to the 'cd4pe' class to enable configuration of the new query service port
  • Add a new paramter to the 'discover_pe_credentials' task to enable configuration of the RBAC token lifetime

Changed

  • default value of $cd4pe_version param in init.pp from 'latest'(2.x) to '3.x'

Removed

  • puppetlabs-pipelines module dependency

Added

  • OS family checking during installation

Fixed

  • syntax error in postgres.pp