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

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    a319ea0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1424 from puppetlabs/pdksync_CONT-677-tag_rubocop…

    …_ruby2.6
    
    pdksync - (CONT-677) - set rubocop target to 2.6
    LukasAud authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    27d2abd View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Remove has_key usage

    In the next puppetlabs-stdlib major version this function will be
    dropped. Native Puppet is used instead.
    ekohl committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f41ca73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1425 from ekohl/remove-has_key-usage

    Remove has_key usage
    chelnak authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    056903a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. (CONT-949) - Bump stdlib dependency

    Prior to this commit, postgresql module had allowed installations of
    puppetlabs-stdlib versions < 5.2.0. This was incorrect as this module
    references a type "Stdlib::IP::Address::V6::CIDR" that was released with
    stdlib v5.2.0.
    
    This commit bumps the dependency of puppetlabs/stdlib in metadata.json
    to versions >= 5.2.0.
    jordanbreen28 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    cbf7c41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1428 from puppetlabs/CONT-949-bump_stdlib

    (CONT-949) - Bump stdlib dependency
    GSPatton authored May 2, 2023
    Configuration menu
    Copy the full SHA
    e3e17f6 View commit details
    Browse the repository at this point in the history
  3. (CONT-950) - Resolve inadequate datatype for $value

    Resolves an issue introduced during the syntax update carried out in
    this module.
    The parameter $value in config_entry, can be either a String, Integer or Float.
    However, it was wrongly set to exclude Floating point numbers.
    jordanbreen28 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c7b7206 View commit details
    Browse the repository at this point in the history
  4. (CONT-950) - Array of $listen_addresses

    This commit adds functionality to allow an array of $listen_addresses to
    be specified as a string containing a comma-seperated list of addresses,
    which was removed unintentioanlly in #1397.
    
    Fixes #1426.
    jordanbreen28 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    339ea33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0ff0ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50df608 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1430 from puppetlabs/CONT-950-fix_mismatched_data…

    …_types
    
    (CONT-950) - Fix mismatched data types
    LukasAud authored May 2, 2023
    Configuration menu
    Copy the full SHA
    87fab00 View commit details
    Browse the repository at this point in the history
  8. (CONT-904) - Removal of tech debt

    Fixes a bug where non-array values passed to 'object_name' did not work
    and returned unknown variable "$_togrant_object_only".
    
    The correcting of this bug means the temporary fix to disable strict
    checking can now be removed.
    jordanbreen28 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    df6f11a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    224a8c4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1429 from puppetlabs/CONT-904-Fix_onlyif_exists

    (CONT-904) - Removal of tech debt
    chelnak authored May 2, 2023
    Configuration menu
    Copy the full SHA
    7468db0 View commit details
    Browse the repository at this point in the history
  11. Release prep v9.0.2

    GitHub Actions committed May 2, 2023
    Configuration menu
    Copy the full SHA
    16a9709 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1431 from puppetlabs/release-prep

    Release prep v9.0.2
    jordanbreen28 authored May 2, 2023
    Configuration menu
    Copy the full SHA
    8a78098 View commit details
    Browse the repository at this point in the history
Loading