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: v7.0.1
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: v7.1.0
Choose a head ref
  • 10 commits
  • 10 files changed
  • 7 contributors

Commits on Apr 19, 2021

  1. pw_hash: add support for bcrypt variants

    This is the hash algorithm used by default by Elasticsearch among others
    kjetilho committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5ae71be View commit details
    Browse the repository at this point in the history
  2. pw_hash: use less confusing language for return type (doc)

    The return type is not a (Puppet) hash, but a normal text string.
    kjetilho committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5662521 View commit details
    Browse the repository at this point in the history
  3. pw_hash: add more bcrypt tests

    * check for invalid salt values for all bcrypt variants
    * check for valid return value on glibc 2.28
    
    I am not entirely sure this cutoff is correct, but RHEL 8 runs glibc
    2.28 and supports bcrypt, and Ubuntu 18.04 Bionic has glibc 2.27 and
    does not.  Ubuntu Focal 20.04 has glibc 2.31 and also supports bcrypt.
    We will see what the test harness reports :-)
    kjetilho committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ffc6d96 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1173 from kjetilho/feature/pw_hash_bcrypt

    pw_hash: add support for bcrypt variants
    david22swan authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    09a9b97 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    da63d55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1184 from puppetlabs/DavidS-patch-1

    (MODULES-11053) Add a note about the contains method
    sanfrancrisko authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    81dd738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79693c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Merge pull request #1185 from puppetlabs/pdksync_pdk_update

    pdksync - (maint) Running pdk update
    daianamezdrea authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    a8f06a0 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Release prep v7.1.0

    GitHub Action committed May 15, 2021
    Configuration menu
    Copy the full SHA
    966f476 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Merge pull request #1186 from puppetlabs/release-prep

    Release prep v7.1.0
    david22swan authored May 17, 2021
    Configuration menu
    Copy the full SHA
    146090e View commit details
    Browse the repository at this point in the history
Loading