diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b30a04c8..9b15fb4c 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - uses: actions/setup-python@v3 - - uses: actions/cache@v4.2.2 + - uses: actions/cache@v5.0.1 with: path: | ~/.cache/pre-commit diff --git a/content/Changelog.md b/content/Changelog.md index b00a4dd7..fca94235 100644 --- a/content/Changelog.md +++ b/content/Changelog.md @@ -60,7 +60,6 @@ Several changes introduced recently: ## 2018-01-24 - Faraday extension - - Some files must be equal or different across sosreports, actually we do have `release` and `ceilometer-yaml` one that rely on this, but this is hard to mantain as each new file will require a new plugin for Risu plus a new plugin for Magui. - In order to simplify this a new extension has been created so adding a new file to monitor no longer requires new plugins for `Risu` or `magui` but just creating a text file with some data within as documented on `Risuclient/plugins/faraday/README.md` diff --git a/content/README.magui.md b/content/README.magui.md index 38c38285..53d2ad19 100644 --- a/content/README.magui.md +++ b/content/README.magui.md @@ -53,6 +53,7 @@ Check latest changes on Linked script /home/iranzo/.local/bin/magui.py Done. ``` + - Pipsi will take care of installing a virtual environment and link to binary folder so you can call Risu.py or magui.py directly - Remember that pypi package might not contain all the latests plugins features as the github repo one. - Container: diff --git a/content/README.risu.md b/content/README.risu.md index 05915d3a..a61d6aa8 100644 --- a/content/README.risu.md +++ b/content/README.risu.md @@ -49,6 +49,7 @@ Check for plugins listing on [risuclient/plugins/](risuclient/plugins/) Linked script /home/iranzo/.local/bin/magui.py Done. ``` + - Pipsi will take care of installing a virtual environment and link to binary folder so you can call Risu.py or magui.py directly - Remember that pypi package might not contain all the latests plugins features as the github repo one. - Container: diff --git a/content/post/2018-05-08-whatsnew.markdown b/content/post/2018-05-08-whatsnew.markdown index ddc21160..49758d26 100644 --- a/content/post/2018-05-08-whatsnew.markdown +++ b/content/post/2018-05-08-whatsnew.markdown @@ -31,7 +31,6 @@ Some of the changes include... - is_filemode and is_required_filemode to check access permissions - POT generation update to allow duplicate message id's - Framework (Risu and magui) - - Python optimizations - Removed duplicated code - Declare variables to remove to reduce memory footprint