Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-selinux_core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-selinux_core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 17 commits
  • 16 files changed
  • 10 contributors

Commits on Nov 2, 2021

  1. (MODULES-11183) remove Windows from metadata

    SELinux cannot work on Windows, remove Windows from supported
    operating systems listed in metadata
    Ciprian Badescu committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e98fe7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from ciprianbadescu/MODULES-11183/remove-windo…

    …ws-from-metadata
    
    (MODULES-11183) remove Windows from metadata
    GabrielNagy authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    896d678 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
    3b4338c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 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
    b852b9e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    aa56bef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 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
    04111b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    747d0b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Merge pull request #36 from AriaXLi/nightly_puppet_gem_curl_redirect

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

Commits on Feb 24, 2022

  1. (maint) Update codeowners

    joshcooper committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    13abb5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from puppetlabs/codeowners

    (maint) Update codeowners
    joshcooper authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f9a42bc 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
    b34ec9f View commit details
    Browse the repository at this point in the history
  2. (MODULES-11375) 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
    1fab677 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
    e7476fc View commit details
    Browse the repository at this point in the history
  2. (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
    dc18135 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #38 from mhashizume/MODULES-11371/main/puppet-8-prep

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

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

    Release prep v1.3.0
    mhashizume authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4ad08a0 View commit details
    Browse the repository at this point in the history
Loading