From 56ee71460e204307332523c1de0e666556a9bebb Mon Sep 17 00:00:00 2001 From: "aki-bot[bot]" <103840025+aki-bot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:25:09 +0000 Subject: [PATCH] build(deps): update all non-major dependencies (#460) Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- ansible/requirements.txt | 2 +- ansible/requirements.yml | 2 +- ansible/roles/all/vars/main.yml | 4 ++-- .../server-nas/docker/apps/github-runners/compose.yml.j2 | 2 +- .../templates/server-nas/docker/apps/media/compose.yml.j2 | 6 +++--- ansible/roles/workstations/vars/main.yml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e3e99b0e1..477d678dd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ env: ANSIBLE_CORE_VERSION: 2.17.0 # renovate: datasource=pypi depName=netaddr - NETADDR_VERSION: 1.2.1 + NETADDR_VERSION: 1.3.0 jobs: deploy: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a025af301..faed1304b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0 with: # renovate: datasource=crate depName=just - just-version: 1.26.0 + just-version: 1.27.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 731d639ae..aad29225c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0 with: # renovate: datasource=crate depName=just - just-version: 1.26.0 + just-version: 1.27.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index a54a2df3d..0bee91cfc 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -34,6 +34,6 @@ jobs: uses: renovatebot/github-action@063e0c946b9c1af35ef3450efc44114925d6e8e6 # v40.1.11 with: # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate - renovate-version: 37.377.4 + renovate-version: 37.384 configurationFile: renovate.json5 token: x-access-token:${{ steps.get-token.outputs.token }} diff --git a/ansible/requirements.txt b/ansible/requirements.txt index 872d367a5..01f45482f 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -1,4 +1,4 @@ ansible-core==2.17.0 molecule==24.2.1 molecule-plugins[vagrant]==23.5.3 -netaddr==1.2.1 +netaddr==1.3.0 diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 45f094bb0..b83f0fa8d 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -5,7 +5,7 @@ collections: - name: ansible.utils version: 4.1.0 - name: community.general - version: 9.0.0 + version: 9.0.1 - name: devsec.hardening version: 9.0.1 diff --git a/ansible/roles/all/vars/main.yml b/ansible/roles/all/vars/main.yml index 90b4c09fe..ec547b18a 100644 --- a/ansible/roles/all/vars/main.yml +++ b/ansible/roles/all/vars/main.yml @@ -52,7 +52,7 @@ hyperfine_architecture: >- {{ architecture_to_hyperfine_architecture[ansible_architecture] }} # renovate: datasource=github-releases depName=jesseduffield/lazydocker -lazydocker_version: v0.23.1 +lazydocker_version: v0.23.3 architecture_to_lazydocker_architecture: x86_64: x86_64 armv7l: armv7 @@ -68,7 +68,7 @@ lazygit_architecture: >- {{ architecture_to_lazygit_architecture[ansible_architecture] }} # renovate: datasource=github-releases depName=jdx/mise -mise_version: v2024.5.21 +mise_version: v2024.5.28 architecture_to_mise_architecture: x86_64: x64 armv7l: armv7 diff --git a/ansible/roles/servers/templates/server-nas/docker/apps/github-runners/compose.yml.j2 b/ansible/roles/servers/templates/server-nas/docker/apps/github-runners/compose.yml.j2 index 489c4bc92..9bfc045fd 100644 --- a/ansible/roles/servers/templates/server-nas/docker/apps/github-runners/compose.yml.j2 +++ b/ansible/roles/servers/templates/server-nas/docker/apps/github-runners/compose.yml.j2 @@ -1,7 +1,7 @@ --- services: github-runner-homelab: - image: myoung34/github-runner:2.316.1@sha256:78b9c1bff91fec1a0493d8bbb5c8a2c932270248cea4cbe18d79761ed3169c58 # editorconfig-checker-disable-line + image: myoung34/github-runner:2.317.0@sha256:5d69a68131ef0657ac346582b0aedfd2a1b67a377928fe21fe87b3b81c321d9e # editorconfig-checker-disable-line # This is the `runner` user. # See: https://github.com/myoung34/docker-github-actions-runner/wiki/Usage#non-root-runners editorconfig-checker-disable-line diff --git a/ansible/roles/servers/templates/server-nas/docker/apps/media/compose.yml.j2 b/ansible/roles/servers/templates/server-nas/docker/apps/media/compose.yml.j2 index 58de9c15f..865a8d22f 100755 --- a/ansible/roles/servers/templates/server-nas/docker/apps/media/compose.yml.j2 +++ b/ansible/roles/servers/templates/server-nas/docker/apps/media/compose.yml.j2 @@ -81,7 +81,7 @@ services: restart: always qbittorrent: - image: lscr.io/linuxserver/qbittorrent:4.6.4@sha256:2827efb1ff8d6f4f2ae714563f955404ea26c8bef467b10fadde572ae42cc73a # editorconfig-checker-disable-line + image: lscr.io/linuxserver/qbittorrent:4.6.5@sha256:31305198287f8b954b7f97cf3fd7e3e63da5e4887a3979b02325969fb891dd67 # editorconfig-checker-disable-line environment: TZ: "{{ timezone }}" @@ -124,7 +124,7 @@ services: restart: always sabnzbd: - image: lscr.io/linuxserver/sabnzbd:4.3.1@sha256:0215b55fb7ebb552fc4a42c5110deedc0d3968ef60a40942fd323d7744f8076a # editorconfig-checker-disable-line + image: lscr.io/linuxserver/sabnzbd:4.3.2@sha256:6c25ce4614035d6e25736a2fc30a7087b95f4dbae64933eb113a8e2f081bea4a # editorconfig-checker-disable-line environment: TZ: "{{ timezone }}" @@ -145,7 +145,7 @@ services: restart: always sonarr: - image: lscr.io/linuxserver/sonarr:4.0.4@sha256:be3ef05cda03e27a32f23ec073ce65b53a115338559abe3639f796436a652f9c # editorconfig-checker-disable-line + image: lscr.io/linuxserver/sonarr:4.0.5@sha256:30432d9faf9e8fbb7c6336806ee061ed426204e1f9718d9659a2642a6e3a7c59 # editorconfig-checker-disable-line environment: TZ: "{{ timezone }}" diff --git a/ansible/roles/workstations/vars/main.yml b/ansible/roles/workstations/vars/main.yml index cfcd65498..67a2eb385 100644 --- a/ansible/roles/workstations/vars/main.yml +++ b/ansible/roles/workstations/vars/main.yml @@ -1,6 +1,6 @@ --- # renovate: datasource=github-releases depName=cli/cli -github_cli_version: v2.49.2 +github_cli_version: v2.50.0 architecture_to_github_cli_architecture: x86_64: amd64 armv7l: armv6