Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#420)
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 Feb 3, 2024
1 parent 9eb8d2e commit 1cd9303
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ concurrency:

env:
# renovate: datasource=pypi depName=ansible-core
ANSIBLE_CORE_VERSION: 2.16.2
ANSIBLE_CORE_VERSION: 2.16.3

# renovate: datasource=pypi depName=netaddr
NETADDR_VERSION: 0.10.1
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.153
renovate-version: 37.168.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
ansible-core==2.16.3
molecule==5.1.0
molecule-plugins[vagrant]==23.5.0
netaddr==0.10.1
4 changes: 2 additions & 2 deletions ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ collections:
- name: ansible.posix
version: 1.5.4
- name: ansible.utils
version: 3.0.0
version: 3.1.0
- name: community.general
version: 8.2.0
version: 8.3.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
2 changes: 1 addition & 1 deletion ansible/roles/all/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lazygit_architecture: >-
{{ architecture_to_lazygit_architecture[ansible_architecture] }}
# renovate: datasource=github-releases depName=jdx/mise
mise_version: v2024.1.30
mise_version: v2024.2.4
architecture_to_mise_architecture:
x86_64: x64
armv7l: armv7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
home-assistant:
image: lscr.io/linuxserver/homeassistant:2024.1.5@sha256:a27a71d4aa173bb8d657797e295c94cb4f721ead2ab967528a64f4ee981e0fef # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2024.1.6@sha256:8d6725538135353d8e89820af841944f571244d0fe97302df69a004a2aa30a65 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

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

sabnzbd:
image: lscr.io/linuxserver/sabnzbd:4.2.1@sha256:a633d0d2b10775955d28445f08bc878de36e9466158150b3721a792af542e786 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/sabnzbd:4.2.2@sha256:6b05f806c3a4700e09dc118214021dedab69a7075d7b36f82cc692956ce35523 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/workstations/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# renovate: datasource=github-releases depName=cli/cli
github_cli_version: v2.42.1
github_cli_version: v2.43.1
architecture_to_github_cli_architecture:
x86_64: amd64
armv7l: armv6
Expand Down

0 comments on commit 1cd9303

Please sign in to comment.