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: v10.0.3
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: v10.1.0
Choose a head ref
  • 15 commits
  • 13 files changed
  • 6 contributors

Commits on Mar 13, 2024

  1. (MAINT) - PDK Update

    Ramesh7 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d69144a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1578 from puppetlabs/maint-pdk-update

    (MAINT) - PDK Update
    Ramesh7 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b95d01b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    a648246 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1579 from bastelfreak/foo

    Fix typo in postgresql_conf provider docs
    bastelfreak authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a04ab92 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    2a34104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    265724b View commit details
    Browse the repository at this point in the history
  3. Use RequiresMountsFor on datadir

    It is quite common for the data directory to be on its own mount.
    Systemd can ensure a directory is mounted before a service starts using
    RequiresMountsFor[1]:
    
    > Takes a space-separated list of absolute paths. Automatically adds
    > dependencies of type Requires= and After= for all mount units required
    > to access the specified path.
    
    [1]: https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#RequiresMountsFor=
    ekohl committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    56dc1d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #1582 from ekohl/ensure-datadir-is-mounted

    Use RequiresMountsFor on datadir
    bastelfreak authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8ec8f73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1581 from bmiklautz/ubuntu2404

    Support Ubuntu 24.04 and postgis for postgresql 16
    ekohl authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b88c8a6 View commit details
    Browse the repository at this point in the history
  3. Add a global password_encryption parameter

    The function postgresql::password() looks at the default for encryption.
    If you want to use SCRAM on PostgreSQL < 14 then the default must be
    overridden, or specified for every use. This parameter allows it to be
    globally overridden.
    ekohl committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    43c21af View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1584 from ekohl/globally-configurable-password-en…

    …cryption
    
    Add a global password_encryption parameter
    bastelfreak authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5eb1690 View commit details
    Browse the repository at this point in the history
  5. Added Fedora 39 support

    lweller authored and ekohl committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8caa079 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1580 from lweller/fedora39

    Add Fedora 39 support
    bastelfreak authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    188d1e5 View commit details
    Browse the repository at this point in the history
  7. Release prep v10.1.0

    GitHub Actions committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c773e91 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1583 from puppetlabs/release-prep

    Release prep v10.1.0
    bastelfreak authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    23ba773 View commit details
    Browse the repository at this point in the history
Loading