From 12dee15e7984175e12c2fc5cbd4d4bca323e6c8f Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 17 May 2024 14:38:10 +0200 Subject: [PATCH 1/5] fix(mautrix-signal): update to v0.6.1 --- mautrix-signal/Chart.yaml | 4 ++-- mautrix-signal/README.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mautrix-signal/Chart.yaml b/mautrix-signal/Chart.yaml index 8ce4296..8b2f721 100644 --- a/mautrix-signal/Chart.yaml +++ b/mautrix-signal/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: mautrix-signal description: A Matrix-Signal puppeting bridge. type: application -version: 0.0.3 +version: 0.0.4 # renovate: image=dock.mau.dev/mautrix/signal -appVersion: "0.6.0" +appVersion: "0.6.1" maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/mautrix-signal/README.adoc b/mautrix-signal/README.adoc index 2dfb473..ba5f229 100644 --- a/mautrix-signal/README.adoc +++ b/mautrix-signal/README.adoc @@ -2,9 +2,9 @@ = mautrix-signal -image::https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square[Version: 0.0.3] +image::https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square[Version: 0.0.4] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] -image::https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square[AppVersion: 0.6.0] +image::https://img.shields.io/badge/AppVersion-0.6.1-informational?style=flat-square[AppVersion: 0.6.1] == Maintainers .Maintainers From 98aa09a4f99c6c9e93ce52fe5ea0acc2a322a37b Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 17 May 2024 14:39:24 +0200 Subject: [PATCH 2/5] fix(conduit): update nginx for well-known to v1.26 --- conduit/Chart.yaml | 2 +- conduit/README.adoc | 4 ++-- conduit/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conduit/Chart.yaml b/conduit/Chart.yaml index e80f5ce..be63ad8 100644 --- a/conduit/Chart.yaml +++ b/conduit/Chart.yaml @@ -3,7 +3,7 @@ name: conduit description: Conduit is a simple, fast and reliable chat server powered by Matrix. icon: https://conduit.rs/conduit.svg type: application -version: 0.3.0 +version: 0.3.1 # renovate: image=registry.gitlab.com/famedly/conduit/matrix-conduit appVersion: "0.7.0" maintainers: diff --git a/conduit/README.adoc b/conduit/README.adoc index 5461343..6a29bf8 100644 --- a/conduit/README.adoc +++ b/conduit/README.adoc @@ -2,7 +2,7 @@ = conduit -image::https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square[Version: 0.3.0] +image::https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square[Version: 0.3.1] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-0.7.0-informational?style=flat-square[AppVersion: 0.7.0] == Maintainers @@ -349,7 +349,7 @@ helm uninstall conduit-release | wellknown.image.tag | string -| `"1.25"` +| `"1.26"` | | wellknown.nodeSelector diff --git a/conduit/values.yaml b/conduit/values.yaml index 8a2f50d..0df5ba0 100644 --- a/conduit/values.yaml +++ b/conduit/values.yaml @@ -48,7 +48,7 @@ wellknown: registry: docker.io repository: library/nginx pullPolicy: IfNotPresent - tag: "1.25" + tag: "1.26" replicaCount: 1 podLabels: {} From 5824e79b1bebcfc7455e6b2f6872068660930037 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 17 May 2024 14:40:47 +0200 Subject: [PATCH 3/5] fix(forgejo-runner): update dind to v26.1.3 --- forgejo-runner/Chart.yaml | 2 +- forgejo-runner/README.adoc | 4 ++-- forgejo-runner/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index c3edcae..8532bed 100644 --- a/forgejo-runner/Chart.yaml +++ b/forgejo-runner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: forgejo-runner description: Deploy runner for an forgejo instance (default codeberg.org) type: application -version: 0.1.17 +version: 0.1.18 # renovate: image=code.forgejo.org/forgejo/runner appVersion: "3.4.1" maintainers: diff --git a/forgejo-runner/README.adoc b/forgejo-runner/README.adoc index a97cbb8..b15d3e5 100644 --- a/forgejo-runner/README.adoc +++ b/forgejo-runner/README.adoc @@ -2,7 +2,7 @@ = forgejo-runner -image::https://img.shields.io/badge/Version-0.1.17-informational?style=flat-square[Version: 0.1.17] +image::https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square[Version: 0.1.18] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-3.4.1-informational?style=flat-square[AppVersion: 3.4.1] == Maintainers @@ -89,7 +89,7 @@ helm uninstall forgejo-runner-release | dind.image.tag | string -| `"26.1.2-dind"` +| `"26.1.3-dind"` | | fullnameOverride diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index d5b96e7..0408db7 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -30,7 +30,7 @@ dind: registry: docker.io repository: library/docker pullPolicy: IfNotPresent - tag: 26.1.2-dind + tag: 26.1.3-dind kubectl: image: registry: docker.io From ca7a2185ad4139aa6ef70fdd09c4071497e5b760 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 17 May 2024 14:41:39 +0200 Subject: [PATCH 4/5] fix(forgejo-runner): update kubectl to v1.30.1 --- forgejo-runner/Chart.yaml | 2 +- forgejo-runner/README.adoc | 4 ++-- forgejo-runner/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index 8532bed..d24a138 100644 --- a/forgejo-runner/Chart.yaml +++ b/forgejo-runner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: forgejo-runner description: Deploy runner for an forgejo instance (default codeberg.org) type: application -version: 0.1.18 +version: 0.1.19 # renovate: image=code.forgejo.org/forgejo/runner appVersion: "3.4.1" maintainers: diff --git a/forgejo-runner/README.adoc b/forgejo-runner/README.adoc index b15d3e5..f999f7c 100644 --- a/forgejo-runner/README.adoc +++ b/forgejo-runner/README.adoc @@ -2,7 +2,7 @@ = forgejo-runner -image::https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square[Version: 0.1.18] +image::https://img.shields.io/badge/Version-0.1.19-informational?style=flat-square[Version: 0.1.19] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-3.4.1-informational?style=flat-square[AppVersion: 3.4.1] == Maintainers @@ -139,7 +139,7 @@ helm uninstall forgejo-runner-release | kubectl.image.tag | string -| `"1.30.0"` +| `"1.30.1"` | | nameOverride diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index 0408db7..0f7e8bd 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -36,7 +36,7 @@ kubectl: registry: docker.io repository: bitnami/kubectl pullPolicy: IfNotPresent - tag: 1.30.0 + tag: 1.30.1 serviceAccount: # Specifies whether a service account should be created From 6ba3d0a3b313d023adc341189c6cedb9c31be061 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 17 May 2024 22:31:05 +0200 Subject: [PATCH 5/5] fix(home-assistant): update appVersion --- home-assistant/Chart.yaml | 4 ++-- home-assistant/README.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home-assistant/Chart.yaml b/home-assistant/Chart.yaml index 49387ae..d6a6aee 100644 --- a/home-assistant/Chart.yaml +++ b/home-assistant/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: home-assistant description: Home Assistant with tooling to run on an k3s pi type: application -version: 0.1.9 +version: 0.1.10 # renovate: image=ghcr.io/home-assistant/home-assistant -appVersion: "2024.5.3" +appVersion: "2024.5.4" maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/home-assistant/README.adoc b/home-assistant/README.adoc index c3f3600..e41a0a5 100644 --- a/home-assistant/README.adoc +++ b/home-assistant/README.adoc @@ -2,9 +2,9 @@ = home-assistant -image::https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square[Version: 0.1.9] +image::https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square[Version: 0.1.10] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] -image::https://img.shields.io/badge/AppVersion-2024.5.3-informational?style=flat-square[AppVersion: 2024.5.3] +image::https://img.shields.io/badge/AppVersion-2024.5.4-informational?style=flat-square[AppVersion: 2024.5.4] == Maintainers .Maintainers