Commits on Oct 5, 2022

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

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    4175201 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #530 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
    9d42f1a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #532 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
    5995e27 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    6fb269a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62eefa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #533 from puppetlabs/pdksync_CONT-189/remove_os_su…

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

Commits on Oct 13, 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
    jordanbreen28 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    dc6943c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #534 from puppetlabs/cont-173/main/updating_deprec…

    …ated_facter
    
    (CONT-173) - Updating deprecated facter instances
    chelnak authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    552c5fe View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. update resolver parameters (#526)

    * resolver: fix default accepted_payload_size
    
    This fixes the error:
    Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Comparison of: Undef Value < Integer, is not possible. Caused by 'Only Strings, Numbers, Timespans, Timestamps, and Versions are comparable'. (file: /etc/puppetlabs/code/modules/haproxy/manifests/resolver.pp, line: 125, column: 30)
    
    HAProxy allows this parameter to be unset, and the code here works with
    this ok, aside from the bounds check. Replace the bounds check with a
    parameter type declaration, so that puppet itself will do the check for
    us.
    
    Update tests accordingly.
    
    * resolver: support parse-resolv-conf parameter
    
    The parse-resolv-conf parameter can be used on its own or in conjunction
    with the nameservers parameter.
    
    Adjust the nameservers parameter default to allow the template to work;
    an empty hash results in no nameservers specified.
    
    Add a new test.
    
    * resolver: visually re-align parameter assignments
    bugfood authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    bd20633 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    489131a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #535 from puppetlabs/pdksync_maint-remove_stale_bot

    pdksync - (MAINT) Remove stalebot
    GSPatton authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3f1be34 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. (CONT-353) Syntax update

    Code now compliant with the following rules:
    
    relative_classname_inclusion
    relative_classname_reference
    parameter_documentation
    parameter_types
    LukasAud committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e0835f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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

Commits on Jan 12, 2023

  1. Removing anchor instances

    LukasAud committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b882759 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    6a95e53 View commit details
    Browse the repository at this point in the history
  2. (CONT-494) PDK Update

    david22swan committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    736a4ae View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Merge pull request #537 from puppetlabs/pdksync_CONT-494/pin_github_c…

    …hangelog_generator
    
    pdksync - (CONT-494) Pin github_changelog_generator and JSON gem versions
    jordanbreen28 authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9fbf4e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Merge pull request #536 from puppetlabs/CONT-353-Syntax_update

    (CONT-353) Syntax update
    david22swan authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    95ca912 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Adding mend file

    pmcmaw committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0dcd940 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #538 from puppetlabs/pdksync_CONT-211-add_mend_config

    pdksync - (CONT-211) Adding mend config
    LukasAud authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    835cc3d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. (CONT-560) Fix facter typos after syntax update

    After syntax update (CONT-353), there were a couple of typos made while
    adjusting facter calls which caused undesired behaviour. This bugfix
    should fix those and return logging to its original behaviour.
    LukasAud committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f4b165f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #539 from puppetlabs/CONT-560-Fix_facter_typos

    (CONT-560) Fix facter typos after syntax update
    chelnak authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    61bacf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. (CONT-651) Adjusting Adjusting_datatypes

    Prior to this commit, there was an module update that assigned datatypes
    to all parameters in the module. However, some of these datatypes proved
    to be either too generic to properly enforce a value or not comprehensive
    enough to develop proper documentation around it.
    
    This commit adjust these datatypes so that they fit better the parameters
    they define.
    LukasAud committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    348ee20 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Addressing feedback

    LukasAud committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c5563a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #540 from puppetlabs/CONT-651-Adjusting_datatypes

    (CONT-651) Adjusting datatypes
    david22swan authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    eb2c60a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. "This change pins the puppetlabs-puppet_agent module to v4.12.1. Prev…

    …iosuly the fixutre was configured to pull from main. Given the recent changes when moving towards puppet8 main is unsafe."
    GSPatton committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    1c0509c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #542 from puppetlabs/pdksync_(MAINT)_Pin_puppetlab…

    …s-puppet_agent
    
    pdksync - (CONT-768) Pin puppetlabs-puppet_agent
    jordanbreen28 authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9a6cb2f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    b2126f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #543 from puppetlabs/pdksync_CONT-229-Implement_re…

    …usable_workflows
    
    pdksync - CONT-229-Implement reusable workflows
    david22swan authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    331eca3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    310bff2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #545 from puppetlabs/pdksync_CONT-826/main/pin_pup…

    …pet_litmus
    
    pdksync - CONT-826/main/pin_puppet_litmus
    LukasAud authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b644e30 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Release prep v6.5.0

    GitHub Actions committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d92848f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #546 from puppetlabs/release-prep

    Release prep v6.5.0
    david22swan authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9f31363 View commit details
    Browse the repository at this point in the history