From 3bf69e59f831c289e93b514562a3e8976510df36 Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Mon, 15 May 2023 16:19:41 -0400 Subject: [PATCH] Bump version v0.1.3 (#49) --- .markdownlint-cli2.jsonc | 3 ++- CHANGELOG.md | 12 ++++++++++++ libraries/falconapi.rb | 2 +- metadata.rb | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index a572f3e..9d95ebf 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -1,5 +1,6 @@ { "config": { - "line-length": false + "line-length": false, + "no-bare-urls": false } } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7599004..19db3a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,3 +25,15 @@ Initial release. - Add local install_method to install falcon from local file source by @carlosmmatos in - Update ci and fix local install by @carlosmmatos in - Fix issue with s390x support on sensor API by @carlosmmatos in + +## v0.1.3 + +**Full Changelog**: + +- 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 diff --git a/libraries/falconapi.rb b/libraries/falconapi.rb index a3ca550..18b221a 100644 --- a/libraries/falconapi.rb +++ b/libraries/falconapi.rb @@ -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. diff --git a/metadata.rb b/metadata.rb index 86ce1f0..a48388a 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cloud-integrations@crowdstrike.com' 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