aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
AgeCommit message (Collapse)Author
2024-06-04Update to PDK template 3.2.0Michael Hashizume
2024-03-20(PA-6178) Update to PDK template 3.0.1 and use updated module release worfklowAria Li
This commit updates this module from PDK template 2.7.1 to 3.0.1 and updates the module release workflows to use the newer release_prep instead of auto_release GitHub Action wofklow. This commit also: - Removes the github_changelog_generator and concurrent-ruby gems because they are no longer needed for the new module release process in PDK template - Updates the Rakefile to use Vox Rake tasks only if the vospupuli-acceptance gem is installed
2023-04-10(maint) Add Vox Beaker gemMichael Hashizume
In e4337c0, we updated the module according to PDK template 2.7.4, which updated puppetlabs_spec_helper. The updated version of puppetlabs_spec_helper removed the Beaker rake task, which we use for acceptance testing. This commit adds the voxpupuli-acceptance gem, which re-adds the Beaker rake task.
2023-04-10(maint) Updates PDK templateMichael Hashizume
This commit runs `pdk update` using the most recent template at the time (2.7.4) and updates metadata.json to allow Puppet versions < 9.0.0 in preparation for the release of Puppet 8.
2021-10-04(MODULES-11197) Update to pdk-templates 2.2.0Gabriel Nagy
Includes REFERENCE.md ToC fixes for MODULES-8183.
2020-10-05(maint) Add commit summary checkLuchian Nemes
This commit adds the `commits` rake task and runs it in the Static Code Analysis workflow as a step.
2020-02-10(maint) update to PDK 1.16.0mihaibuzgau
2019-01-08(maint) update PDK to 1.8.0; update all templatesMelissa Stone
2018-05-18(maint) Bump pdk to 1.5.0Melissa Stone
2018-04-30(maint) PDK manages certain filesMelissa Stone
Certain files, like the Gemfile and spec/spec_helper.rb are managed by PDK. When we run `pdk update`, any changes we make to these files will be overwritten.
2018-04-16Initial commitMelissa Stone