From f59ed0d8268a40d1d3c51645b7503d0f60d27f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:57:35 +0000 Subject: [PATCH 1/2] build(deps): bump actions/checkout from 4.1.7 to 5.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.7...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/hugo.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index f6e1bd7d..ce59cdf3 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -7,7 +7,7 @@ jobs: auto-merge: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v5.0.0 - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' with: diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 6d8de963..2dc8133e 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v5.0.0 - name: Run Hugo uses: crazy-max/ghaction-hugo@v2 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b30a04c8..cadafab2 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,7 +9,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v5.0.0 with: fetch-depth: 0 - uses: actions/setup-python@v3 From ab44032e0db9fbfe96f345693586119146b93cde Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:58:49 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- content/Changelog.md | 1 - content/README.magui.md | 1 + content/README.risu.md | 1 + content/post/2018-05-08-whatsnew.markdown | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) 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