From 857ccaa1874e478bfbe4aad92c0be19f99abee42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 06:31:19 +0000 Subject: [PATCH 01/15] feat(Dependencies): Update pre-commit hook myint/autoflake to v2.2.1 | datasource | package | from | to | | ----------- | --------------- | ------ | ------ | | github-tags | myint/autoflake | v2.2.0 | v2.2.1 | --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e776638..5d00f3db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: flynt - repo: https://github.com/myint/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake args: From 3a6097a514a2f9c2406b017827e47edb986fb646 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:08:45 +0000 Subject: [PATCH 02/15] feat(Dependencies): Update dependency openstacksdk to v1.5.0 | datasource | package | from | to | | ---------- | ------------ | ----- | ----- | | pypi | openstacksdk | 1.4.0 | 1.5.0 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c9e7262d..5ce3292c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ setuptools==68.1.2 thrift==0.16.0 python-keystoneclient==5.1.0 -openstacksdk ==1.4.0 +openstacksdk ==1.5.0 deprecated ==1.2.14 Click==8.1.7 ansible==8.3.0 From 7368b5a5770bf908a9991f328135c7f7f8aba537 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:18:32 +0000 Subject: [PATCH 03/15] feat(Dependencies): Update docker.elastic.co/beats/filebeat Docker tag to v8.9.2 | datasource | package | from | to | | ---------- | -------------------------------- | ----- | ----- | | docker | docker.elastic.co/beats/filebeat | 8.9.1 | 8.9.2 | --- docker-compose.bibigrid.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.bibigrid.yml b/docker-compose.bibigrid.yml index 7b7497ec..970f6a8f 100644 --- a/docker-compose.bibigrid.yml +++ b/docker-compose.bibigrid.yml @@ -45,7 +45,7 @@ services: # filebeat filebeat: - image: docker.elastic.co/beats/filebeat:8.9.1 + image: docker.elastic.co/beats/filebeat:8.9.2 env_file: - .env volumes: diff --git a/docker-compose.yml b/docker-compose.yml index a0af6b0c..d4664d26 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: # filebeat filebeat: container_name: client_filebeat - image: docker.elastic.co/beats/filebeat:8.9.1 + image: docker.elastic.co/beats/filebeat:8.9.2 env_file: - .env volumes: From 3488a693f3696aa4d862998e8cf38e5b4444876e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 03:59:05 +0000 Subject: [PATCH 04/15] feat(Dependencies): Update redis Docker tag to v7.2.1 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | docker | redis | 7.2.0 | 7.2.1 | --- docker-compose.bibigrid.yml | 2 +- docker-compose.dev.bibigrid.yml | 2 +- docker-compose.dev.yml | 2 +- docker-compose.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.bibigrid.yml b/docker-compose.bibigrid.yml index 970f6a8f..e11f0759 100644 --- a/docker-compose.bibigrid.yml +++ b/docker-compose.bibigrid.yml @@ -20,7 +20,7 @@ services: client_redis: container_name: client_redis - image: redis:7.2.0 + image: redis:7.2.1 expose: - "6379" healthcheck: diff --git a/docker-compose.dev.bibigrid.yml b/docker-compose.dev.bibigrid.yml index 369fc802..b84df940 100644 --- a/docker-compose.dev.bibigrid.yml +++ b/docker-compose.dev.bibigrid.yml @@ -20,7 +20,7 @@ services: client_redis: container_name: client_redis - image: redis:7.2.0 + image: redis:7.2.1 expose: - "6379" healthcheck: diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 53ef15e0..7520373b 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -20,7 +20,7 @@ services: client_redis: container_name: client_redis - image: redis:7.2.0 + image: redis:7.2.1 expose: - "6379" healthcheck: diff --git a/docker-compose.yml b/docker-compose.yml index d4664d26..05c65244 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: client_redis: container_name: client_redis - image: redis:7.2.0 + image: redis:7.2.1 expose: - "6379" healthcheck: From 03c84da39448683ab5eb4a3d2e189fe408e6ad8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:27:43 +0000 Subject: [PATCH 05/15] feat(Dependencies): Update docker/build-push-action action to v5 | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v4 | v5 | --- .github/workflows/publish_docker.yml | 2 +- .github/workflows/release_image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 58840e4a..7d2507bf 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -35,7 +35,7 @@ jobs: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_TOKEN }} - name: Build and publish image to Quay - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: file: Dockerfile push: true diff --git a/.github/workflows/release_image.yml b/.github/workflows/release_image.yml index 0fd268ac..bdcdb02f 100644 --- a/.github/workflows/release_image.yml +++ b/.github/workflows/release_image.yml @@ -21,7 +21,7 @@ jobs: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_TOKEN }} - name: Build and publish image to Quay - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: file: Dockerfile push: true From 1367298f6ba3c9d1aa86164b2e108ee18893094b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:27:49 +0000 Subject: [PATCH 06/15] feat(Dependencies): Update docker/login-action action to v3 | datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v2 | v3 | --- .github/workflows/publish_docker.yml | 2 +- .github/workflows/release_image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 58840e4a..c4ca43ef 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Login to Quay.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }} diff --git a/.github/workflows/release_image.yml b/.github/workflows/release_image.yml index 0fd268ac..d8c957cc 100644 --- a/.github/workflows/release_image.yml +++ b/.github/workflows/release_image.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Login to Quay.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }} From cb71442ee7e07212966c1dacc44aad7612b1c230 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:16:13 +0000 Subject: [PATCH 07/15] feat(Dependencies): Update docker/setup-buildx-action action to v3 | datasource | package | from | to | | ----------- | -------------------------- | ---- | -- | | github-tags | docker/setup-buildx-action | v2 | v3 | --- .github/workflows/publish_docker.yml | 2 +- .github/workflows/release_image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 58840e4a..2f7f3123 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -27,7 +27,7 @@ jobs: - name: Get tag run: echo "The selected tag is ${{ steps.tag.outputs.TAG }}" - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to Quay.io uses: docker/login-action@v2 with: diff --git a/.github/workflows/release_image.yml b/.github/workflows/release_image.yml index 0fd268ac..835d9069 100644 --- a/.github/workflows/release_image.yml +++ b/.github/workflows/release_image.yml @@ -13,7 +13,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - uses: actions/checkout@v3.6.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to Quay.io uses: docker/login-action@v2 with: From 89927696ee21aa7672150c9fe7747fae21ef7610 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:27:55 +0000 Subject: [PATCH 08/15] feat(Dependencies): Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | galaxy | andrewrothstein.miniconda | v6.1.9 | v6.2.0 | | pypi | ansible | 8.3.0 | 8.4.0 | | docker | docker.elastic.co/beats/filebeat | 8.9.2 | 8.10.1 | | github-tags | psf/black | 23.7.0 | 23.9.1 | | pypi | python-keystoneclient | 5.1.0 | 5.2.0 | | pypi | setuptools | 68.1.2 | 68.2.2 | --- .pre-commit-config.yaml | 2 +- docker-compose.bibigrid.yml | 2 +- docker-compose.yml | 2 +- requirements.txt | 6 +++--- requirements.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d00f3db..03399496 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/sondrelg/pep585-upgrade diff --git a/docker-compose.bibigrid.yml b/docker-compose.bibigrid.yml index e11f0759..5e267f15 100644 --- a/docker-compose.bibigrid.yml +++ b/docker-compose.bibigrid.yml @@ -45,7 +45,7 @@ services: # filebeat filebeat: - image: docker.elastic.co/beats/filebeat:8.9.2 + image: docker.elastic.co/beats/filebeat:8.10.1 env_file: - .env volumes: diff --git a/docker-compose.yml b/docker-compose.yml index 05c65244..55ac0d4d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: # filebeat filebeat: container_name: client_filebeat - image: docker.elastic.co/beats/filebeat:8.9.2 + image: docker.elastic.co/beats/filebeat:8.10.1 env_file: - .env volumes: diff --git a/requirements.txt b/requirements.txt index 5ce3292c..b745610a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -setuptools==68.1.2 +setuptools==68.2.2 thrift==0.16.0 -python-keystoneclient==5.1.0 +python-keystoneclient==5.2.0 openstacksdk ==1.5.0 deprecated ==1.2.14 Click==8.1.7 -ansible==8.3.0 +ansible==8.4.0 flake8==6.1.0 paramiko==3.3.1 ruamel.yaml==0.17.32 diff --git a/requirements.yml b/requirements.yml index 246b29f0..b1ef433d 100644 --- a/requirements.yml +++ b/requirements.yml @@ -7,6 +7,6 @@ roles: - name: andrewrothstein.miniconda - version: v6.1.9 + version: v6.2.0 - name: andrewrothstein.conda-env From dc67a219efa4b678b51265e2bb37458bde897e46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:33:12 +0000 Subject: [PATCH 09/15] feat(Dependencies): Update actions/checkout action to v4 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.6.0 | v4.0.0 | | github-tags | actions/checkout | v3 | v4 | --- .github/workflows/blacked.yml | 2 +- .github/workflows/build_image.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/master-protection.yml | 2 +- .github/workflows/publish_docker.yml | 2 +- .github/workflows/release_image.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/blacked.yml b/.github/workflows/blacked.yml index 832d28be..f9971c28 100644 --- a/.github/workflows/blacked.yml +++ b/.github/workflows/blacked.yml @@ -4,7 +4,7 @@ jobs: format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - name: Extract branch name diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 23caf33c..844737af 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -8,5 +8,5 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.0.0 - run: docker build --no-cache . diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e1b93af1..a89fc974 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/master-protection.yml b/.github/workflows/master-protection.yml index b374e1b2..69931f72 100644 --- a/.github/workflows/master-protection.yml +++ b/.github/workflows/master-protection.yml @@ -14,7 +14,7 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.0.0 - name: Check Tag run: | diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 6dd26865..a914443d 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -15,7 +15,7 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.0.0 - name: Extract branch name shell: bash run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" diff --git a/.github/workflows/release_image.yml b/.github/workflows/release_image.yml index d35e7ef4..82b9beba 100644 --- a/.github/workflows/release_image.yml +++ b/.github/workflows/release_image.yml @@ -11,7 +11,7 @@ jobs: - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.0.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to Quay.io From 74162972ef76f92d2f33998c34282964808a3adf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:27:59 +0000 Subject: [PATCH 10/15] feat(Dependencies): Update docker.elastic.co/beats/filebeat Docker tag to v8.10.2 | datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | docker | docker.elastic.co/beats/filebeat | 8.10.1 | 8.10.2 | --- docker-compose.bibigrid.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.bibigrid.yml b/docker-compose.bibigrid.yml index 5e267f15..0f68d36c 100644 --- a/docker-compose.bibigrid.yml +++ b/docker-compose.bibigrid.yml @@ -45,7 +45,7 @@ services: # filebeat filebeat: - image: docker.elastic.co/beats/filebeat:8.10.1 + image: docker.elastic.co/beats/filebeat:8.10.2 env_file: - .env volumes: diff --git a/docker-compose.yml b/docker-compose.yml index 55ac0d4d..5af4832a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: # filebeat filebeat: container_name: client_filebeat - image: docker.elastic.co/beats/filebeat:8.10.1 + image: docker.elastic.co/beats/filebeat:8.10.2 env_file: - .env volumes: From 9377bed9c10d3406e9fe98e7eae578d4a149e8e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:33:13 +0000 Subject: [PATCH 11/15] feat(Dependencies): Update dependency redis to v5.0.1 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | redis | 5.0.0 | 5.0.1 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b745610a..bc2d1638 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ flake8==6.1.0 paramiko==3.3.1 ruamel.yaml==0.17.32 pyvim==3.0.3 -redis==5.0.0 +redis==5.0.1 requests==2.31.0 pyyaml==6.0.1 From 42af7440e176a137098d691f96cfe2fd519925d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:15:25 +0000 Subject: [PATCH 12/15] feat(Dependencies): Update dependency ruamel.yaml to v0.17.33 | datasource | package | from | to | | ---------- | ----------- | ------- | ------- | | pypi | ruamel.yaml | 0.17.32 | 0.17.33 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc2d1638..ccc1adba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Click==8.1.7 ansible==8.4.0 flake8==6.1.0 paramiko==3.3.1 -ruamel.yaml==0.17.32 +ruamel.yaml==0.17.33 pyvim==3.0.3 redis==5.0.1 requests==2.31.0 From 41e21b108999771d4f9bf0d86779529fd7022828 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:05:59 +0000 Subject: [PATCH 13/15] feat(Dependencies): Update dependency ruamel.yaml to v0.17.34 | datasource | package | from | to | | ---------- | ----------- | ------- | ------- | | pypi | ruamel.yaml | 0.17.33 | 0.17.34 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ccc1adba..327304fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Click==8.1.7 ansible==8.4.0 flake8==6.1.0 paramiko==3.3.1 -ruamel.yaml==0.17.33 +ruamel.yaml==0.17.34 pyvim==3.0.3 redis==5.0.1 requests==2.31.0 From 437b9636f84143d3b95b741d70e4ded5ce5b25ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 04:11:47 +0000 Subject: [PATCH 14/15] feat(Dependencies): Update actions/checkout action to v4.1.0 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.0.0 | v4.1.0 | --- .github/workflows/build_image.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/master-protection.yml | 2 +- .github/workflows/publish_docker.yml | 2 +- .github/workflows/release_image.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 844737af..84afdfb8 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -8,5 +8,5 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - run: docker build --no-cache . diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a89fc974..987b017f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/master-protection.yml b/.github/workflows/master-protection.yml index 69931f72..a36e2bbd 100644 --- a/.github/workflows/master-protection.yml +++ b/.github/workflows/master-protection.yml @@ -14,7 +14,7 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Check Tag run: | diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 8a6e294c..538d540d 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -15,7 +15,7 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Extract branch name shell: bash run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" diff --git a/.github/workflows/release_image.yml b/.github/workflows/release_image.yml index 2a492474..9e4f26ca 100644 --- a/.github/workflows/release_image.yml +++ b/.github/workflows/release_image.yml @@ -11,7 +11,7 @@ jobs: - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to Quay.io From 821238533e4309992cc0851fbd652d74d8406c5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:10:47 +0000 Subject: [PATCH 15/15] feat(Dependencies): Update dependency ruamel.yaml to v0.17.35 | datasource | package | from | to | | ---------- | ----------- | ------- | ------- | | pypi | ruamel.yaml | 0.17.34 | 0.17.35 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 327304fa..65f6a85d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Click==8.1.7 ansible==8.4.0 flake8==6.1.0 paramiko==3.3.1 -ruamel.yaml==0.17.34 +ruamel.yaml==0.17.35 pyvim==3.0.3 redis==5.0.1 requests==2.31.0