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: v7.0.0
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: v7.0.1
Choose a head ref
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Mar 6, 2021

  1. Ensure port is a string in psql command

    In 841187b a shell execution
    vulnerability was fixed by passing an array. In my environment (Debian
    10, Ruby 2.5, Puppet 5) it was failing because port was an Integer and
    command execution only allows Strings. This explicitly converts the port
    to a string.
    
    Fixes: 841187b
    ekohl committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    5b14a12 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Merge pull request #1252 from puppetlabs/release

    (IAC-1525) Release mergeback version v7.0.0
    david22swan authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    8fe032f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1253 from ekohl/fix-port

    Ensure port is a string in psql command
    sheenaajay authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c5c85e1 View commit details
    Browse the repository at this point in the history
  3. Release version 7.0.1

    Auto-release authored and sheenaajay committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    2d30354 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1255 from sheenaajay/release

    (IAC-1533) Release version v7.0.1
    david22swan authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    ef96400 View commit details
    Browse the repository at this point in the history
Loading