Commits on Dec 28, 2021

  1. (maint) Pin the async gem

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

    (maint) Pin the async gem
    cthorn42 authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    b7505a6 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
    6ff375a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 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
    e4720db View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

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

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

Commits on Feb 15, 2022

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

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

Commits on Feb 17, 2022

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

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

Commits on Jun 16, 2022

  1. (maint) Create a larger filesystem

    The test failed on Ubuntu 20.04 and 22.04 when executing this sequence:
    
        $ dd if=/dev/zero of='/tmp/pl139938' count=10240
        10240+0 records in
        10240+0 records out
        5242880 bytes (5.2 MB, 5.0 MiB) copied, 0.0422315 s, 124 MB/s
        $ yes | mkfs -t ext3 -q '/tmp/pl139938'
    
          Filesystem too small for a journal
    
    The mkfs command fell back to creating an ext2 filesystem, which caused the
    mount resource to fail:
    
        $ puppet resource mount /pl256676 ensure=mounted fstype=ext3 options=loop device=/tmp/pl256676
        Notice: /Mount[/pl256676]/ensure: defined 'ensure' as 'mounted'
        Error: /Mount[/pl256676]: Could not evaluate: Execution of '/usr/bin/mount /pl256676' returned 32: mount: /pl256676: wrong fs type, bad option, bad superblock on /dev/loop9, missing codepage or helper program, or other error.
    
    This updates the block count to 16384 (of size 512), so the resulting file is 8MiB.
    joshcooper committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    34c9497 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from joshcooper/ubuntu2204

    (maint) Create a larger filesystem
    cthorn42 authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    f05fb5c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. (maint) Removes Cumulus case from acceptance tests

    Cumulus is not a supported operating system for this module.
    mhashizume committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9bf9b49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from mhashizume/maint/main/remove_cumulus

    (maint) Removes Cumulus case from acceptance tests
    mhashizume authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b833e6f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. (MODULES-11356) Update macOS runners to use more recent macOS version

    GitHub announced they are deprecating macOS 10.15 runners for GitHub Actions by 12/1/2022. This PR migrates puppetlabs-mount_core's GitHub Actions off of macOS 10.15.
    AriaXLi committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f708b4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from AriaXLi/modules-11356_update_macos_runner…

    …s_10.15
    
    (MODULES-11356) Update macOS runners to use more recent macOS version
    cthorn42 authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    15928d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. (MODULES-11367) Update Ubuntu GitHub Action 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.
    mhashizume committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    249644e View commit details
    Browse the repository at this point in the history
  2. (maint) Updates supported OS from Darwin to macOS

    When metadata.json is consumed by Forge, it does not parse "Darwin"
    as a version of OS X / macOS when filtering through operating systems.
    mhashizume committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8759931 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #43 from mhashizume/PA-4654/main/ubuntu-gha

    (MODULES-11367) Updates Ubuntu GitHub Actions runners
    AriaXLi authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    50928b8 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
    4d7ac89 View commit details
    Browse the repository at this point in the history
  2. (maint) Updates checkout action

    This commit 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
    b45a68e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. (MODULES-11371) Change auto release Docker image

    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 14, 2023
    Configuration menu
    Copy the full SHA
    e09b956 View commit details
    Browse the repository at this point in the history
  2. (MODULES-11371) Add Vox Beaker gem

    In 4d7ac89, 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.
    mhashizume committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2f53941 View commit details
    Browse the repository at this point in the history
  3. (MODULES-11371) Pin gems for auto release

    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 14, 2023
    Configuration menu
    Copy the full SHA
    ec12d52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #44 from mhashizume/MODULES-11371/main/puppet-8-prep

    (MODULES-11371) Updates PDK template
    joshcooper authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9d28687 View commit details
    Browse the repository at this point in the history
  5. Release prep v1.2.0

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

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