Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#367)
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 Oct 14, 2023
1 parent b33f376 commit 863b41a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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.4
ANSIBLE_CORE_VERSION: 2.15.5

# renovate: datasource=pypi depName=netaddr
NETADDR_VERSION: 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # v1.6.0
with:
# renovate: datasource=crate depName=just
just-version: 1.14.0
just-version: 1.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # v1.6.0
with:
# renovate: datasource=crate depName=just
just-version: 1.14.0
just-version: 1.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
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.4
ansible-core==2.15.5
molecule==5.1.0
molecule-plugins[vagrant]==23.5.0
netaddr==0.9.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 @@ -3,7 +3,7 @@
asdf_version: v0.13.1

# renovate: datasource=github-releases depName=sharkdp/bat
bat_version: v0.23.0
bat_version: v0.24.0
architecture_to_bat_architecture:
x86_64: amd64
armv7l: armhf
Expand Down Expand Up @@ -55,7 +55,7 @@ hyperfine_architecture: >-
{{ architecture_to_hyperfine_architecture[ansible_architecture] }}
# renovate: datasource=github-releases depName=jesseduffield/lazydocker
lazydocker_version: v0.21.1
lazydocker_version: v0.23.1
architecture_to_lazydocker_architecture:
x86_64: x86_64
armv7l: armv7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
github-runner-homelab:
image: myoung34/github-runner:2.309.0@sha256:85da1732c1f5a12fcbd0f3f20e9db259aede6b7d06f10d22df3641e92af3083a # editorconfig-checker-disable-line
image: myoung34/github-runner:2.310.2@sha256:0e803e021329ce220d6e0a02e5ec6bdf2822e1559e62decb0b3c031dadca25c6 # editorconfig-checker-disable-line

# This is the `runner` user.
# See: https://github.com/myoung34/docker-github-actions-runner/wiki/Usage#non-root-runners editorconfig-checker-disable-line
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.10.1@sha256:8c9d3a4d3d715b5fa59eadec2050f224bfc64b4e85f4886913c299601c8eda3d # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2023.10.3@sha256:f0b62be4799b473d36445ffa22c19f42384b9ec80c1fc9b12f507b4cb92942d3 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

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

prometheus:
image: prom/prometheus:v2.47.1@sha256:089b3beab1304d83280c589a81f6f72ca42006910ff903ea3cf25f97fddc49ea # editorconfig-checker-disable-line
image: prom/prometheus:v2.47.2@sha256:3002935850ea69a59816825d4cb718fafcdb9b124e4e6153ebc6894627525f7f # editorconfig-checker-disable-line
user: "{{ ansible_admin_user_uid }}:{{ ansible_admin_user_gid }}"
environment:
TZ: "{{ timezone }}"
Expand All @@ -57,7 +57,7 @@ services:
restart: always

grafana:
image: grafana/grafana-oss:10.1.4@sha256:29f39e23705d3ef653fa84ca3c01731e0771f1fedbd69ecb99868270cdeb0572 # editorconfig-checker-disable-line
image: grafana/grafana-oss:10.1.5@sha256:0679e877ba204cede473782d5aba962831a3449092da120aba7d24082efe3fde # editorconfig-checker-disable-line
user: "{{ ansible_admin_user_uid }}:{{ ansible_admin_user_gid }}"
environment:
TZ: "{{ timezone }}"
Expand Down

0 comments on commit 863b41a

Please sign in to comment.