Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com>
  • Loading branch information
aki-bot[bot] authored Jan 6, 2024
1 parent 91f74d6 commit ce69e6b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ env:
ANSIBLE_CORE_VERSION: 2.16.2

# renovate: datasource=pypi depName=netaddr
NETADDR_VERSION: 0.9.0
NETADDR_VERSION: 0.10.1

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # v1.6.0
with:
# renovate: datasource=crate depName=just
just-version: 1.21.0
just-version: 1.22.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # v1.6.0
with:
# renovate: datasource=crate depName=just
just-version: 1.21.0
just-version: 1.22.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
uses: renovatebot/github-action@f9c81dddc9b589e4e6ae0326d1e36f6bc415d230 # v39.2.4
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 37.112
renovate-version: 37.125.2
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
2 changes: 1 addition & 1 deletion ansible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core==2.16.2
molecule==5.1.0
molecule-plugins[vagrant]==23.5.0
netaddr==0.9.0
netaddr==0.10.1
2 changes: 1 addition & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ collections:
- name: ansible.utils
version: 3.0.0
- name: community.general
version: 8.1.0
version: 8.2.0
# We temporarily need to specify the bellow git commit hash
# due to a fix that was committed but not released yet.
# See: https://github.com/dev-sec/ansible-collection-hardening/pull/718
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
restart: always

tasmoadmin:
image: ghcr.io/tasmoadmin/tasmoadmin:v3.3.1@sha256:1077de22eb7c43286e56005360759ba896d156a81967cb54b986e26bc1a6d266 # editorconfig-checker-disable-line
image: ghcr.io/tasmoadmin/tasmoadmin:v3.3.2@sha256:05aeefbdac2b1db4717cc3117b5721ac8704f64b155290b9b27db6bad1d295e9 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"
volumes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
gluetun:
image: qmcgaw/gluetun:v3.36.0@sha256:011bea4f0743864d4eda5a569217a6fe18e3a52f5d6df31b4ceb9f7763bfbf6b # editorconfig-checker-disable-line
image: qmcgaw/gluetun:v3.37.0@sha256:ba9688ff9abaf73bbc0b257be547b51a097ca74324fedddeeb709732c2692eef # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down Expand Up @@ -63,7 +63,7 @@ services:
restart: always

prowlarr:
image: lscr.io/linuxserver/prowlarr:1.10.5@sha256:ae4e4cf3144459de7dc11b1ee909c64a67dbd0020006be1b3cc9b5a5f8382921 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/prowlarr:1.11.4@sha256:7f77401423754f8a3b0a7e27d12248cf5549cda27ce0b4d32c7580b6fcbc7328 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down Expand Up @@ -124,7 +124,7 @@ services:
restart: always

sabnzbd:
image: lscr.io/linuxserver/sabnzbd:4.1.0@sha256:4b654fcb49a6301305dc8db42ef119734ed35fd2ef1d3b9144cce90f0cc64a09 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/sabnzbd:4.2.1@sha256:c105585c067b07e05e8d958a97d9432798e9d8fca483b199f016cf70a611d6fd # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:
restart: always

mongodb:
image: mongo:4.4.26@sha256:6968605d75f9ed587adf94ffac5c18963a3dcdd13892f91412bccfa80059265a # editorconfig-checker-disable-line
image: mongo:4.4.27@sha256:d5e5467d15233588a475c2db352bdbd704ef9c8a462c88958b5c91cd7ce60e34 # editorconfig-checker-disable-line
user: "{{ ansible_admin_user_uid }}:{{ ansible_admin_user_gid }}"
environment:
TZ: "{{ timezone }}"
Expand Down

0 comments on commit ce69e6b

Please sign in to comment.