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: CrowdStrike/puppet-falcon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: CrowdStrike/puppet-falcon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 5 commits
  • 18 files changed
  • 5 contributors

Commits on Aug 10, 2023

  1. Update Gemfile

    ffalor authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    70bc58f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. update module to pdk 3.0.0 (#80)

    * maint: update module to pdk 3.0.0
    
    this also updates the linter to use the pdk docker image
    
    * maint: fix ci linting issues
    
    * maint: update rspec ci testing
    ffalor authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3d10b69 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Accept Sensitive for CID (#79)

    * Accept Sensitive for CID
    
    We pull the Value for CID from our Secret-Vault, as we consider CID as
    worthy of Protection.  Our Secret-Vault yields Sensitive[String].  In my
    Opinion Writers of Profile-Modules should not be bothered with handling
    Values of Type Sensitive.  Passing them over to the Component-Modules,
    (like “falcon”) should “just work”.
    
    - let init.pp accept CID of Datatype Sensitive[String]
    - do the Unwrap at the latest possible Location
    
    * update rspec tests
    
    ---------
    
    Co-authored-by: ffalor <35144141+ffalor@users.noreply.github.com>
    Co-authored-by: ffalor <ffalorjr@outlook.com>
    3 people authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    137365d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec207d View commit details
    Browse the repository at this point in the history
  3. Release prep v0.8.0 (#82)

    Co-authored-by: GitHub Action <CrowdStrike@users.noreply.github.com>
    github-actions[bot] and GitHub Action authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2ccfa1e View commit details
    Browse the repository at this point in the history
Loading