Commits on Dec 28, 2021

  1. (maint) Pin the async gem

    mhashizume committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    39743b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from mhashizume/maint/pin_async_gem

    (maint) Pin the async gem
    cthorn42 authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    b837e52 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. (maint) Github workflow now uses windows 2019

    Upgraded github actions to use windows 2019 instead of windows 2016 as
    it will be removed on March 15, 2022.
    Dorin-Pleava committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    179a8ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from Dorin-Pleava/PUP-11370/github_actions_upg…

    …rade_windows
    
    (maint) Github workflow now uses windows 2019
    GabrielNagy authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    19dd888 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    fb802c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from AriaXLi/PA-4133

    (PA-4133) Add phoenix to CODEOWNERS
    mhashizume authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ee71ec0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    6eeba46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from AriaXLi/nightly_puppet_gem_curl_redirect

    (maint) Add redirect to nightly puppet gem download
    mhashizume authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    29bd81f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    59dbfe0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from AriaXLi/nightly_puppet_gem_curl_redirect

    (MODULES-11283) update curl for installing latest nightly build
    mhashizume authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    c48167a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. (maint) Add Solaris install fix

    Christopher Thorn committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e7001c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from cthorn42/maint/main/PA-4333_fix_install_m…

    …ethod_for_solaris
    
    (maint) Add Solaris install fix
    mhashizume authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d117f06 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    3ead574 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from cthorn42/maint/main/MODULES-11353_update-…

    …macos_runners
    
    (MODULES-11353) Update macos test runners to latest
    joshcooper authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6e85d0e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. (MODULES-11371) Updates PDK template

    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.
    mhashizume committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    b72a0c8 View commit details
    Browse the repository at this point in the history
  2. (MODULES-11369) Update GitHub Action Ubuntu runner

    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/
    mhashizume committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    007489d View commit details
    Browse the repository at this point in the history
  3. (maint) Rubocop implicit begin fix

    This commit addresses the Rubocop Style/RedundantBegin cop and
    removes explicit `begin` blocks in favor of implicit blocks.
    mhashizume committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ce14a27 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #56 from mhashizume/PA-4806/main/puppet-8-prep

    (PA-4806) Updates PDK template
    mhashizume authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    11ca58e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    48d1ec8 View commit details
    Browse the repository at this point in the history
  2. (maint) Updates PDK template

    This commit updates the module to the latest, unreleased PDK
    template in order to pull in a new container image for the auto
    release GitHub Action.
    mhashizume committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    166c464 View commit details
    Browse the repository at this point in the history
  3. (maint) Pins github_changelog_generator gem

    This commit pins the github_changelog_generator gem to 1.15.2, as
    there are issues with newer versions.
    mhashizume committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e4acb67 View commit details
    Browse the repository at this point in the history
  4. (maint) Adds voxpupuli-acceptance gem

    In b72a0c8
    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 nightly acceptance
    testing.
    
    This commit adds the voxpupuli-acceptance gem, which re-adds the
    Beaker rake task.
    mhashizume committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    12cf397 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #57 from mhashizume/maint/main/pdk-update

    (maint) Follow up PDK updates
    joshcooper authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    449dd71 View commit details
    Browse the repository at this point in the history
  6. (maint) Changes Docker image for auto release

    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.
    mhashizume committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a23ebb4 View commit details
    Browse the repository at this point in the history
  7. (maint) Pins changelog and concurrent-ruby gems

    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.
    mhashizume committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ca5186e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merge pull request #58 from mhashizume/maint/main/auto-release-gha

    (maint) Fix auto release action
    joshcooper authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4645304 View commit details
    Browse the repository at this point in the history
  2. Release prep v1.4.0

    GitHub Action committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f28c5f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #61 from puppetlabs/release-prep

    Release prep v1.4.0
    mhashizume authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0af39ef View commit details
    Browse the repository at this point in the history