Skip to content

Commit

Permalink
Merge pull request #156 from IntelLabs/dependabot/pip/deploy/ansible-…
Browse files Browse the repository at this point in the history
…7.0.0

build(deps): bump ansible from 6.5.0 to 7.0.0 in /deploy
  • Loading branch information
Wenzel authored Feb 1, 2023
2 parents cd2b640 + 6f37d97 commit 7441283
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# ✨ Improvements

- Follow [kafl_fuzzer](https://github.com/IntelLabs/kafl.fuzzer) changelog style (https://github.com/IntelLabs/kAFL/pull/123)
- Require `Python 3.9` and upgrading to latest `Ansible 7.1.0` (#156)

# 🔧 Fixes

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

- name: Setup ansible venv
working-directory: deploy
Expand All @@ -45,7 +45,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

- name: Run deployment in check mode (dry-run)
run: make deploy -- --check
Expand All @@ -60,7 +60,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

# shallow clone for CI speed
- name: Setup ansible extra vars in JSON file
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

# shallow clone for CI speed
- name: Setup ansible extra vars in JSON file
Expand Down
3 changes: 1 addition & 2 deletions deploy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ansible==6.5.0
ansible-core==2.13.6
ansible==7.1.0
cffi==1.15.0
cryptography==38.0.3
Jinja2==3.1.2
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kAFL's installation process will start by checking your processor's compatibilit

### 1.2 Software

- _Python 3_ interpreter (`>= 3.6`)
- _Python 3_ interpreter (`>= 3.9`)
- _Git_
- Essential toolchain to build software (`make`, `gcc`, ...)

Expand Down

0 comments on commit 7441283

Please sign in to comment.