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-splunk_hec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2
Choose a base ref
...
head repository: puppetlabs/puppetlabs-splunk_hec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 6 commits
  • 14 files changed
  • 3 contributors

Commits on Aug 20, 2021

  1. (MAINT) Refactor Tests

    Prior to this change tests relied on agent apply runs instead of
    server agent style `puppet agent -t` runs using the `site.pp` file.
    
    This change also implements a more conclusive test for ensuring that
    in normal operation a report is genuinely processed, received by
    Splunk, and is queriable afterward.
    RandomNoun7 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    99cee20 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #138 from RandomNoun7/MAINT-fix-acceptance-tests

    (MAINT) Refactor Tests
    nam054 authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    cfaa36e View commit details
    Browse the repository at this point in the history
  3. (PIE-818) Allow Ignore System Certificate Store

    This change allows a user to provide a ca certificate file that
    overrides the system trusted certificate store entirely.
    
    Prior to this change, a ca certificate file provided to the `ssl_ca`
    parameter was only a supplement to the system certificates store. This
    could cause an issue where the system certificate store contained
    invalid certificates and would cause certificate validation of the
    splunk_hec end point to fail before the provided `ssl_ca` file was
    checked.
    
    This change fixes that bug by ensuring that only the provided file is
    used for verification.
    RandomNoun7 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    1044ab8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #137 from RandomNoun7/PIE-818-ignore-system-cert-s…

    …tore
    
    (PIE-818) Allow Ignore System Certificate Store
    nam054 authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    4584d3e View commit details
    Browse the repository at this point in the history
  5. Release prep to v0.10.0

    You will need to manually update the `CHANGELOG.md` file. First, checkout this PR on your local machine via something like `git fetch upstream; git checkout upstream/release_prep`. Then, once you have updated the `CHANGELOG.md` file, `git commit --amend` your update, then push your changes to this PR via something like `git push --set-upstream upstream.`
    
     **Note:** You can use v0.9.2...main to see all the new commits that have landed since the previous release.
    RandomNoun7 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    8122521 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #139 from puppetlabs/release_prep

    Release prep to v0.10.0
    nam054 authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    93ad8f7 View commit details
    Browse the repository at this point in the history
Loading