Skip to content

Commit

Permalink
Release prep v0.6.0 (#55)
Browse files Browse the repository at this point in the history
* Release prep v0.6.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 Oct 24, 2022
1 parent 172c1cb commit 38cba40
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.6.0](https://github.com/crowdstrike/puppet-falcon/tree/v0.6.0) (2022-10-24)

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

### Added

- Add `tags` support for linux [\#54](https://github.com/CrowdStrike/puppet-falcon/pull/54) ([ffalor](https://github.com/ffalor))

## [v0.5.1](https://github.com/crowdstrike/puppet-falcon/tree/v0.5.1) (2022-10-12)

[Full Changelog](https://github.com/crowdstrike/puppet-falcon/compare/v0.5.0...v0.5.1)
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
@version = '0.5.1'
@version = '6.0.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.5.1",
"version": "0.6.0",
"author": "crowdstrike",
"summary": "Module to manage CrowdStrike Falcon Sensor",
"license": "MIT",
Expand Down

0 comments on commit 38cba40

Please sign in to comment.