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

Commits on Apr 23, 2023

  1. Fix wrong data type for data_checksums parameter

    When adding data types, this Boolean value has been assigned a String[1]
    data type in some places, which break existing setup.
    
    Consistently use an `Optional[Boolean]` data type.
    
    Fixes #1419
    smortex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    e433ebb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge pull request #1420 from puppetlabs/fix-data_checksums-data-type

    Fix wrong data type for `data_checksums` parameter
    jordanbreen28 authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    67ab5cb View commit details
    Browse the repository at this point in the history
  2. Release prep v9.0.1

    GitHub Actions committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d6d2c91 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1422 from puppetlabs/release-prep

    Release prep v9.0.1
    jordanbreen28 authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    720407e View commit details
    Browse the repository at this point in the history
Loading