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 #496

Merged
merged 1 commit into from
Sep 7, 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 .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.12.5
python 3.12.6
4 changes: 2 additions & 2 deletions ansible/roles/all/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ lazydocker_architecture: >-
{{ architecture_to_lazydocker_architecture[ansible_architecture] }}

# renovate: datasource=github-releases depName=jesseduffield/lazygit
lazygit_version: v0.43.1
lazygit_version: v0.44.0
architecture_to_lazygit_architecture:
x86_64: x86_64
armv7l: armv6
lazygit_architecture: >-
{{ architecture_to_lazygit_architecture[ansible_architecture] }}

# renovate: datasource=github-releases depName=jdx/mise
mise_version: v2024.8.15
mise_version: v2024.9.0
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.3@sha256:aa4f0217bb90bb4957b7b8d6b1e4df8ca00133f76ef4c9e9c295ebbd238658fb # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2024.9.1@sha256:9a87d97e4be401747ba4dd92dcb61e2e914bff0fe39c7dc7061ea88cc01d2612 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

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

prowlarr:
image: lscr.io/linuxserver/prowlarr:1.21.2@sha256:90969b886ddf0a26a23e24ddce107b61c8906a24589c630e562279e1b64f936d # editorconfig-checker-disable-line
image: lscr.io/linuxserver/prowlarr:1.23.1@sha256:aff97416338c203494903170a4024cfc2a5ff13a7b0f33ab4399c46126499566 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Loading