Skip to content

Commit

Permalink
Bump version v0.1.3 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos authored May 15, 2023
1 parent 1576a4c commit 3bf69e5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"config": {
"line-length": false
"line-length": false,
"no-bare-urls": false
}
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ Initial release.
- Add local install_method to install falcon from local file source by @carlosmmatos in <https://github.com/CrowdStrike/chef-falcon/pull/30>
- Update ci and fix local install by @carlosmmatos in <https://github.com/CrowdStrike/chef-falcon/pull/31>
- Fix issue with s390x support on sensor API by @carlosmmatos in <https://github.com/CrowdStrike/chef-falcon/pull/34>

## v0.1.3

**Full Changelog**: <https://github.com/CrowdStrike/chef-falcon/compare/0.1.2...v0.1.3>

- Fixed issue of pointing to wrong files for nightly runs by @carlosmmatos in https://github.com/CrowdStrike/chef-falcon/pull/39
- Add changelog for last release to not forget in next one by @carlosmmatos in https://github.com/CrowdStrike/chef-falcon/pull/42
- Fix ci issues for version and lint by @carlosmmatos in https://github.com/CrowdStrike/chef-falcon/pull/43
- Manage sensor version via GH secrets by @carlosmmatos in https://github.com/CrowdStrike/chef-falcon/pull/44
- Added new FALCON_VERSIONS to nightly workflow by @carlosmmatos in https://github.com/CrowdStrike/chef-falcon/pull/46
- Add FALCON_VERSION as valid workflow call by @carlosmmatos in https://github.com/CrowdStrike/chef-falcon/pull/47
- fixes issue with user-agent being overwritten by sensor version by @carlosmmatos in https://github.com/CrowdStrike/chef-falcon/pull/48
2 changes: 1 addition & 1 deletion libraries/falconapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def initialize(falcon_cloud: nil, bearer_token: nil, client_id: nil, client_secr
end
@client_id = client_id
@client_secret = client_secret
@cookbook_version = '0.1.2'
@cookbook_version = '0.1.3'
end

# Returns the version of the sensor installer for the given policy and platform name.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'GPL-3.0'
description 'Installs/Configures Falcon sensor'
version '0.1.2'
version '0.1.3'
chef_version '>= 16.0'

# The `issues_url` points to the location where issues for this cookbook are
Expand Down

0 comments on commit 3bf69e5

Please sign in to comment.