Skip to content

Commit

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

* bump module version

---------

Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: ffalor <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2024
1 parent daf61a9 commit 029aa55
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,21 @@ 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.11.0](https://github.com/CrowdStrike/puppet-falcon/tree/v0.11.0) - 2024-08-15

[Full Changelog](https://github.com/CrowdStrike/puppet-falcon/compare/v0.10.0...v0.11.0)

### Other

- change symbol to string [#96](https://github.com/CrowdStrike/puppet-falcon/pull/96) ([ffalor](https://github.com/ffalor))
- add version manage accept test [#95](https://github.com/CrowdStrike/puppet-falcon/pull/95) ([ffalor](https://github.com/ffalor))

## [v0.10.0](https://github.com/CrowdStrike/puppet-falcon/tree/v0.10.0) - 2024-04-16

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

### Other
### Added

- Update Gemfile [#90](https://github.com/CrowdStrike/puppet-falcon/pull/90) ([ffalor](https://github.com/ffalor))
- allow proxy settings to be set for sensor download [#89](https://github.com/CrowdStrike/puppet-falcon/pull/89) ([ffalor](https://github.com/ffalor))

## [v0.9.0](https://github.com/CrowdStrike/puppet-falcon/tree/v0.9.0) - 2023-11-02
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 @@ -34,7 +34,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.10.0'
@module_version = 'v0.11.0'
end

# Returns the version of the sensor installer for the given policy and platform name.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crowdstrike-falcon",
"version": "0.10.0",
"version": "0.11.0",
"author": "crowdstrike",
"summary": "Module to manage CrowdStrike Falcon Sensor",
"license": "MIT",
Expand Down

0 comments on commit 029aa55

Please sign in to comment.