From e838b0fa9a65f48c11e234689e0eae4a87f0b46f Mon Sep 17 00:00:00 2001 From: "Luke Tainton (ltainton)" Date: Mon, 27 Nov 2023 13:52:28 +0000 Subject: [PATCH 01/11] fix(ci): wait for Docker build before updating Portainer --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6518806..94c9b22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: tag: ${{ steps.tag_version.outputs.new_tag }} name: ${{ steps.tag_version.outputs.new_tag }} body: ${{ steps.tag_version.outputs.changelog }} - + publish: name: GitHub Container Registry runs-on: ubuntu-latest @@ -42,10 +42,11 @@ jobs: deploy: name: Update Portainer Deployment runs-on: ubuntu-latest + needs: publish steps: - uses: fjogeleit/http-request-action@v1 with: url: ${{ secrets.PORTAINER_WEBHOOK_URL }} method: POST timeout: 30000 - preventFailureOnNoResponse: 'true' + preventFailureOnNoResponse: "true" From 88096c8166ec7f02fc603ae246d55ea46d84663d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:54:31 +0000 Subject: [PATCH 02/11] fix(deps): update dependency platformdirs to v4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 900848b..d41dc34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ mypy-extensions==1.0.0 nodeenv==1.8.0 packaging==23.2 pathspec==0.11.2 -platformdirs==3.11.0 +platformdirs==4.0.0 pluggy==1.3.0 py==1.11.0 pycodestyle==2.11.1 From 6d3c04c63fbea6371e8228310b6cb3454c46a798 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:38:06 +0000 Subject: [PATCH 03/11] fix(deps): update dependency platformdirs to v4.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d41dc34..7be6bc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ mypy-extensions==1.0.0 nodeenv==1.8.0 packaging==23.2 pathspec==0.11.2 -platformdirs==4.0.0 +platformdirs==4.1.0 pluggy==1.3.0 py==1.11.0 pycodestyle==2.11.1 From b36a9668969bf364c5fbd473b89b37a0fb6fc129 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:01:39 +0000 Subject: [PATCH 04/11] fix(deps): update dependency virtualenv to v20.25.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7be6bc7..f421c16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ toml==0.10.2 tomli==2.0.1 tomlkit==0.12.3 urllib3==2.1.0 -virtualenv==20.24.7 +virtualenv==20.25.0 webex-bot==0.4.1 webexteamssdk==1.6.1 websockets==10.2 From cd36a13f616f0b2e06e44515d11c73036da619eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 04:50:46 +0000 Subject: [PATCH 05/11] fix(deps): update dependency identify to v2.5.33 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f421c16..a82a7ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ distlib==0.3.7 filelock==3.13.1 future==0.18.3 humanfriendly==10.0 -identify==2.5.32 +identify==2.5.33 idna==3.6 iniconfig==2.0.0 lazy-object-proxy==1.9.0 From b36786d9c131df0db7d29d666b9e722202cc9a12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:26:29 +0000 Subject: [PATCH 06/11] fix(deps): update dependency pathspec to v0.12.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a82a7ce..dae68d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ mccabe==0.7.0 mypy-extensions==1.0.0 nodeenv==1.8.0 packaging==23.2 -pathspec==0.11.2 +pathspec==0.12.0 platformdirs==4.1.0 pluggy==1.3.0 py==1.11.0 From e4d88ef8138c4e065b72407f08348df01b79a5fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:16:22 +0000 Subject: [PATCH 07/11] fix(deps): update dependency pathspec to v0.12.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dae68d8..440a2fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ mccabe==0.7.0 mypy-extensions==1.0.0 nodeenv==1.8.0 packaging==23.2 -pathspec==0.12.0 +pathspec==0.12.1 platformdirs==4.1.0 pluggy==1.3.0 py==1.11.0 From b42f97f2ef16faaa59b49b57f13f7eba99279b08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:45:19 +0000 Subject: [PATCH 08/11] fix(deps): update dependency astroid to v3.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 440a2fc..10a6502 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.0.1 +astroid==3.0.2 attrs==23.1.0 autopep8==2.0.4 backoff==2.2.1 From 555e9ff50ed6d72c44941357ddd3921d7d79fdf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:48:49 +0000 Subject: [PATCH 09/11] fix(deps): update dependency distlib to v0.3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10a6502..d3a1619 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ charset-normalizer==3.3.2 click==8.1.7 coloredlogs==15.0.1 dill==0.3.7 -distlib==0.3.7 +distlib==0.3.8 filelock==3.13.1 future==0.18.3 humanfriendly==10.0 From 9a567a92e48b086c9a8cd503c37968cd0c9c7ceb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:33:56 +0000 Subject: [PATCH 10/11] fix(deps): update dependency lazy-object-proxy to v1.10.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3a1619..926e759 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ humanfriendly==10.0 identify==2.5.33 idna==3.6 iniconfig==2.0.0 -lazy-object-proxy==1.9.0 +lazy-object-proxy==1.10.0 mccabe==0.7.0 mypy-extensions==1.0.0 nodeenv==1.8.0 From 0954200ebfc304abe9b1ae496287995f9df13a45 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 30 Dec 2023 13:32:12 +0000 Subject: [PATCH 11/11] Pass SNYK_TOKEN to CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce3eb9f..83cd7ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,10 @@ jobs: uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} dockerci: uses: luketainton/gha-workflows/.github/workflows/ci-docker.yml@main secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}