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

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    544c19a View commit details
    Browse the repository at this point in the history
  2. Addressing review comments

    Ramesh7 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    40bcc4a View commit details
    Browse the repository at this point in the history
  3. Update CODEOWNERS

    Adding new Trusted Contributor
    binford2k authored May 30, 2023
    Configuration menu
    Copy the full SHA
    b507028 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Merge pull request #1359 from puppetlabs/CONT-1023

    (CONT-1023) - Enhancing deferrable_epp to support nested hash
    Ramesh7 authored May 31, 2023
    Configuration menu
    Copy the full SHA
    4120eb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb3478d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1364 from MartyEwings/main

    Fix strings syntax issue and generate reference.md
    b4ldr authored May 31, 2023
    Configuration menu
    Copy the full SHA
    43c03aa View commit details
    Browse the repository at this point in the history
  4. re-add support for loading aliases in yaml files

    Ruby 3.1 includes Psych 4.0 which no longer loads aliases by default.
    Since aliases are part of the yaml spec, it seems sensible to re-add
    support.
    
    We need to read the file first to be compatible with ruby2.7 which does
    not support the aliases option on YAML.load_file. Use temp files in
    rspec tests to avoid needing to mock read.
    lollipopman committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c118a50 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Merge pull request #1362 from lollipopman/readd-support-for-loading-a…

    …liases
    
    re-add support for loading aliases in yaml files
    b4ldr authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    2c816ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b225099 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1363 from puppetlabs/CONT-1023-review-comments

    (CONT-1023) - Moving nested_values function under stdlib namespace
    alexjfisher authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f38c42a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

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

Commits on Jun 9, 2023

  1. Fix fqdn_rand_string regression

    The function use to be able to accept `undef` as its second argument.
    
    eg.
    ```puppet
    fqdn_rand_string(10, undef, 'custom seed')
    ```
    
    Using `undef` to mean 'use the default' is much more conventional than
    `''` (empty string).
    
    This commit restores the old interface broken in `9.0.0`
    alexjfisher committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d6847c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Merge pull request #1367 from alexjfisher/fix_fqdn_rand_string_regres…

    …sion
    
    Fix `fqdn_rand_string` regression
    jordanbreen28 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    24a0f21 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. (CONT-1035) Alter logic of pw_hash

    The method as it is currently is causing issues with certain customers crypto setups
    david22swan committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8d525d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b34dcd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Release prep v9.1.0

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

    Release prep v9.1.0
    david22swan authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c833b52 View commit details
    Browse the repository at this point in the history
Loading