aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-14Merge pull request #55 from mhashizume/MODULES-11371/main/puppet-8-prepJosh Cooper
(MODULES-11371) Updates PDK template
2023-02-14(MODULES-11371) Pin gems for auto releaseMichael Hashizume
Modeling after the learnings of the support team in commit puppetlabs/puppetlabs-puppet_metrics_collector@78dd858 This commit pins the github_changelog_generator gem to its latest version to make it work, and the concurrent-ruby to an older version to compensate for the version of PDK shipped in the dev-tools container image.
2023-02-14(MODULES-11371) Add Vox Beaker gemMichael Hashizume
In acb57af, we updated the module according to PDK template 7.2.1, 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-02-14(MODULES-11371) Change auto release Docker imageMichael Hashizume
The PDK Docker image does not contain any build tools, which causes the installation of gems that use native extensions to fail. This commit changes the Docker image used in the Auto Release GitHub Action from the PDK image to the Puppet dev-tools image, which contains packages like `make` necessary for building native extensions.
2023-02-10(maint) Rubocop implicit begin fixMichael Hashizume
This commit addresses the Rubocop Style/RedundantBegin cop and removes an explicit `begin` block in favor of implicit syntax.
2023-02-10(MODULES-11377) Update GitHub Action Ubuntu runnerMichael Hashizume
GitHub is deprecating Ubuntu 18.04 runners on April 1, 2023. This commit switches all Ubuntu 18.04 runners used in GitHub Actions to Ubuntu 20.04. https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/ This commit also updates all instances of the actions/checkout@v2 to actions/checkout@v3 in perparation for the former's deprecation as part of the NodeJS deprecation. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
2023-02-10(MODULES-11371) Updates PDK templateMichael Hashizume
This commit runs `pdk update` using the most recent template at the time (2.7.1) and updates metadata.json to allow Puppet versions < 9.0.0 in preparation for the release of Puppet 8.
2022-10-17Merge pull request #54 from cthorn42/maint/main/MODULES-11351_update_osx_runnerAria Li (she/her)
(MODULES-11351) Update the osx action runner to use latest
2022-10-13(MODULES-11351) Update the osx action runner to use latestChristopher Thorn
2022-02-16Merge pull request #52 from AriaXLi/nightly_puppet_gem_curl_redirectMichael Hashizume
(MODULES-11283) update curl for installing latest nightly build
2022-02-16(MODULES-11283) update curl for installing latest nightly buildAria Li
2022-02-15Merge pull request #51 from AriaXLi/nightly_puppet_gem_curl_redirectcthorn42
(maint) Add redirect to nightly puppet gem download
2022-02-15(maint) Add redirect to nightly puppet gem downloadAria Li
2022-01-24Merge pull request #50 from AriaXLi/PA-4133Michael Hashizume
(PA-4133) Add phoenix to CODEOWNERS
2022-01-21(PA-4133) Add phoenix to CODEOWNERSAria Li
2022-01-13Merge pull request #49 from ↵Gabriel Nagy
Dorin-Pleava/PUP-11370/github_actions_upgrade_windows (maint) Github workflow now uses windows 2019
2022-01-11(maint) Github workflow now uses windows 2019Dorin Pleava
Upgraded github actions to use windows 2019 instead of windows 2016 as it will be removed on March 15, 2022.
2021-12-28Merge pull request #48 from cthorn42/maint/main/add_pdk_gem_pinMichael Hashizume
(maint) Update the .sync.yaml file to have pinned async
2021-12-28(maint) Update the .sync.yaml file to have pinned asyncChristopher Thorn
Learned that we are using PDK to build the Gemfile, so added to the .sync.yaml file the async gem pinning.
2021-12-28Merge pull request #47 from cthorn42/maint/main/pin_async_gemMichael Hashizume
(maint) Pin the async gem
2021-12-28(maint) Pin the async gemChristopher Thorn
Async 2.0.0 requires Ruby 3, so we're pinning to 1.x.
2021-10-04Merge pull request #46 from puppetlabs/release-prepBobosila Victor
Release prep v1.1.0
2021-10-04Release prep v1.1.0GitHub Action
2021-10-04Merge pull request #44 from joshcooper/bump_jsonBobosila Victor
(maint) Bump templates to 2.2.0
2021-10-01(MODULES-11197) Update to pdk-templates 2.2.0Gabriel Nagy
Includes REFERENCE.md ToC fixes for MODULES-8183.
2021-09-22Merge pull request #45 from BobosilaVictor/MODULES-11167/add-rocky-to-modulesGabriel Nagy
(MODULES-11167)(MODULES-11191) Add RockyLinux && AlmaLinux to cron-core metadata
2021-09-22(MODULES-11167) && (MODULES-11191) Add RockyLinux && AlmaLinux to cron-core ↵Bobosila Victor
metadata
2021-08-17(maint) Fix rubocop errorsJosh Cooper
Took the safest route and disabled cops either globally in .rubocop.yml for just for specific cases in lib/
2021-08-17(maint) Update to pdk templates 2.2.0Josh Cooper
Generated using: $ pdk --version 2.2.0 $ pdk update --template-ref 2.2.0
2021-08-17(maint) Move extra commits rake task to rakelibJosh Cooper
Our `commits` rake task is not part of the standard template, so move it to the `rakelib` directory so it will be deleted when running `pdk update`
2021-08-17(maint) Restrict system gems to match pdk templatesJosh Cooper
2021-03-12Merge pull request #43 from GabrielNagy/MODULES-10953/update-metadataGheorghe Popescu
2021-03-11(MODULES-10953) Update metadata.json and pdk versionGabriel Nagy
To avoid having to update this everytime we release a new agent platform, it should be enough to specify the supported OS, without specific versions. It is assumed that for each OS in metadata.json, the versions supported are the same as what the agent itself supports.
2021-03-11(maint) Switch to rspec-mocksGabriel Nagy
2021-02-18Merge pull request #42 from GabrielNagy/MODULES-10945/gemfile-updatesLuchi
(MODULES-10945) Core module spring cleaning 2021
2021-02-18(maint) Bump Ruby in static analysis workflowGabriel Nagy
Bump Ruby version in the static code analysis workflow to 2.6, as 2.5 will be EOL soon.
2021-02-18(maint) Add puppet7 and remove puppet5 from PR testingGabriel Nagy
Update the workflow that tests with released Puppet gems to also test with Puppet 7. Remove testing with Puppet 5 from the workflows since it reached EOL.
2021-02-18(maint) Pin puppet-module-gemsGabriel Nagy
Pin puppet-module-posix-system and puppet-module-win-system to an older version since the newer ones do not bundle some gems that we use in acceptance (i.e. beaker-module_install_helper), causing tests to fail.
2021-02-18(MODULES-10945) Do not install PDK when running PR testsGabriel Nagy
Create a separate group in the Gemfile for pdk and puppet-blacksmith which are only used for releasing. In the workflow, avoid installing the release group.
2020-11-10Merge pull request #41 from luchihoratiu/maint-gh-fixGheorghe Popescu
(maint) Allow git to use long paths in GitHub Actions
2020-11-10(maint) Allow git to use long paths in GitHub ActionsLuchian Nemes
Due to unknown environment changes in GitHub Actions runners, we encountered the following error: `fatal: cannot create directory: Filename too long` This commit allows git to use long paths in our GitHub Actions workflows.
2020-10-30Merge pull request #40 from luchihoratiu/MODULES-10854Gabriel Nagy
(MODULES-10854) Release prep for 1.0.5
2020-10-30(MODULES-10854) Release prep for 1.0.5Luchian Nemes
2020-10-30Merge pull request #39 from luchihoratiu/MODULES-10852Dorin-Pleava
(MODULES-10852) Fix warnings introduced by Ruby 2.7
2020-10-29Merge pull request #38 from ↵mihaibuzgau
luchihoratiu/MODULES-10815-add-slack-notification-job (MODULES-10815) Add Slack notification job
2020-10-29(MODULES-10852) Fix warnings introduced by Ruby 2.7Luchian Nemes
Ruby 2.7 introduced a warning for checking an Integer against a regular expression because this check always returns nil even though as a string it would respect the given regular expression.
2020-10-29(MODULES-10815) Add Slack notification jobLuchian Nemes
This commit adds a job to the `[Daily] Unit Tests with nightly Puppet gem` workflow that notifies us the conclusion of it via Slack.
2020-10-06Merge pull request #37 from luchihoratiu/maint-github-actions-fixesGheorghe Popescu
2020-10-06(maint) Add pdk and blacksmith back in GemfileLuchian Nemes
During the removal of `puppet-module-dev`, the pdk and puppet-blacksmith gems were also removed by mistake. This commit makes us able to release again.
2020-10-06(maint) Replace Windows 2019 with 2016 on GitHub ActionsLuchian Nemes
Unit tests seem to be running much faster on Windows 2016 with GitHub Actions than Windows 2019.