Skip to content

Commit 7145a1b

Browse files
Merge pull request #113 from julienloizelet/feat/update-lib-0-32-0
feat(*): Update crowdsec lib to 0.32.0 version
2 parents 17fc6da + e5f9167 commit 7145a1b

File tree

229 files changed

+19745
-2105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+19745
-2105
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "##[${{ env.VERSION_NUMBER }}]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/tag/v${{ env.VERSION_NUMBER }})-$CURRENT_DATE"
5050
if [[ $CHANGELOG_VERSION == "##[${{ env.VERSION_NUMBER }}]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/tag/v${{ env.VERSION_NUMBER }})-$CURRENT_DATE" ]]
5151
then
52-
echo "Version in CHANGELOG.md: OK"
52+
echo "Version in CHANGELOG.md: OK"
5353
else
5454
echo "Version in CHANGELOG.md: KO"
5555
exit 1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"crowdsec/bouncer": "0.29.0",
22+
"crowdsec/bouncer": "0.32.0",
2323
"symfony/polyfill-mbstring": "1.20.0",
2424
"symfony/service-contracts": "2.4.1"
2525
},

composer.lock

Lines changed: 94 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/USER_GUIDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ also be able to test your settings.
7272

7373
***
7474

75-
7675
`Connection details → Local API URL`
7776

7877
Url to join your CrowdSec Local API.
7978

79+
If the CrowdSec Agent is installed on this server, you could set this field to `http://localhost:8080`.
80+
8081
***
8182

8283
`Connection details → Authentication type`

tests/e2e-ddev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"jest-playwright-preset": "^1.4.3",
2424
"jest-runner": "^26.6.3",
2525
"lodash": "^4.17.21",
26-
"playwright-chromium": "1.22.2",
26+
"playwright-chromium": "^1.26.1",
2727
"ws": "^7.4.6"
2828
}
2929
}

0 commit comments

Comments
 (0)