Skip to content

Commit

Permalink
Release prep v0.9.0 (#85)
Browse files Browse the repository at this point in the history
* Release prep v0.9.0

* Update falconapi.rb

---------

Co-authored-by: GitHub Action <CrowdStrike@users.noreply.github.com>
Co-authored-by: ffalor <35144141+ffalor@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 2, 2023
1 parent f0151ae commit 303d030
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v0.9.0](https://github.com/crowdstrike/puppet-falcon/tree/v0.9.0) (2023-11-02)

[Full Changelog](https://github.com/crowdstrike/puppet-falcon/compare/v0.8.0...v0.9.0)

### Added

- puppet8 support [\#84](https://github.com/CrowdStrike/puppet-falcon/pull/84) ([ffalor](https://github.com/ffalor))

## [v0.8.0](https://github.com/crowdstrike/puppet-falcon/tree/v0.8.0) (2023-08-30)

[Full Changelog](https://github.com/crowdstrike/puppet-falcon/compare/v0.7.1...v0.8.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/puppet_x/falconapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def initialize(falcon_cloud:, bearer_token: nil, client_id: nil, client_secret:
end
@client_id = client_id
@client_secret = client_secret
@module_version = 'v0.7.1'
@module_version = 'v0.9.0'
end

# Returns the version of the sensor installer for the given policy and platform name.
Expand Down
8 changes: 5 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "crowdstrike-falcon",
"version": "0.8.0",
"version": "0.9.0",
"author": "crowdstrike",
"summary": "Module to manage CrowdStrike Falcon Sensor",
"license": "MIT",
"source": "https://github.com/crowdstrike/puppet-falcon",
"project_page": "https://github.com/crowdstrike/puppet-falcon",
"issues_url": "https://github.com/crowdstrike/puppet-falcon/issues",
"dependencies": [],
"dependencies": [

],
"operatingsystem_support": [
{
"operatingsystem": "OSX",
Expand Down Expand Up @@ -87,4 +89,4 @@
"pdk-version": "3.0.0",
"template-url": "pdk-default#3.0.0",
"template-ref": "tags/3.0.0-0-g056e50d"
}
}

0 comments on commit 303d030

Please sign in to comment.