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: voxpupuli/hiera-eyaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: voxpupuli/hiera-eyaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 20 commits
  • 9 files changed
  • 5 contributors

Commits on Jan 13, 2023

  1. Add aptitude to installation methods

    Specifies the command to install `hiera-eyaml` using the aptitude package manager, typically on Ubuntu OS.
    The Ubuntu version requirement has been obtained from: https://packages.ubuntu.com/search?keywords=hiera-eyaml&searchon=names&suite=all&section=all
    AntoineSebert authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5249bf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. "Aptitude" -> "Apt"

    Co-authored-by: Kenyon Ralph <kenyon@kenyonralph.com>
    AntoineSebert and kenyon authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    354ad6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #338 from AntoineSebert/patch-1

    README: Add apt to installation methods
    kenyon authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    263c60c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. CI: Ensure we use Puppet 6.29 or newer

    Puppet 6.28 and older allow concurreny-ruby 1.X. 1.2 introduced a
    breaking chhange. This is fixed in Puppet 6.29.
    bastelfreak committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    871930e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #341 from bastelfreak/concurrent

    CI: Ensure we use Puppet 6.29 or newer
    bastelfreak authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e690a8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af62815 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #342 from bastelfreak/dependabot

    Add dependabot for gems and github actions
    bastelfreak authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    fbab934 View commit details
    Browse the repository at this point in the history
  5. exist instead of exists

    pschrammel authored and bastelfreak committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7f3be2a View commit details
    Browse the repository at this point in the history
  6. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    eeb59b5 View commit details
    Browse the repository at this point in the history
  7. adding 3.2 tests

    pschrammel authored and bastelfreak committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    97a4b01 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #343 from voxpupuli/dependabot/github_actions/acti…

    …ons/checkout-3
    
    Bump actions/checkout from 2 to 3
    bastelfreak authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ce90657 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f8d50f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Apply Vox Pupuli CI best practices

    This will run CI on PRs and merges to master. Also we define a dummy job
    which we can enforce during reviews.
    bastelfreak committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9c54f97 View commit details
    Browse the repository at this point in the history
  2. Run puppet main branch on Ruby 3.1 and newer

    main got moved to puppet 8 which now requires Ruby 3.1 or newer.
    bastelfreak committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8e58aa6 View commit details
    Browse the repository at this point in the history
  3. Puppet 7: Ensure we test against 7.24 or newer

    There was a fuckup with concurrent-ruby 1.2.0 release which dropped a
    private API that puppet used. newer Puppet versions (7.22 and newer)
    depend on concurrent-ruby < 1.2.0. We need to force ~> puppet 7.22
    installation to ensure bundler doesn't pull in a newer concurrent-ruby
    and older Puppet version.
    bastelfreak committed May 26, 2023
    Configuration menu
    Copy the full SHA
    26b4972 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #347 from bastelfreak/concurrent

    Puppet 7: Ensure we test against 7.24 or newer
    bastelfreak authored May 26, 2023
    Configuration menu
    Copy the full SHA
    91f800a View commit details
    Browse the repository at this point in the history
  5. Add Puppet 8 to CI matrix

    bastelfreak committed May 26, 2023
    Configuration menu
    Copy the full SHA
    37fc7ce View commit details
    Browse the repository at this point in the history
  6. Merge pull request #349 from bastelfreak/puppet8

    Add Puppet 8 to CI matrix
    bastelfreak authored May 26, 2023
    Configuration menu
    Copy the full SHA
    02e53c8 View commit details
    Browse the repository at this point in the history
  7. Release 3.4.0

    bastelfreak committed May 26, 2023
    Configuration menu
    Copy the full SHA
    d365a02 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #350 from bastelfreak/rel340

    Release 3.4.0
    bastelfreak authored May 26, 2023
    Configuration menu
    Copy the full SHA
    28a0eb4 View commit details
    Browse the repository at this point in the history
Loading