Skip to content
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 .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.15.1
ANSIBLE_CORE_VERSION: 2.15.2

# renovate: datasource=pypi depName=netaddr
NETADDR_VERSION: 0.8.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:

- name: Update dependencies
# yamllint disable-line rule:line-length
uses: renovatebot/github-action@eb0ef0ca2efe27f0b0a70ca6cd1eee63fcfbb61a # v39.0.0
uses: renovatebot/github-action@23a02fe7be9e93f857a953cc8162e57d2c8401ef # v39.0.1
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 36.8.11
renovate-version: 36.19.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.15.1
ansible-core==2.15.2
molecule==5.0.1
molecule-plugins[vagrant]==23.4.1
netaddr==0.8.0
8 changes: 4 additions & 4 deletions ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
collections:
- name: ansible.posix
version: 1.4.0
version: 1.5.4
- name: ansible.utils
version: 2.7.0
version: 2.10.3
- name: community.general
version: 6.4.0
version: 6.6.3
- name: devsec.hardening
version: 8.4.0
version: 8.7.0

roles:
- name: gantsign.antigen
Expand Down
6 changes: 3 additions & 3 deletions ansible/roles/all/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docker_distribution: >-
}}

# renovate: datasource=github-releases depName=mr-karan/doggo
doggo_version: v0.5.5
doggo_version: v0.5.6
architecture_to_doggo_architecture:
x86_64: amd64
armv7l:
Expand All @@ -55,15 +55,15 @@ hyperfine_architecture: >-
{{ architecture_to_hyperfine_architecture[ansible_architecture] }}

# renovate: datasource=github-releases depName=jesseduffield/lazydocker
lazydocker_version: v0.20.0
lazydocker_version: v0.21.0
architecture_to_lazydocker_architecture:
x86_64: x86_64
armv7l: armv7
lazydocker_architecture: >-
{{ architecture_to_lazydocker_architecture[ansible_architecture] }}

# renovate: datasource=github-releases depName=jesseduffield/lazygit
lazygit_version: v0.35
lazygit_version: v0.39.3
architecture_to_lazygit_architecture:
x86_64: x86_64
armv7l: armv6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
home-assistant:
image: lscr.io/linuxserver/homeassistant:2023.7.2@sha256:0ffc06c036f3fcbc4454574fcd157a4187aa1a15806b79d944eb63e24b120a55 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2023.7.3@sha256:c5505a071c0e47801b7fea7539ad4316a6aa899f906abc839c2e61c8a50cc4e6 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand All @@ -13,7 +13,7 @@ services:
restart: always

tasmoadmin:
image: ghcr.io/tasmoadmin/tasmoadmin:v3.0.8@sha256:75e0cc7e3243c79524d6f3e836b5ce3940c70b2745b4afbe73b15f75644b5f92 # editorconfig-checker-disable-line
image: ghcr.io/tasmoadmin/tasmoadmin:v3.1.0@sha256:c1f18d0b63c16d294fe8dc1883870ba1ffa28e1705cf8aba1566aa1400194216 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"
volumes:
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.32.4@sha256:0542f64cc5ecc05c0c4e79a09d716e683e901b1a6db99dc2727e3f761a94d3c0 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/plex:1.32.5@sha256:59f2095f1bc4ebd4bc5bf07c28ef55082039d42dd5f34806901c24efa893ee1b # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
netdata:
image: netdata/netdata:v1.40.1@sha256:1ea7e10a6f11846105bc4576e125c27809b40d940e0bc8a014fc173943928ad5 # editorconfig-checker-disable-line
image: netdata/netdata:v1.41.0@sha256:2801d57b2050bc9071be8279d6f70a3ffe71a7881c84b524104080375ae0cb46 # editorconfig-checker-disable-line
hostname: "netdata-{{ inventory_hostname }}"
environment:
TZ: "{{ timezone }}"
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
restart: always

unpoller:
image: ghcr.io/unpoller/unpoller:v2.7.14@sha256:ea297b6a31e690bd221a3881f9fd079eb56846320d913c07cc1d4e1dabbcbbb2 # editorconfig-checker-disable-line
image: ghcr.io/unpoller/unpoller:v2.7.20@sha256:185e2df94e291a5680ab610e77d4a07560e9c5034f0e3ff79a69fde38f9adc34 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: monitoring

services:
netdata:
image: netdata/netdata:v1.40.1@sha256:1ea7e10a6f11846105bc4576e125c27809b40d940e0bc8a014fc173943928ad5 # editorconfig-checker-disable-line
image: netdata/netdata:v1.41.0@sha256:2801d57b2050bc9071be8279d6f70a3ffe71a7881c84b524104080375ae0cb46 # editorconfig-checker-disable-line
hostname: "netdata-{{ inventory_hostname }}"
environment:
TZ: "{{ timezone }}"
Expand Down