Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update all non-major dependencies #490

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.17.3
molecule==24.7.0
molecule==24.8.0
molecule-plugins[vagrant]==23.5.3
netaddr==1.3.0
4 changes: 2 additions & 2 deletions ansible/roles/all/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ curlie_architecture: >-
{{ architecture_to_curlie_architecture[ansible_architecture] }}

# renovate: datasource=github-releases depName=dandavison/delta
delta_version: 0.17.0
delta_version: 0.18.0
architecture_to_delta_architecture:
x86_64: amd64
armv7l: armhf
Expand Down Expand Up @@ -68,7 +68,7 @@ lazygit_architecture: >-
{{ architecture_to_lazygit_architecture[ansible_architecture] }}

# renovate: datasource=github-releases depName=jdx/mise
mise_version: v2024.8.6
mise_version: v2024.8.7
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.8.1@sha256:8514949f94feb00c147111c7d8a106878a553d0768f4300c684fae0bcfe727e5 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2024.8.2@sha256:64583f73c0d8ca0b2e8e6d8c04f960661a379c1d44d542e21982c89e88d24cda # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

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

plex:
image: lscr.io/linuxserver/plex:1.40.4@sha256:06ac00026f114f575d246d717adfc2a732e6eeeb89d1550d1a88cba20464275e # editorconfig-checker-disable-line
image: lscr.io/linuxserver/plex:1.40.5@sha256:525c1ec7cef5d9e7b94ad80c521a13fd0656eb2e3326709e6675ae1739eac546 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Loading