From 3c4e41dc20804599bce032c0a0a050cdfff0c483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:15:21 +0000 Subject: [PATCH 1/6] feat(Dependencies): Update dependency mkdocs-material to v9.5.25 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.24 | 9.5.25 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac90e3a..a962792 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.24 +mkdocs-material==9.5.25 mkdocs-glightbox==0.4.0 mkdocs==1.6.0 mkdocs-htmlproofer-plugin From 65f5697391f71bcd0a9fa5ee8245db2eb264288c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:05:06 +0000 Subject: [PATCH 2/6] feat(Dependencies): Update dependency mkdocs-material to v9.5.26 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.25 | 9.5.26 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a962792..58d0221 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.25 +mkdocs-material==9.5.26 mkdocs-glightbox==0.4.0 mkdocs==1.6.0 mkdocs-htmlproofer-plugin From 47ac3bfac078c7aed585a53132fffd88a11e1c7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 01:50:33 +0000 Subject: [PATCH 3/6] feat(Dependencies): Update python Docker tag to v3.12.4 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.12.3 | 3.12.4 | --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c296f4..a92e77e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3 +FROM python:3.12.4 ENV WEBHOOK_URL_PREFIX="wiki/hooks" RUN apt update RUN apt install -y unzip apache2 build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info git From 1f64e8c5746a43c19ece7195a9a43f04cce49bb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:36:22 +0000 Subject: [PATCH 4/6] feat(Dependencies): Update actions/checkout action to v4.1.7 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.6 | v4.1.7 | --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index d8cbe4b..67a7393 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Build with retry uses: Wandalen/wretry.action@v3.5.0 with: From 472b1dcc0ede1b51466420da8cd477176172a497 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 15:41:00 +0000 Subject: [PATCH 5/6] feat(Dependencies): Update dependency mkdocs-material to v9.5.27 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.26 | 9.5.27 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 58d0221..d0ea6d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.26 +mkdocs-material==9.5.27 mkdocs-glightbox==0.4.0 mkdocs==1.6.0 mkdocs-htmlproofer-plugin From 469291d6d61f32d731f03edcc02f8194dbfee7df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:18:02 +0000 Subject: [PATCH 6/6] feat(Dependencies): Update docker/build-push-action action to v6 | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v5 | v6 | --- .github/workflows/create_release_image.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release_image.yml b/.github/workflows/create_release_image.yml index 3766ed0..31d8255 100644 --- a/.github/workflows/create_release_image.yml +++ b/.github/workflows/create_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@v5 + uses: docker/build-push-action@v6 env: REPOSITORY: https://github.com/deNBI/cloud-user-docs/archive/master.tar.gz with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7efc781..0ee376a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.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@v5 + uses: docker/build-push-action@v6 env: REPOSITORY: https://github.com/deNBI/cloud-user-docs/archive/staging.tar.gz with: