Skip to content

Commit 50233a1

Browse files
authored
chore: bumping to v1.11.0 (#472)
1 parent 6230e66 commit 50233a1

File tree

12 files changed

+28
-28
lines changed

12 files changed

+28
-28
lines changed

bash/containers/falcon-container-sensor-pull/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The script supports auto-discovery of the Falcon cloud region. If the cloud regi
9292

9393
```terminal
9494
Usage: falcon-container-sensor-pull.sh [options]
95-
Version: 1.10.1
95+
Version: 1.11.0
9696
9797
Required Flags:
9898
-u, --client-id <FALCON_CLIENT_ID> Falcon API OAUTH Client ID

bash/containers/falcon-container-sensor-pull/falcon-container-sensor-pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description: Bash script to copy Falcon DaemonSet Sensor, Container Sensor, Kube
66

77
set -e
88

9-
VERSION="1.10.1"
9+
VERSION="1.11.0"
1010

1111
usage() {
1212
echo "Usage: $0 [options]

bash/install/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The installer is AWS SSM aware, if `FALCON_CLIENT_ID` and `FALCON_CLIENT_SECRET`
106106
Usage: falcon-linux-install.sh [-h|--help]
107107
108108
Installs and configures the CrowdStrike Falcon Sensor for Linux.
109-
Version: 1.10.1
109+
Version: 1.11.0
110110
111111
This script recognizes the following environmental variables:
112112
@@ -209,15 +209,15 @@ To download and run the script directly:
209209
```bash
210210
export FALCON_CLIENT_ID="XXXXXXX"
211211
export FALCON_CLIENT_SECRET="YYYYYYYYY"
212-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/install/falcon-linux-install.sh | bash
212+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/install/falcon-linux-install.sh | bash
213213
```
214214
215215
Alternatively, download the script and run it locally:
216216
217217
```bash
218218
export FALCON_CLIENT_ID="XXXXXXX"
219219
export FALCON_CLIENT_SECRET="YYYYYYYYY"
220-
curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/install/falcon-linux-install.sh
220+
curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/install/falcon-linux-install.sh
221221
bash falcon-linux-install.sh
222222
```
223223
@@ -234,7 +234,7 @@ FALCON_CLIENT_ID="XXXXXXX" FALCON_CLIENT_SECRET="YYYYYYYYY" bash falcon-linux-in
234234
```bash
235235
export FALCON_CLIENT_ID="XXXXXXX"
236236
export FALCON_CLIENT_SECRET="YYYYYYYYY"
237-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/install/falcon-linux-install.sh | bash
237+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/install/falcon-linux-install.sh | bash
238238
```
239239
240240
#### Install the Falcon Sensor with the previous version (n-1)
@@ -243,7 +243,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bas
243243
export FALCON_CLIENT_ID="XXXXXXX"
244244
export FALCON_CLIENT_SECRET="YYYYYYYYY"
245245
export FALCON_SENSOR_VERSION_DECREMENT=1
246-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/install/falcon-linux-install.sh | bash
246+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/install/falcon-linux-install.sh | bash
247247
```
248248
249249
#### Create a Golden Image
@@ -252,7 +252,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bas
252252
export FALCON_CLIENT_ID="XXXXXXX"
253253
export FALCON_CLIENT_SECRET="YYYYYYYYY"
254254
export PREP_GOLDEN_IMAGE="true"
255-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/install/falcon-linux-install.sh | bash
255+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/install/falcon-linux-install.sh | bash
256256
```
257257
258258
## Uninstall Script
@@ -261,7 +261,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bas
261261
Usage: falcon-linux-uninstall.sh [-h|--help]
262262
263263
Uninstalls the CrowdStrike Falcon Sensor from Linux operating systems.
264-
Version: 1.10.1
264+
Version: 1.11.0
265265
266266
This script recognizes the following environmental variables:
267267
@@ -318,13 +318,13 @@ This script recognizes the following argument:
318318
To download and run the script directly
319319
320320
```bash
321-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/install/falcon-linux-uninstall.sh | bash
321+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/install/falcon-linux-uninstall.sh | bash
322322
```
323323
324324
Alternatively, download the script and run it locally
325325
326326
```bash
327-
curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/install/falcon-linux-uninstall.sh
327+
curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/install/falcon-linux-uninstall.sh
328328
bash falcon-linux-uninstall.sh
329329
```
330330
@@ -333,7 +333,7 @@ bash falcon-linux-uninstall.sh
333333
#### Uninstall the Falcon Sensor
334334
335335
```bash
336-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/install/falcon-linux-uninstall.sh | bash
336+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/install/falcon-linux-uninstall.sh | bash
337337
```
338338
339339
## Troubleshooting
@@ -347,5 +347,5 @@ bash -x falcon-linux-install.sh
347347
or
348348
349349
```bash
350-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/install/falcon-linux-install.sh | bash -x
350+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/install/falcon-linux-install.sh | bash -x
351351
```

bash/install/falcon-linux-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This script recognizes the following argument:
104104
EOF
105105
}
106106

107-
VERSION="1.10.1"
107+
VERSION="1.11.0"
108108

109109
# If -h or --help is passed, print the usage and exit
110110
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then

bash/install/falcon-linux-uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This script recognizes the following argument:
6060
EOF
6161
}
6262

63-
VERSION="1.10.1"
63+
VERSION="1.11.0"
6464

6565
# If -h or --help is passed, print the usage and exit
6666
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then

bash/migrate/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export [OLD|NEW]FALCON_CLOUD="us-gov-1"
8484
Usage: falcon-linux-migrate.sh [-h|--help]
8585
8686
Migrates the Falcon sensor to another Falcon CID.
87-
Version: 1.10.1
87+
Version: 1.11.0
8888
8989
This script recognizes the following environmental variables:
9090
@@ -206,7 +206,7 @@ export OLD_FALCON_CLOUD="us-1"
206206
export NEW_FALCON_CLIENT_ID="ZZZZZZZ"
207207
export NEW_FALCON_CLIENT_SECRET="WWWWWWW"
208208
export NEW_FALCON_CLOUD="us-2"
209-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/migrate/falcon-linux-migrate.sh | sudo bash
209+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/migrate/falcon-linux-migrate.sh | sudo bash
210210
```
211211

212212
#### Migrate a sensor to EU-1 with removal from old console
@@ -219,7 +219,7 @@ export NEW_FALCON_CLIENT_ID="ZZZZZZZ"
219219
export NEW_FALCON_CLIENT_SECRET="WWWWWWW"
220220
export NEW_FALCON_CLOUD="eu-1"
221221
export FALCON_REMOVE_HOST="true"
222-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/migrate/falcon-linux-migrate.sh | sudo bash
222+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/migrate/falcon-linux-migrate.sh | sudo bash
223223
```
224224

225225
#### Migrate a sensor with custom tags
@@ -231,7 +231,7 @@ export NEW_FALCON_CLIENT_ID="ZZZZZZZ"
231231
export NEW_FALCON_CLIENT_SECRET="WWWWWWW"
232232
export FALCON_TAGS="department/it,location/hq"
233233
export FALCON_GROUPING_TAGS="environment/production,criticality/high"
234-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/migrate/falcon-linux-migrate.sh | sudo bash
234+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/migrate/falcon-linux-migrate.sh | sudo bash
235235
```
236236

237237
#### Migrate a sensor from one CID to another within the same cloud
@@ -243,7 +243,7 @@ export OLD_FALCON_CLOUD="us-1"
243243
export NEW_FALCON_CLIENT_ID="ZZZZZZZ"
244244
export NEW_FALCON_CLIENT_SECRET="WWWWWWW"
245245
export NEW_FALCON_CLOUD="us-1"
246-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/migrate/falcon-linux-migrate.sh | sudo bash
246+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/migrate/falcon-linux-migrate.sh | sudo bash
247247
```
248248

249249
## Troubleshooting
@@ -257,7 +257,7 @@ bash -x falcon-linux-migrate.sh
257257
or
258258

259259
```bash
260-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bash/migrate/falcon-linux-migrate.sh | bash -x
260+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/bash/migrate/falcon-linux-migrate.sh | bash -x
261261
```
262262

263263
The script creates a log file at the location specified by `LOG_PATH` (defaults to `/tmp`) with the name format `falcon_migration_YYYYMMDD_HHMMSS.log`. This log contains detailed information about each step of the migration process.

bash/migrate/falcon-linux-migrate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Bash script to migrate Falcon sensor to another falcon CID.
44
#
55

6-
VERSION="1.10.1"
6+
VERSION="1.11.0"
77

88
print_usage() {
99
cat <<EOF

powershell/install/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Enable verbose logging
122122
To download the script:
123123

124124
```pwsh
125-
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/powershell/install/falcon_windows_install.ps1 -OutFile falcon_windows_install.ps1
125+
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/powershell/install/falcon_windows_install.ps1 -OutFile falcon_windows_install.ps1
126126
```
127127

128128
Basic example that will install the sensor with the provided provisioning token
@@ -184,7 +184,7 @@ Enable verbose logging
184184
To download the script:
185185

186186
```pwsh
187-
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/powershell/install/falcon_windows_uninstall.ps1 -OutFile falcon_windows_uninstall.ps1
187+
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0/powershell/install/falcon_windows_uninstall.ps1 -OutFile falcon_windows_uninstall.ps1
188188
```
189189

190190
Basic example that will uninstall the sensor with the provided maintenance token

powershell/install/falcon_windows_install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ begin {
146146
$PSScriptRoot
147147
}
148148

149-
$ScriptVersion = "1.10.1"
149+
$ScriptVersion = "1.11.0"
150150
$BaseUserAgent = "crowdstrike-falcon-scripts/$ScriptVersion"
151151
$FullUserAgent = if ($UserAgent) {
152152
"$BaseUserAgent $UserAgent"

powershell/install/falcon_windows_uninstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ begin {
132132
$PSScriptRoot
133133
}
134134

135-
$ScriptVersion = "1.10.1"
135+
$ScriptVersion = "1.11.0"
136136
$BaseUserAgent = "crowdstrike-falcon-scripts/$ScriptVersion"
137137
$FullUserAgent = if ($UserAgent) {
138138
"$BaseUserAgent $UserAgent"

0 commit comments

Comments
 (0)