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.3.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.4.0
Choose a head ref
  • 19 commits
  • 20 files changed
  • 6 contributors

Commits on Mar 2, 2023

  1. (maint) Updates macOS GitHub Actions runners

    GitHub deprecated macOS 10.15 (Catalina) runners for GitHub Actions
    in December 2022. This commit updates those runners to macOS 11
    (Big Sur).
    mhashizume committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    66d5af6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from mhashizume/maint/main/macos-runners

    (maint) Updates macOS GitHub Actions runners
    joshcooper authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ea84bc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. (MODULES-11418) Resuable workflows for unit tests

    This commit switches the GitHub Actions workflows for unit tests
    over to using the reusable workflows in
    puppetlabs/phoenix-github-actions.
    mhashizume committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    cf822be View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge pull request #42 from mhashizume/MODULES-11418/main/reusable-wo…

    …rkflows
    
    (MODULES-11418) Resuable workflows for unit tests
    joshcooper authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d5a102b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. (maint) Update commit check

    This commit updates the commits Rake check to include commit summaries
    that begin with the Puppet Agent (PA) Jira project and removes
    references to a non-existent CONTRIBUTING.md.
    mhashizume committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    111d397 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. (PA-5804) Update Checkout GitHub Action

    The Checkout GitHub Action v3 uses Node 16, which hit end-of-life on
    September 11, 2023.
    
    This commit updates all instances of the Checkout Action from v3 to
    v4.
    mhashizume committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    239973d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from mhashizume/PA-5804/main/checkout-action

    (PA-5804) Update Checkout GitHub Action
    joshcooper authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b1e881e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    be48f87 View commit details
    Browse the repository at this point in the history
  2. (PA-5395) Add Jira workflow

    This commit adds a GitHub Actions workflow to export issues from GitHub
    into Jira.
    mhashizume committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0ad6142 View commit details
    Browse the repository at this point in the history
  3. (PA-5395) Use reusable static code analysis

    This commit updates the static code analysis GitHub Actions workflow
    from using a copy in this repository to a resuable copy in the Phoenix
    team centralized GitHub Actions repository.
    
    In addition, this removes the commits Rake task as it is no longer used
    in the reusable version of this workflow.
    mhashizume committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2af11f0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #44 from mhashizume/PA-5395/main/github_issues

    (PA-5395) Issues housekeeping
    joshcooper authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e438326 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 6, 2023

  1. Merge pull request #45 from shubhamshinde360/PA-5575

    (PA-5575) Add Amazon to display support in Puppet forge
    shubhamshinde360 authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    06286ec View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update to PDK template 3.0.1

    This commit updates this module from PDK template 2.7.1 to 3.0.1.
    
    In addition to the boilerplate changes, this commit also:
    
    - Updates the "auto release" GitHub Action to "release prep," reflecting
      upstream change (puppetlabs/pdk-templates@c3f57b7).
    - Removes the github_changelog_generator and concurrent-ruby gems, which
      were previously needed for the release process but are no longer
      necessary in newer release processes in the PDK template.
    mhashizume committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d8c7a59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from mhashizume/PA-5963/main/concurrent-ruby

    Update to PDK template 3.0.1
    joshcooper authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ee6ca5c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Remove Vox acceptance gem

    We do not currently run Beaker acceptance tests against this module.
    This commit removes the voxpupuli-acceptance gem, which provides the
    Beaker Rake task, from .sync.yml, the Gemfile, and the Rakefile.
    mhashizume committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d097275 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from mhashizume/maint/main/remove-beaker

    Remove Vox acceptance gem
    AriaXLi authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c07f61d View commit details
    Browse the repository at this point in the history
  3. Release prep v1.4.0

    GitHub Actions committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f41d123 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48 from puppetlabs/release-prep

    Release prep v1.4.0
    mhashizume authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4bdb318 View commit details
    Browse the repository at this point in the history
Loading