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-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.0
Choose a head ref
  • 20 commits
  • 17 files changed
  • 7 contributors

Commits on Sep 20, 2022

  1. Hardening manifests

    Prior to this commit some commands in our manifest classes would not be
    up to our code standards.
    
    This commit aims to sanitise our code according to our teams best
    practices.
    LukasAud committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    ca2e537 View commit details
    Browse the repository at this point in the history
  2. Fix unit test cases

    Prior to this commit, multiple unit test cases would fail due to them
    expecting commands to be run as a single String instead of arrays of
    commands.
    
    This commit aims to fix those test cases by ensuring they mimic the
    structure of the commands being run on the test cases themselves.
    LukasAud committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    b879624 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    8f5a998 View commit details
    Browse the repository at this point in the history
  2. Community suggestions applied

    Prior to this commit, a community member had some suggestions to further
    improve the code
    
    This commit aims to implement those suggestions after careful evaluation
    and testing.
    LukasAud committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    74ea1de View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    0b81c43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #527 from puppetlabs/pdksync_remove_debian_9

    pdksync - (CONT-130) - Dropping Support for Debian 9
    LukasAud authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    bc179e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #529 from puppetlabs/pdksync_pdksync/remove_puppet…

    …_module_gems
    
    pdksync - (PDKSync) Removal of puppet_module_gems
    chelnak authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    542a5b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d35fffe View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    ad44f04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59119e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    312b033 View commit details
    Browse the repository at this point in the history
  4. (maint) Removal of Scientific metadata block

    Removal of the block as no version is currently supported
    david22swan authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    5b48588 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #530 from puppetlabs/pdksync_CONT-189/remove_os_su…

    …pport
    
    pdksync - (CONT-189) Remove support for RedHat6 / OracleLinux6 / Scientific6
    LukasAud authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4d507f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. (CONT-173) - Updating deprecated facter instances

    Prior to this PR, this module contained instances of Facter::Util::Resolution.exec and Facter::Util::Resolution.which, which are deprecated.
    This PR aims to replace these exec helpers with their supported Facter::Core::Execution counterparts.
    
    This PR:
    
    - Replaces all Facter::Util::Resolution instances with corresponding Facter::Core::Execution exec helpers
    
    Fixed Spec Test Failures
    jordanbreen28 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    19afda2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c88fb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Update package naming to differentiate between minor versions (#534)

    * Update package naming to differentiate between minor versions
    
    * adjust tests to new archive names
    
    * adjust tests to new archive names
    sd-z authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1496d2f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. (CONT-263) Update minimum required puppet version

    Prior to this commit, and after the work performed in
    [Hardening manifests](#525),
    the minimum puppet version requirement was expected to be raised up to
    6.24.0 to meet logic requirements.
    
    This commits aims to fix the missing bump.
    LukasAud committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    517969c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #535 from puppetlabs/CONT-263-puppet_version_bump

    (CONT-263) Update minimum required puppet version
    david22swan authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    87c837d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Release prep v9.0.0

    GitHub Action committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    1d274be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #537 from puppetlabs/release-prep

    Release prep v9.0.0
    LukasAud authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    266957d View commit details
    Browse the repository at this point in the history
Loading