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-apache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.0.2
Choose a base ref
...
head repository: puppetlabs/puppetlabs-apache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.0.3
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 15, 2024

  1. Fix mod_auth_openidc parameters

    A typo in the data type cause an exception with recent Puppet 8
    versions:
    
    ```
    Error: The key '["IDTokenEncryptedResponseAlg"]' is declared more than once (file: /etc/puppetlabs/code/environments/production/modules/apache/types/oidcsettings.pp, line: 41, column: 57) on node b4d45d8831d5.mtgrj3ika5nejlcpzgeeecg0la.cx.internal.cloudapp.net
    ```
    
    According to the upstream repository configuration file, this is a
    copy-paste error.
    smortex committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c03607f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Merge pull request #2525 from puppetlabs/fix-oidc-parameters

    Fix `mod_auth_openidc` parameters
    smortex authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    bde17ea View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Release prep v12.0.3

    GitHub Actions committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7587c4b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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

    Release prep v12.0.3
    bastelfreak authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1756ce0 View commit details
    Browse the repository at this point in the history
Loading