Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#358)
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 Sep 16, 2023
1 parent 5fa87aa commit 6a7e969
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 @@ -38,7 +38,7 @@ concurrency:

env:
# renovate: datasource=pypi depName=ansible-core
ANSIBLE_CORE_VERSION: 2.15.3
ANSIBLE_CORE_VERSION: 2.15.4

# renovate: datasource=pypi depName=netaddr
NETADDR_VERSION: 0.8.0
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@3cef36a9aba515d8726b491905b3bc766832e221 # v39.0.5
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 36.91
renovate-version: 36.94.5
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.3
ansible-core==2.15.4
molecule==5.1.0
molecule-plugins[vagrant]==23.5.0
netaddr==0.8.0
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: 2.11.0
- name: community.general
version: 7.3.0
version: 7.4.0
- name: devsec.hardening
version: 8.8.0

Expand Down
4 changes: 2 additions & 2 deletions ansible/roles/all/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# renovate: datasource=github-releases depName=asdf-vm/asdf
asdf_version: v0.12.0
asdf_version: v0.13.1

# renovate: datasource=github-releases depName=sharkdp/bat
bat_version: v0.23.0
Expand Down Expand Up @@ -39,7 +39,7 @@ docker_distribution: >-
}}
# renovate: datasource=github-releases depName=mr-karan/doggo
doggo_version: v0.5.6
doggo_version: v0.5.7
architecture_to_doggo_architecture:
x86_64: amd64
armv7l:
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.9.1@sha256:f01c2b5043e8914bee3e88216c8c5595532737d3845b01830ee980c535e154bc # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2023.9.2@sha256:27c84fe1e030f7fb38cbb0d07e44bb0aa3b3336b4c9ed516af6e9a92b07c0a70 # 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.32.5@sha256:10a314af4af2b015c13019679698670253a9a920b9e56c4e8ef3c0ac057ea567 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/plex:1.32.6@sha256:785e1ddfdb444a960261805a85361186b2b21a552d80628ba9b1a8e4c1ce8d52 # 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.42.2@sha256:068dccfac13bee73296e5fb775dbe95b622ec9921d8b7e2d21aa1bb7801b9355 # editorconfig-checker-disable-line
image: netdata/netdata:v1.42.3@sha256:545e0325ab1ffd94aaf5458d013c54ab17e417e585d4a319d5571e20052c78f7 # 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.8.3@sha256:2b5b045b751a556c866e9a6da00ba1247608da6110eb9412cb50c3371ddf159b # editorconfig-checker-disable-line
image: ghcr.io/unpoller/unpoller:v2.9.2@sha256:585a29a06d054749fdca4fc589209058b71df43695fffba028f6ee0a4ea0ba87 # 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.42.2@sha256:068dccfac13bee73296e5fb775dbe95b622ec9921d8b7e2d21aa1bb7801b9355 # editorconfig-checker-disable-line
image: netdata/netdata:v1.42.3@sha256:545e0325ab1ffd94aaf5458d013c54ab17e417e585d4a319d5571e20052c78f7 # editorconfig-checker-disable-line
hostname: "netdata-{{ inventory_hostname }}"
environment:
TZ: "{{ timezone }}"
Expand Down

0 comments on commit 6a7e969

Please sign in to comment.