From 830aae5e96ead270bb022b1755700f7eb7f194b5 Mon Sep 17 00:00:00 2001 From: Shatakshi Mishra Date: Mon, 11 Sep 2023 18:54:28 +0530 Subject: [PATCH 1/7] Update ansible-lint to 6.19.0 (#354) --- _build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index 8e30259..940b1ef 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -1,6 +1,6 @@ ansible-pylibssh==1.1.0 ansible-runner==2.3.3 -ansible-lint[lock]==6.17.2 +ansible-lint[lock]==6.19.0 molecule==5.1.0 molecule-plugins[podman]==23.4.1 paramiko==3.2.0 # https://github.com/ansible/creator-ee/issues/140 From ee3f4c4d27c42c85b3e6d9b46152a74f31279fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:06:43 +0100 Subject: [PATCH 2/7] Bump actions/checkout from 3 to 4 (#352) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/task.yml | 2 +- .github/workflows/update-base.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43193f4..4b1e691 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed to determine version diff --git a/.github/workflows/task.yml b/.github/workflows/task.yml index 10b01c4..a31bd82 100644 --- a/.github/workflows/task.yml +++ b/.github/workflows/task.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed to determine version diff --git a/.github/workflows/update-base.yml b/.github/workflows/update-base.yml index a8de8be..746cc90 100644 --- a/.github/workflows/update-base.yml +++ b/.github/workflows/update-base.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed to determine version From 6c213df01b3920afb766acda85ce2da23c43888e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:07:02 +0100 Subject: [PATCH 3/7] chore: pre-commit autoupdate (#335) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.9-for-vscode...v3.0.3) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5) - [github.com/adrienverge/yamllint.git: v1.31.0 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.31.0...v1.32.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.9.0.5](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.2...v0.9.0.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9e531b..aa729da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,22 +22,22 @@ repos: language_version: python3 - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.0-alpha.9-for-vscode + rev: v3.0.3 hooks: - id: prettier - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.31.0 + rev: v1.32.0 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.2 + rev: v0.9.0.5 hooks: - id: shellcheck args: From ba36f3098d24fe4efcad2896815b252f5e2f32e1 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 15 Sep 2023 09:20:53 +0100 Subject: [PATCH 4/7] Update dependabot.yml (#355) --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b90df96..962ebd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: interval: daily labels: - dependabot-deps-updates + - skip-changelog allow: - dependency-type: all - package-ecosystem: "github-actions" @@ -14,5 +15,5 @@ updates: interval: daily open-pull-requests-limit: 3 labels: - - "dependencies" - - "skip-changelog" + - dependencies + - skip-changelog From a7e90aae7eab3b0f729e89318cc1aa9ed97a0f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:48:11 +0100 Subject: [PATCH 5/7] Bump paramiko from 3.2.0 to 3.3.1 in /_build (#344) Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.2.0 to 3.3.1. - [Commits](https://github.com/paramiko/paramiko/compare/3.2.0...3.3.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea --- _build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index 940b1ef..6aa53de 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -3,5 +3,5 @@ ansible-runner==2.3.3 ansible-lint[lock]==6.19.0 molecule==5.1.0 molecule-plugins[podman]==23.4.1 -paramiko==3.2.0 # https://github.com/ansible/creator-ee/issues/140 +paramiko==3.3.1 # https://github.com/ansible/creator-ee/issues/140 jmespath==1.0.1 # needed for json_query module From 9c60055c278fe6ce4aa3086817e094a4e610901a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:57:47 +0100 Subject: [PATCH 6/7] Bump molecule from 5.1.0 to 6.0.2 in /_build (#351) Bumps [molecule](https://github.com/ansible-community/molecule) from 5.1.0 to 6.0.2. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v5.1.0...v6.0.2) --- updated-dependencies: - dependency-name: molecule dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea --- _build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index 6aa53de..bf28439 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -1,7 +1,7 @@ ansible-pylibssh==1.1.0 ansible-runner==2.3.3 ansible-lint[lock]==6.19.0 -molecule==5.1.0 +molecule==6.0.2 molecule-plugins[podman]==23.4.1 paramiko==3.3.1 # https://github.com/ansible/creator-ee/issues/140 jmespath==1.0.1 # needed for json_query module From 747b5d2b4a6c42699a4ce2692f15be5236d82781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:58:23 +0100 Subject: [PATCH 7/7] Bump ansible-runner from 2.3.3 to 2.3.4 in /_build (#356) Bumps [ansible-runner](https://github.com/ansible/ansible-runner) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/ansible/ansible-runner/releases) - [Commits](https://github.com/ansible/ansible-runner/compare/2.3.3...2.3.4) --- updated-dependencies: - dependency-name: ansible-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- _build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index bf28439..4c29c6a 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -1,5 +1,5 @@ ansible-pylibssh==1.1.0 -ansible-runner==2.3.3 +ansible-runner==2.3.4 ansible-lint[lock]==6.19.0 molecule==6.0.2 molecule-plugins[podman]==23.4.1