Skip to content

Commit

Permalink
chore: bump v1.5.0 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos authored Jun 20, 2024
1 parent fa332de commit d1c11ad
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bash/containers/falcon-container-sensor-pull/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The script supports auto-discovery of the Falcon cloud region. If the cloud regi

```terminal
Usage: falcon-container-sensor-pull.sh [options]
Version: 1.4.2
Version: 1.5.0
Required Flags:
-u, --client-id <FALCON_CLIENT_ID> Falcon API OAUTH Client ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: Bash script to copy Falcon DaemonSet Sensor, Container Sensor, Kube

set -e

VERSION="1.4.2"
VERSION="1.5.0"

usage() {
echo "Usage: $0 [options]
Expand Down
12 changes: 6 additions & 6 deletions bash/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The installer is AWS SSM aware, if `FALCON_CLIENT_ID` and `FALCON_CLIENT_SECRET`
```terminal
Installs and configures the CrowdStrike Falcon Sensor for Linux.
Version: 1.4.2
Version: 1.5.0
The script recognizes the following environmental variables:
Expand Down Expand Up @@ -160,7 +160,7 @@ Other Options
To download and run the script:
```bash
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.4.2/bash/install/falcon-linux-install.sh | bash
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.5.0/bash/install/falcon-linux-install.sh | bash
```
Alternatively, you can run the script by cloning the repo:
Expand All @@ -185,7 +185,7 @@ bash falcon-linux-install.sh
```terminal
Uninstalls the CrowdStrike Falcon Sensor from Linux operating systems.
Version: 1.4.2
Version: 1.5.0
The script recognizes the following environmental variables:
Expand Down Expand Up @@ -228,7 +228,7 @@ Other Options:
To download and run the script:
```bash
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.4.2/bash/install/falcon-linux-uninstall.sh | bash
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.5.0/bash/install/falcon-linux-uninstall.sh | bash
```
Uninstall and remove the host from the Falcon console:
Expand All @@ -237,7 +237,7 @@ Uninstall and remove the host from the Falcon console:
export FALCON_CLIENT_ID="XXXXXXX"
export FALCON_CLIENT_SECRET="YYYYYYYYY"
export FALCON_REMOVE_HOST="true"
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.4.2/bash/install/falcon-linux-uninstall.sh | bash
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.5.0/bash/install/falcon-linux-uninstall.sh | bash
```
## Troubleshooting
Expand All @@ -251,5 +251,5 @@ bash -x falcon-linux-install.sh
or
```bash
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.4.2/bash/install/falcon-linux-install.sh | bash -x
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.5.0/bash/install/falcon-linux-install.sh | bash -x
```
2 changes: 1 addition & 1 deletion bash/install/falcon-linux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Other Options
EOF
}

VERSION="1.4.2"
VERSION="1.5.0"

main() {
if [ -n "$1" ]; then
Expand Down
2 changes: 1 addition & 1 deletion bash/install/falcon-linux-uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Other Options:
EOF
}

VERSION="1.4.2"
VERSION="1.5.0"

main() {
if [ -n "$1" ]; then
Expand Down

0 comments on commit d1c11ad

Please sign in to comment.