This module is for use with Puppet's Continuous Delivery for Puppet Enterprise. Documentation is at https://puppet.com/docs/continuous-delivery/latest/cd_user_guide.html
Use version <=2.0.1 of this module to rapidly install and configure Continuous Delivery for PE version < 4.0.0. For instructions, see https://puppet.com/docs/continuous-delivery/latest/install_module.html.
Version 3.0.0 and later of this module is still used to configure Impact Analysis permissions on your PE master but no longer supports installation via Docker.
- Create a branch off
main
using the following convention:
git checkout -b 3.1.0-release
- On the new branch, update CHANGELOG.md with any changes in this release and metadata.json with the new version number.
- Commit these changes
- Tag the new branch with the new version number
git tag -a 3.1.0 -m "3.1.0"
- Push your changes to origin for PR review and merge
git push origin 3.1.0-release --follow-tags
- Run
pdk build
in the root of the module to get the new tarball - Log into https://forge.puppet.com as 'puppetlabs' and publish the new module version (credentials in CD4PE 1Password vault)