From 3d9a45a1234047b1c95a8242b47025abdada7704 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 19 Mar 2026 02:38:31 +0000 Subject: [PATCH 01/38] feat: remove trivy (#4852) Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4852 --- clusters/cl01tl/helm/trivy/Chart.lock | 6 -- clusters/cl01tl/helm/trivy/Chart.yaml | 23 ----- .../helm/trivy/templates/namespace.yaml | 11 --- clusters/cl01tl/helm/trivy/values.yaml | 91 ------------------- 4 files changed, 131 deletions(-) delete mode 100644 clusters/cl01tl/helm/trivy/Chart.lock delete mode 100644 clusters/cl01tl/helm/trivy/Chart.yaml delete mode 100644 clusters/cl01tl/helm/trivy/templates/namespace.yaml delete mode 100644 clusters/cl01tl/helm/trivy/values.yaml diff --git a/clusters/cl01tl/helm/trivy/Chart.lock b/clusters/cl01tl/helm/trivy/Chart.lock deleted file mode 100644 index fcf58bd31..000000000 --- a/clusters/cl01tl/helm/trivy/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: trivy-operator - repository: https://aquasecurity.github.io/helm-charts/ - version: 0.32.1 -digest: sha256:7e25850fc3115f52e6c65151c76668929eee6713228e935862d9f156397c2ede -generated: "2026-03-15T17:21:41.373519-05:00" diff --git a/clusters/cl01tl/helm/trivy/Chart.yaml b/clusters/cl01tl/helm/trivy/Chart.yaml deleted file mode 100644 index d1b410afc..000000000 --- a/clusters/cl01tl/helm/trivy/Chart.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: v2 -name: trivy -version: 1.0.0 -description: Trivy -keywords: - - trivy - - vulnerability - - monitoring - - kubernetes -home: https://wiki.alexlebens.dev/s/ -sources: - - https://github.com/aquasecurity/trivy - - https://github.com/aquasecurity/trivy-operator - - https://github.com/aquasecurity/trivy-operator/tree/main/deploy/helm -maintainers: - - name: alexlebens -dependencies: - - name: trivy-operator - version: 0.32.1 - repository: https://aquasecurity.github.io/helm-charts/ -icon: https://raw.githubusercontent.com/aquasecurity/trivy/main/docs/imgs/logo.png -# renovate: github=aquasecurity/trivy -appVersion: 0.32.1 diff --git a/clusters/cl01tl/helm/trivy/templates/namespace.yaml b/clusters/cl01tl/helm/trivy/templates/namespace.yaml deleted file mode 100644 index eb7c54ed8..000000000 --- a/clusters/cl01tl/helm/trivy/templates/namespace.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: trivy - labels: - app.kubernetes.io/name: trivy - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/part-of: {{ .Release.Name }} - pod-security.kubernetes.io/audit: privileged - pod-security.kubernetes.io/enforce: privileged - pod-security.kubernetes.io/warn: privileged diff --git a/clusters/cl01tl/helm/trivy/values.yaml b/clusters/cl01tl/helm/trivy/values.yaml deleted file mode 100644 index 7a8e4fcfc..000000000 --- a/clusters/cl01tl/helm/trivy/values.yaml +++ /dev/null @@ -1,91 +0,0 @@ -trivy-operator: - targetWorkloads: "pod,replicaset,replicationcontroller,statefulset,daemonset,cronjob,job" - operator: - replicas: 1 - scanJobsConcurrentLimit: 1 - vulnerabilityScannerEnabled: true - sbomGenerationEnabled: false - clusterSbomCacheEnabled: false - configAuditScannerEnabled: true - rbacAssessmentScannerEnabled: true - infraAssessmentScannerEnabled: false - clusterComplianceEnabled: false - vulnerabilityScannerScanOnlyCurrentRevisions: true - accessGlobalSecretsAndServiceAccount: true - metricsFindingsEnabled: true - exposedSecretScannerEnabled: true - serviceMonitor: - enabled: true - trivy: - createConfig: true - image: - registry: mirror.gcr.io - repository: aquasec/trivy - tag: 0.69.3 - storageClassEnabled: true - storageClassName: ceph-block - storageSize: "10Gi" - registry: - mirror: - "registry-1.docker.io": proxy-registry-1.docker.io - "quay.io": proxy-quay.io - "registry.k8s.io": proxy-registry.k8s - "gcr.io": proxy-gcr.io - "ghcr.io": proxy-ghcr.io - "hub.docker": proxy-hub.docker - severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL - slow: true - resources: - requests: - cpu: 100m - memory: 128M - supportedConfigAuditKinds: "Workload,Service,Role,ClusterRole,NetworkPolicy,Ingress,LimitRange,ResourceQuota" - server: - resources: - requests: - cpu: 200m - memory: 512Mi - replicas: 1 - nodeCollector: - tolerations: - - key: node-role.kubernetes.io/control-plane - operator: Exists - effect: NoSchedule - volumeMounts: - - name: var-lib-etcd - mountPath: /var/lib/etcd - readOnly: true - - name: var-lib-kubelet - mountPath: /var/lib/kubelet - readOnly: true - - name: var-lib-kube-scheduler - mountPath: /var/lib/kube-scheduler - readOnly: true - - name: var-lib-kube-controller-manager - mountPath: /var/lib/kube-controller-manager - readOnly: true - - name: etc-kubernetes - mountPath: /etc/kubernetes - readOnly: true - - name: etc-cni-netd - mountPath: /etc/cni/net.d/ - readOnly: true - volumes: - - name: var-lib-etcd - hostPath: - path: /var/lib/etcd - - name: var-lib-kubelet - hostPath: - path: /var/lib/kubelet - - name: var-lib-kube-scheduler - hostPath: - path: /var/lib/kube-scheduler - - name: var-lib-kube-controller-manager - hostPath: - path: /var/lib/kube-controller-manager - - name: etc-kubernetes - hostPath: - path: /etc/kubernetes - - name: etc-cni-netd - hostPath: - path: /etc/cni/net.d/ From 618021e9a4c1cced57ffe4451e7f66228ae4ee6f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 02:42:42 +0000 Subject: [PATCH 02/38] chore(deps): update rmcrackan/libation docker tag to v13.3.1 (#4854) --- clusters/cl01tl/helm/libation/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/libation/values.yaml b/clusters/cl01tl/helm/libation/values.yaml index 3698fad5b..1888e9871 100644 --- a/clusters/cl01tl/helm/libation/values.yaml +++ b/clusters/cl01tl/helm/libation/values.yaml @@ -16,7 +16,7 @@ libation: main: image: repository: rmcrackan/libation - tag: 13.3.0 + tag: 13.3.1 pullPolicy: IfNotPresent env: - name: SLEEP_TIME From b32e56b60a28d674a53802d1d1e88abc5f79a392 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 02:56:23 +0000 Subject: [PATCH 03/38] chore(deps): update ollama/ollama to v0.18.2 (#4856) --- clusters/cl01tl/helm/ollama/Chart.yaml | 2 +- clusters/cl01tl/helm/ollama/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/ollama/Chart.yaml b/clusters/cl01tl/helm/ollama/Chart.yaml index ff33596a9..5ceec22a2 100644 --- a/clusters/cl01tl/helm/ollama/Chart.yaml +++ b/clusters/cl01tl/helm/ollama/Chart.yaml @@ -31,4 +31,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png # renovate: datasource=github-releases depName=ollama/ollama -appVersion: 0.18.1 +appVersion: 0.18.2 diff --git a/clusters/cl01tl/helm/ollama/values.yaml b/clusters/cl01tl/helm/ollama/values.yaml index b91e494e1..8a8815e8b 100644 --- a/clusters/cl01tl/helm/ollama/values.yaml +++ b/clusters/cl01tl/helm/ollama/values.yaml @@ -22,7 +22,7 @@ ollama: main: image: repository: ollama/ollama - tag: 0.18.1 + tag: 0.18.2 pullPolicy: IfNotPresent env: - name: OLLAMA_KEEP_ALIVE @@ -58,7 +58,7 @@ ollama: main: image: repository: ollama/ollama - tag: 0.18.1 + tag: 0.18.2 pullPolicy: IfNotPresent env: - name: OLLAMA_KEEP_ALIVE @@ -94,7 +94,7 @@ ollama: main: image: repository: ollama/ollama - tag: 0.18.1 + tag: 0.18.2 pullPolicy: IfNotPresent env: - name: OLLAMA_KEEP_ALIVE From 62e4720d6b8722cde784d78be407c4b4ced3f1b7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 02:56:59 +0000 Subject: [PATCH 04/38] chore(deps): update registry.k8s.io/kubectl docker tag to v1.35.3 (#4858) --- clusters/cl01tl/helm/argo-workflows/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/argo-workflows/values.yaml b/clusters/cl01tl/helm/argo-workflows/values.yaml index df2faa223..2dbade056 100644 --- a/clusters/cl01tl/helm/argo-workflows/values.yaml +++ b/clusters/cl01tl/helm/argo-workflows/values.yaml @@ -8,7 +8,7 @@ argo-workflows: upgradeJob: image: repository: registry.k8s.io/kubectl - tag: v1.35.2 + tag: v1.35.3 controller: metricsConfig: enabled: true From 1bf6fbd2f22a862708e805e7fef58d97e3a14ec9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 02:57:23 +0000 Subject: [PATCH 05/38] chore(deps): update rmcrackan/libation to v13.3.2 (#4859) --- clusters/cl01tl/helm/libation/Chart.yaml | 2 +- clusters/cl01tl/helm/libation/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/libation/Chart.yaml b/clusters/cl01tl/helm/libation/Chart.yaml index c8a37fe6d..834eb2654 100644 --- a/clusters/cl01tl/helm/libation/Chart.yaml +++ b/clusters/cl01tl/helm/libation/Chart.yaml @@ -24,4 +24,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/libation.png # renovate: datasource=github-releases depName=rmcrackan/Libation -appVersion: 13.3.0 +appVersion: 13.3.2 diff --git a/clusters/cl01tl/helm/libation/values.yaml b/clusters/cl01tl/helm/libation/values.yaml index 1888e9871..4f951e4ed 100644 --- a/clusters/cl01tl/helm/libation/values.yaml +++ b/clusters/cl01tl/helm/libation/values.yaml @@ -16,7 +16,7 @@ libation: main: image: repository: rmcrackan/libation - tag: 13.3.1 + tag: 13.3.2 pullPolicy: IfNotPresent env: - name: SLEEP_TIME From 78bfaaf004a4077bd79eca98d9d447e29d662d25 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:03:01 +0000 Subject: [PATCH 06/38] chore(deps): update dependency roundcube/roundcubemail to v1.6.14 (#4863) --- clusters/cl01tl/helm/roundcube/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/roundcube/Chart.yaml b/clusters/cl01tl/helm/roundcube/Chart.yaml index 818ed95bc..9fcf0506b 100644 --- a/clusters/cl01tl/helm/roundcube/Chart.yaml +++ b/clusters/cl01tl/helm/roundcube/Chart.yaml @@ -29,4 +29,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/roundcube.png # renovate: datasource=github-releases depName=roundcube/roundcubemail -appVersion: 1.6.13 +appVersion: 1.6.14 From a171479d02b063a79def57e9bf2bc5972bc807ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:03:26 +0000 Subject: [PATCH 07/38] chore(deps): update frederikemmer/medialyze to v0.2.2 (#4864) --- clusters/cl01tl/helm/medialyze/Chart.yaml | 2 +- clusters/cl01tl/helm/medialyze/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/medialyze/Chart.yaml b/clusters/cl01tl/helm/medialyze/Chart.yaml index d28189638..631ab61a8 100644 --- a/clusters/cl01tl/helm/medialyze/Chart.yaml +++ b/clusters/cl01tl/helm/medialyze/Chart.yaml @@ -19,4 +19,4 @@ dependencies: version: 4.6.2 icon: https://raw.githubusercontent.com/frederikemmer/MediaLyze/d8f69c0628bac7c047b90f91a66341648029c273/frontend/public/favicon.svg # renovate: datasource=github-releases depName=frederikemmer/MediaLyze -appVersion: 0.2.1 +appVersion: 0.2.2 diff --git a/clusters/cl01tl/helm/medialyze/values.yaml b/clusters/cl01tl/helm/medialyze/values.yaml index 4607dd626..c34ac588f 100644 --- a/clusters/cl01tl/helm/medialyze/values.yaml +++ b/clusters/cl01tl/helm/medialyze/values.yaml @@ -9,7 +9,7 @@ medialyze: main: image: repository: ghcr.io/frederikemmer/medialyze - tag: 0.2.1 + tag: 0.2.2 pullPolicy: IfNotPresent env: - name: HOST_PORT From da18f8c05db1f36908bacbe7cb5ff837698e0dbd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:03:34 +0000 Subject: [PATCH 08/38] chore(deps): update g33kphr33k/musicgrabber docker tag to v2.4.6 (#4865) --- clusters/cl01tl/helm/music-grabber/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/music-grabber/values.yaml b/clusters/cl01tl/helm/music-grabber/values.yaml index 15bf0c8d3..5830c165a 100644 --- a/clusters/cl01tl/helm/music-grabber/values.yaml +++ b/clusters/cl01tl/helm/music-grabber/values.yaml @@ -9,7 +9,7 @@ music-grabber: main: image: repository: g33kphr33k/musicgrabber - tag: 2.4.5 + tag: 2.4.6 pullPolicy: IfNotPresent env: - name: MUSIC_DIR From 000d1f8962cb668f16432d8626aa95ffdda68942 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:03:56 +0000 Subject: [PATCH 09/38] chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.3.2 (#4866) --- clusters/cl01tl/helm/home-assistant/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/home-assistant/values.yaml b/clusters/cl01tl/helm/home-assistant/values.yaml index 1c89eb054..7940c8dea 100644 --- a/clusters/cl01tl/helm/home-assistant/values.yaml +++ b/clusters/cl01tl/helm/home-assistant/values.yaml @@ -9,7 +9,7 @@ home-assistant: main: image: repository: ghcr.io/home-assistant/home-assistant - tag: 2026.3.1 + tag: 2026.3.2 pullPolicy: IfNotPresent env: - name: TZ From cbefba066eceb24c0691dae21bb41391dbe8c9e0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 19 Mar 2026 04:11:56 +0000 Subject: [PATCH 10/38] feat: disable probe (#4870) Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4870 --- clusters/cl01tl/helm/rybbit/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/rybbit/values.yaml b/clusters/cl01tl/helm/rybbit/values.yaml index 6d742dae4..35086a7c2 100644 --- a/clusters/cl01tl/helm/rybbit/values.yaml +++ b/clusters/cl01tl/helm/rybbit/values.yaml @@ -71,7 +71,7 @@ rybbit: key: mapbox-token probes: liveness: - enabled: true + enabled: false custom: true spec: exec: From 4651e22055c3cd06e4bf927e3a9bc7235dc94f7a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:14:41 +0000 Subject: [PATCH 11/38] chore(deps): update dependency outline/outline to v1.6.1 (#4873) --- clusters/cl01tl/helm/outline/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/outline/Chart.yaml b/clusters/cl01tl/helm/outline/Chart.yaml index 741a2cceb..3da655e60 100644 --- a/clusters/cl01tl/helm/outline/Chart.yaml +++ b/clusters/cl01tl/helm/outline/Chart.yaml @@ -39,4 +39,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/outline.png # renovate: datasource=github-releases depName=outline/outline -appVersion: 1.6.0 +appVersion: 1.6.1 From a1fa8494a9897b831698ad78fd63c35a8ebb5484 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:17:13 +0000 Subject: [PATCH 12/38] chore(deps): update helm release harbor to v1.18.3 (#4874) --- clusters/cl01tl/helm/harbor/Chart.lock | 6 +++--- clusters/cl01tl/helm/harbor/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/harbor/Chart.lock b/clusters/cl01tl/helm/harbor/Chart.lock index 83be10b89..da3e3346c 100644 --- a/clusters/cl01tl/helm/harbor/Chart.lock +++ b/clusters/cl01tl/helm/harbor/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: harbor repository: https://helm.goharbor.io - version: 1.18.2 + version: 1.18.3 - name: postgres-cluster repository: https://gitea.alexlebens.net/api/packages/alexlebens/helm version: 7.10.0 - name: valkey repository: oci://harbor.alexlebens.net/helm-charts version: 0.4.0 -digest: sha256:14c2b7d09631dbb573e9c9d4613ebe52e330146662da0da15f74c31ec519ed15 -generated: "2026-03-15T20:06:13.615175051Z" +digest: sha256:e7a5cee56dddb4abc07ff18677cb6ddf55571b38da2eeb7e654e8ad8f7709bfa +generated: "2026-03-19T04:16:54.362332682Z" diff --git a/clusters/cl01tl/helm/harbor/Chart.yaml b/clusters/cl01tl/helm/harbor/Chart.yaml index 77a45c618..7c7d5eb95 100644 --- a/clusters/cl01tl/helm/harbor/Chart.yaml +++ b/clusters/cl01tl/helm/harbor/Chart.yaml @@ -17,7 +17,7 @@ maintainers: - name: alexlebens dependencies: - name: harbor - version: 1.18.2 + version: 1.18.3 repository: https://helm.goharbor.io - name: postgres-cluster alias: postgres-18-cluster From 909b28e1b071d2a407e662b1f2523f0cc43b5a0c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:21:20 +0000 Subject: [PATCH 13/38] chore(deps): update dependency clidey/whodb to v0.100.0 (#4867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.99.0` → `0.100.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
clidey/whodb (clidey/whodb) ### [`v0.100.0`](https://github.com/clidey/whodb/releases/tag/0.100.0) [Compare Source](https://github.com/clidey/whodb/compare/0.99.0...0.100.0) - Library updates - Backend bug fixes - Maintenance updates #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.100.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### Upgrade Notes To upgrade from a previous version: - **Docker**: Pull the latest image and restart your container - **Snap**: Run `sudo snap refresh whodb` - **Desktop Apps**: Download and install the new version *** #### What's Changed - Bump github.com/aws/aws-sdk-go-v2/config from 1.32.11 to 1.32.12 in /core by [@​dependabot](https://github.com/dependabot)\[bot] in [#​851](https://github.com/clidey/whodb/pull/851) - Bump github.com/aws/aws-sdk-go-v2/service/elasticache from 1.51.11 to 1.51.12 in /core by [@​dependabot](https://github.com/dependabot)\[bot] in [#​849](https://github.com/clidey/whodb/pull/849) - Bump github.com/modelcontextprotocol/go-sdk from 1.3.0 to 1.4.1 in /cli by [@​dependabot](https://github.com/dependabot)\[bot] in [#​845](https://github.com/clidey/whodb/pull/845) - Bump golang.org/x/term from 0.40.0 to 0.41.0 in /cli by [@​dependabot](https://github.com/dependabot)\[bot] in [#​842](https://github.com/clidey/whodb/pull/842) - Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /desktop-common in the go\_modules group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​823](https://github.com/clidey/whodb/pull/823) - Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /core in the go\_modules group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​824](https://github.com/clidey/whodb/pull/824) - Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /cli in the go\_modules group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​822](https://github.com/clidey/whodb/pull/822) - Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /desktop-ce in the go\_modules group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​821](https://github.com/clidey/whodb/pull/821) - Bump the npm\_and\_yarn group across 1 directory with 2 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​816](https://github.com/clidey/whodb/pull/816) - Bump github.com/xuri/excelize/v2 from 2.10.0 to 2.10.1 in /cli by [@​dependabot](https://github.com/dependabot)\[bot] in [#​827](https://github.com/clidey/whodb/pull/827) - Bump github.com/xuri/excelize/v2 from 2.10.0 to 2.10.1 in /core by [@​dependabot](https://github.com/dependabot)\[bot] in [#​854](https://github.com/clidey/whodb/pull/854) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4867 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/whodb/Chart.yaml | 2 +- clusters/cl01tl/helm/whodb/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/whodb/Chart.yaml b/clusters/cl01tl/helm/whodb/Chart.yaml index c141a9d19..77461ae98 100644 --- a/clusters/cl01tl/helm/whodb/Chart.yaml +++ b/clusters/cl01tl/helm/whodb/Chart.yaml @@ -20,4 +20,4 @@ dependencies: version: 4.6.2 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/whodb.png # renovate: datasource=github-releases depName=clidey/whodb -appVersion: 0.99.0 +appVersion: 0.100.0 diff --git a/clusters/cl01tl/helm/whodb/values.yaml b/clusters/cl01tl/helm/whodb/values.yaml index 80396c069..b7523b148 100644 --- a/clusters/cl01tl/helm/whodb/values.yaml +++ b/clusters/cl01tl/helm/whodb/values.yaml @@ -8,7 +8,7 @@ whodb: main: image: repository: clidey/whodb - tag: 0.99.0 + tag: 0.100.0 pullPolicy: IfNotPresent env: - name: WHODB_OLLAMA_HOST From 3877ffc6d07aadfe964013dfb6190d06faaa3be1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:22:21 +0000 Subject: [PATCH 14/38] chore(deps): update ghcr.io/haveagitgat/tdarr docker tag to v2.64.02 (#4837) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.63.01` → `2.64.02` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4837 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/tdarr/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/tdarr/values.yaml b/clusters/cl01tl/helm/tdarr/values.yaml index c17eecfe6..1988f08f5 100644 --- a/clusters/cl01tl/helm/tdarr/values.yaml +++ b/clusters/cl01tl/helm/tdarr/values.yaml @@ -9,7 +9,7 @@ tdarr: main: image: repository: ghcr.io/haveagitgat/tdarr - tag: 2.63.01 + tag: 2.64.02 pullPolicy: IfNotPresent env: - name: TZ From cbb9662bb11c2460bfbad1ae2877ee062cbddbc8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:23:35 +0000 Subject: [PATCH 15/38] chore(deps): update ghcr.io/haveagitgat/tdarr_node docker tag to v2.64.02 (#4838) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr_node](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.63.01` → `2.64.02` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4838 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/tdarr/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/tdarr/values.yaml b/clusters/cl01tl/helm/tdarr/values.yaml index 1988f08f5..e9b8d75e1 100644 --- a/clusters/cl01tl/helm/tdarr/values.yaml +++ b/clusters/cl01tl/helm/tdarr/values.yaml @@ -48,7 +48,7 @@ tdarr: main: image: repository: ghcr.io/haveagitgat/tdarr_node - tag: 2.63.01 + tag: 2.64.02 pullPolicy: IfNotPresent env: - name: TZ From 042664cf076f30836b42257e0609a2079646eb3c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:25:30 +0000 Subject: [PATCH 16/38] chore(deps): update outlinewiki/outline docker tag to v1.6.1 (#4857) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | patch | `1.6.0` → `1.6.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
outline/outline (outlinewiki/outline) ### [`v1.6.1`](https://github.com/outline/outline/releases/tag/v1.6.1) [Compare Source](https://github.com/outline/outline/compare/v1.6.0...v1.6.1) #### What's Changed ##### Fixes and improvements - A bug affecting file and image upload in the editor was fixed in [#​11803](https://github.com/outline/outline/pull/11803) - MCP: Now has tools to move documents within a collection in [#​11799](https://github.com/outline/outline/pull/11799) - MCP: Now supports API key header authentication in [#​11798](https://github.com/outline/outline/pull/11798) - Added Tahoe-compatible icon variants for PWA in [#​11762](https://github.com/outline/outline/pull/11762) - Fixed a race condition when editing title while doc is saving would reset the title in [#​11764](https://github.com/outline/outline/pull/11764) - Added support for the new GitLab `work_items` URL structure in [#​11795](https://github.com/outline/outline/pull/11795) - Print layout now respects full-width option by [@​wmTJc9IK0Q](https://github.com/wmTJc9IK0Q) in [#​11768](https://github.com/outline/outline/pull/11768) - Fixed a page hang with corrupted PNG upload in [#​11783](https://github.com/outline/outline/pull/11783) - Improved validation of `SMTP_FROM_EMAIL` and `SMTP_REPLY_EMAIL` in [#​11784](https://github.com/outline/outline/pull/11784) - Custom port is now preserved in OAuth metadata URLs when self-hosted behind a reverse proxy in [#​11791](https://github.com/outline/outline/pull/11791) - It is now possible to "Create a nested doc" when using @​mention in [#​11800](https://github.com/outline/outline/pull/11800) - Added a guard against concurrent restore while deleting by [@​dearlordylord](https://github.com/dearlordylord) in [#​11775](https://github.com/outline/outline/pull/11775) #### New Contributors - [@​dearlordylord](https://github.com/dearlordylord) made their first contribution in [#​11775](https://github.com/outline/outline/pull/11775) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4857 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/outline/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/outline/values.yaml b/clusters/cl01tl/helm/outline/values.yaml index 0464d732b..9a5aac71d 100644 --- a/clusters/cl01tl/helm/outline/values.yaml +++ b/clusters/cl01tl/helm/outline/values.yaml @@ -12,7 +12,7 @@ outline: main: image: repository: outlinewiki/outline - tag: 1.6.0 + tag: 1.6.1 pullPolicy: IfNotPresent env: - name: NODE_ENV From 5383a43c53184e415976c740c66f08c9499803f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:27:31 +0000 Subject: [PATCH 17/38] chore(deps): update helm release argo-cd to v9.4.14 (#4877) --- clusters/cl01tl/helm/argocd/Chart.lock | 6 +++--- clusters/cl01tl/helm/argocd/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/argocd/Chart.lock b/clusters/cl01tl/helm/argocd/Chart.lock index dc834b67c..24f3e463a 100644 --- a/clusters/cl01tl/helm/argocd/Chart.lock +++ b/clusters/cl01tl/helm/argocd/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm - version: 9.4.12 -digest: sha256:2bea48f3d44a453b8cdc83c7a18f9e417116d300dfad9672bab4ac97cefa891d -generated: "2026-03-18T11:03:53.835514883Z" + version: 9.4.14 +digest: sha256:0d80c03a05176d53cc8ec94da32ef2cb5fccafc76b1648c0e4e1288515ba0824 +generated: "2026-03-19T04:27:11.289046913Z" diff --git a/clusters/cl01tl/helm/argocd/Chart.yaml b/clusters/cl01tl/helm/argocd/Chart.yaml index 1d71e75a0..65835ce56 100644 --- a/clusters/cl01tl/helm/argocd/Chart.yaml +++ b/clusters/cl01tl/helm/argocd/Chart.yaml @@ -15,7 +15,7 @@ maintainers: - name: alexlebens dependencies: - name: argo-cd - version: 9.4.12 + version: 9.4.14 repository: https://argoproj.github.io/argo-helm icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png # renovate: datasource=github-releases depName=argoproj/argo-cd From e32ab8d593c105ee3f038c19ab1eea0617a2d6e0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:30:28 +0000 Subject: [PATCH 18/38] chore(deps): update helm release argo-events to v2.4.21 (#4879) --- clusters/cl01tl/helm/argo-workflows/Chart.lock | 6 +++--- clusters/cl01tl/helm/argo-workflows/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/argo-workflows/Chart.lock b/clusters/cl01tl/helm/argo-workflows/Chart.lock index 27cef4ae2..fd3a4d4ca 100644 --- a/clusters/cl01tl/helm/argo-workflows/Chart.lock +++ b/clusters/cl01tl/helm/argo-workflows/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 1.0.2 - name: argo-events repository: https://argoproj.github.io/argo-helm - version: 2.4.20 + version: 2.4.21 - name: postgres-cluster repository: oci://harbor.alexlebens.net/helm-charts version: 7.10.0 -digest: sha256:8d1c2dd011a360d930ed5ff186462f163407077d36ae633898ec5d6ba30a4e8d -generated: "2026-03-15T20:04:18.080966008Z" +digest: sha256:88a42a8b293b663ca4e1f09d61c274475dd2224f223d463208f3537509f01840 +generated: "2026-03-19T04:29:49.458882279Z" diff --git a/clusters/cl01tl/helm/argo-workflows/Chart.yaml b/clusters/cl01tl/helm/argo-workflows/Chart.yaml index f5f985b20..1ed2153e4 100644 --- a/clusters/cl01tl/helm/argo-workflows/Chart.yaml +++ b/clusters/cl01tl/helm/argo-workflows/Chart.yaml @@ -21,7 +21,7 @@ dependencies: version: 1.0.2 repository: https://argoproj.github.io/argo-helm - name: argo-events - version: 2.4.20 + version: 2.4.21 repository: https://argoproj.github.io/argo-helm - name: postgres-cluster alias: postgres-18-cluster From fd048a2b6c4f6fcd422149a61022b3a72494cc30 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 04:34:08 +0000 Subject: [PATCH 19/38] chore(deps): update helm release argo-workflows to v1.0.3 (#4881) --- clusters/cl01tl/helm/argo-workflows/Chart.lock | 6 +++--- clusters/cl01tl/helm/argo-workflows/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/argo-workflows/Chart.lock b/clusters/cl01tl/helm/argo-workflows/Chart.lock index fd3a4d4ca..81127d345 100644 --- a/clusters/cl01tl/helm/argo-workflows/Chart.lock +++ b/clusters/cl01tl/helm/argo-workflows/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: argo-workflows repository: https://argoproj.github.io/argo-helm - version: 1.0.2 + version: 1.0.3 - name: argo-events repository: https://argoproj.github.io/argo-helm version: 2.4.21 - name: postgres-cluster repository: oci://harbor.alexlebens.net/helm-charts version: 7.10.0 -digest: sha256:88a42a8b293b663ca4e1f09d61c274475dd2224f223d463208f3537509f01840 -generated: "2026-03-19T04:29:49.458882279Z" +digest: sha256:4c857612f12f288dcbf6903df58ac708dcbc051e5f17e94ecd0cadc41b9c32bd +generated: "2026-03-19T04:33:30.206516151Z" diff --git a/clusters/cl01tl/helm/argo-workflows/Chart.yaml b/clusters/cl01tl/helm/argo-workflows/Chart.yaml index 1ed2153e4..ecaeebadf 100644 --- a/clusters/cl01tl/helm/argo-workflows/Chart.yaml +++ b/clusters/cl01tl/helm/argo-workflows/Chart.yaml @@ -18,7 +18,7 @@ maintainers: - name: alexlebens dependencies: - name: argo-workflows - version: 1.0.2 + version: 1.0.3 repository: https://argoproj.github.io/argo-helm - name: argo-events version: 2.4.21 From 6707b9d3a1d69446b973a92964e3d133340b1561 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 00:05:20 +0000 Subject: [PATCH 20/38] chore(deps): update kube-prometheus-stack docker tag to v82.12.0 (#4883) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | minor | `82.11.0` → `82.12.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
prometheus-community/helm-charts (kube-prometheus-stack) ### [`v82.12.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.12.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.11.0...kube-prometheus-stack-82.12.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Add extra excluded from enforcement by [@​sathieu](https://github.com/sathieu) in [#​6694](https://github.com/prometheus-community/helm-charts/pull/6694) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4883 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/kube-prometheus-stack/Chart.lock | 6 +++--- clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/kube-prometheus-stack/Chart.lock b/clusters/cl01tl/helm/kube-prometheus-stack/Chart.lock index cdb262096..ed819451d 100644 --- a/clusters/cl01tl/helm/kube-prometheus-stack/Chart.lock +++ b/clusters/cl01tl/helm/kube-prometheus-stack/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: kube-prometheus-stack repository: oci://ghcr.io/prometheus-community/charts - version: 82.11.0 + version: 82.12.0 - name: app-template repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.6.2 - name: valkey repository: oci://harbor.alexlebens.net/helm-charts version: 0.4.0 -digest: sha256:e32045eeb180e3658ea4141faa2a4ecf381181993e20ca9bb1e48bcf0b861d1c -generated: "2026-03-18T21:02:35.011295676Z" +digest: sha256:05c8453c68596a58884eb65cc0e2f86f5aaa764a63fe4b8c53d40b5f9b40670e +generated: "2026-03-19T09:02:27.865169773Z" diff --git a/clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml index 4440ef089..0eb4f5ff6 100644 --- a/clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml +++ b/clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml @@ -20,7 +20,7 @@ maintainers: - name: alexlebens dependencies: - name: kube-prometheus-stack - version: 82.11.0 + version: 82.12.0 repository: oci://ghcr.io/prometheus-community/charts - name: app-template alias: ntfy-alertmanager From c59ea8026537e1294625c7826f26c827d33711d8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 00:08:35 +0000 Subject: [PATCH 21/38] chore(deps): update advplyr/audiobookshelf to v2.33.1 (#4890) --- clusters/cl01tl/helm/audiobookshelf/Chart.yaml | 2 +- clusters/cl01tl/helm/audiobookshelf/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/audiobookshelf/Chart.yaml b/clusters/cl01tl/helm/audiobookshelf/Chart.yaml index e33b5bcbd..56fdbdefd 100644 --- a/clusters/cl01tl/helm/audiobookshelf/Chart.yaml +++ b/clusters/cl01tl/helm/audiobookshelf/Chart.yaml @@ -29,4 +29,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/audiobookshelf.png # renovate: datasource=github-releases depName=advplyr/audiobookshelf -appVersion: 2.33.0 +appVersion: 2.33.1 diff --git a/clusters/cl01tl/helm/audiobookshelf/values.yaml b/clusters/cl01tl/helm/audiobookshelf/values.yaml index 527044a37..4af74a2c6 100644 --- a/clusters/cl01tl/helm/audiobookshelf/values.yaml +++ b/clusters/cl01tl/helm/audiobookshelf/values.yaml @@ -9,7 +9,7 @@ audiobookshelf: main: image: repository: ghcr.io/advplyr/audiobookshelf - tag: 2.33.0 + tag: 2.33.1 pullPolicy: IfNotPresent env: - name: TZ From 3ebc4adee9ad6598b9eacc3bce6cb7b400583125 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 00:08:45 +0000 Subject: [PATCH 22/38] chore(deps): update ghcr.io/autobrr/qui docker tag to v1.15.0 (#4884) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/qui](https://github.com/autobrr/qui) | minor | `v1.14.1` → `v1.15.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
autobrr/qui (ghcr.io/autobrr/qui) ### [`v1.15.0`](https://github.com/autobrr/qui/releases/tag/v1.15.0) [Compare Source](https://github.com/autobrr/qui/compare/v1.14.1...v1.15.0) #### Changelog ##### Breaking change CORS is disabled by default; enable by setting QUI\_\_CORS\_ALLOWED\_ORIGINS with explicit origins (http(s)://host\[:port]). See ##### New Features - [`93786a2`](https://github.com/autobrr/qui/commit/93786a230fa0432d0e9e77dbf17b7141ec0f5611): feat(automations): add configurable processing priority/sorting ([#​1235](https://github.com/autobrr/qui/issues/1235)) ([@​Oscariremma](https://github.com/Oscariremma)) - [`45eaf1f`](https://github.com/autobrr/qui/commit/45eaf1f60d8ff6afb602b1a466a9c604c84825ff): feat(database): add postgres and sqlite migration CLI ([#​1530](https://github.com/autobrr/qui/issues/1530)) ([@​s0up4200](https://github.com/s0up4200)) - [`430f5d1`](https://github.com/autobrr/qui/commit/430f5d122f8a4030b1a060e4f2b7e2a6ebcceca5): feat(torrents): mediaInfo dialog ([#​1537](https://github.com/autobrr/qui/issues/1537)) ([@​s0up4200](https://github.com/s0up4200)) - [`8eb8903`](https://github.com/autobrr/qui/commit/8eb8903ad5b330795b149ef7764f477229b48ef0): feat(web): Add persistence to unified instance filter in sidebar ([#​1560](https://github.com/autobrr/qui/issues/1560)) ([@​drtaru](https://github.com/drtaru)) - [`7aadde7`](https://github.com/autobrr/qui/commit/7aadde78371f3092f8ef5a300f689343a80c2b46): feat(web): add path autocomplete to set location dialog ([#​1432](https://github.com/autobrr/qui/issues/1432)) ([@​nitrobass24](https://github.com/nitrobass24)) - [`077f32c`](https://github.com/autobrr/qui/commit/077f32c4bf7062a5e0c78a8594727c9abdd5139a): feat: add mediainfo api endpoint ([#​1545](https://github.com/autobrr/qui/issues/1545)) ([@​Audionut](https://github.com/Audionut)) - [`99cf695`](https://github.com/autobrr/qui/commit/99cf69540b1eaa62dc69429e366629d8f2f149d9): feat: endpoint to trigger directory scans from external tools ([#​1559](https://github.com/autobrr/qui/issues/1559)) ([@​s0up4200](https://github.com/s0up4200)) - [`8956f9b`](https://github.com/autobrr/qui/commit/8956f9bab15ec0a8adc6050103550c4abcf78e44): feat: unify bulk tag editor ([#​1571](https://github.com/autobrr/qui/issues/1571)) ([@​s0up4200](https://github.com/s0up4200)) ##### Bug Fixes - [`552d617`](https://github.com/autobrr/qui/commit/552d61705a65308f4f1cd688e9f2e0b356180d47): fix(api): align add torrent OpenAPI field ([#​1617](https://github.com/autobrr/qui/issues/1617)) ([@​s0up4200](https://github.com/s0up4200)) - [`424f7a0`](https://github.com/autobrr/qui/commit/424f7a0de089dce881e8bbecd220163a78e0295f): fix(api): restrict CORS to explicit allowlist ([#​1551](https://github.com/autobrr/qui/issues/1551)) ([@​s0up4200](https://github.com/s0up4200)) - [`38991d8`](https://github.com/autobrr/qui/commit/38991d8c76ec3e2e2640fe3a65f3332008a549f5): fix(auth): allow loopback health probes ([#​1621](https://github.com/autobrr/qui/issues/1621)) ([@​s0up4200](https://github.com/s0up4200)) - [`4ae88c9`](https://github.com/autobrr/qui/commit/4ae88c92d2b29b9e5c48b933d201cc684636e216): fix(automations): align include-cross-seeds category apply ([#​1517](https://github.com/autobrr/qui/issues/1517)) ([@​s0up4200](https://github.com/s0up4200)) - [`6a127a8`](https://github.com/autobrr/qui/commit/6a127a8ad0f55c78afdca9e156466bd4d245451b): fix(automations): scope skipWithin to only deleted action ([#​1538](https://github.com/autobrr/qui/issues/1538)) ([@​jabloink](https://github.com/jabloink)) - [`c776189`](https://github.com/autobrr/qui/commit/c776189097d881fae6493758820be66612b6494d): fix(crossseed): avoid completion timeout misses on non-Gazelle torrents ([#​1536](https://github.com/autobrr/qui/issues/1536)) ([@​s0up4200](https://github.com/s0up4200)) - [`b1338a7`](https://github.com/autobrr/qui/commit/b1338a7b3f3c0289c1f5bcc64dcd6a4f9f393442): fix(crossseed): handle missing webhook collection tags ([#​1610](https://github.com/autobrr/qui/issues/1610)) ([@​s0up4200](https://github.com/s0up4200)) - [`eacbb68`](https://github.com/autobrr/qui/commit/eacbb683659739e2fb1a6d30f460b7a418052f07): fix(crossseed): normalize hdr aliases ([#​1572](https://github.com/autobrr/qui/issues/1572)) ([@​s0up4200](https://github.com/s0up4200)) - [`537ad46`](https://github.com/autobrr/qui/commit/537ad46ba8f8a28f7c13adf23ad060616004c6ef): fix(crossseed): queue completion searches and retry rate-limit waits ([#​1523](https://github.com/autobrr/qui/issues/1523)) ([@​s0up4200](https://github.com/s0up4200)) - [`4fc550f`](https://github.com/autobrr/qui/commit/4fc550f01649a7661c0096abbc2471d19890b2fd): fix(crossseed): use autobrr indexer ids for webhooks ([#​1614](https://github.com/autobrr/qui/issues/1614)) ([@​s0up4200](https://github.com/s0up4200)) - [`08029ad`](https://github.com/autobrr/qui/commit/08029adda32e2302bdc9fcc445724e6a9332d162): fix(crossseed): valid partial matches being rejected ([#​1291](https://github.com/autobrr/qui/issues/1291)) ([@​rybertm](https://github.com/rybertm)) - [`77eedd9`](https://github.com/autobrr/qui/commit/77eedd9b5ec4092dc8654b28d25a94ba6ba9689f): fix(database): avoid postgres temp-table statement caching ([#​1581](https://github.com/autobrr/qui/issues/1581)) ([@​s0up4200](https://github.com/s0up4200)) - [`25daa17`](https://github.com/autobrr/qui/commit/25daa170db2efc98e7bafbe6184b6288dd927073): fix(dirscan): honor canceled queued webhook runs ([#​1612](https://github.com/autobrr/qui/issues/1612)) ([@​s0up4200](https://github.com/s0up4200)) - [`56995f1`](https://github.com/autobrr/qui/commit/56995f12f1948e4d4eaaaed565f0f0406d561131): fix(dirscan): queue webhook scans and tighten age filtering ([#​1603](https://github.com/autobrr/qui/issues/1603)) ([@​s0up4200](https://github.com/s0up4200)) - [`444d07b`](https://github.com/autobrr/qui/commit/444d07b00a1c173837ad16017edfc6717b9f1432): fix(dirscan): select concrete hardlink base dir ([#​1606](https://github.com/autobrr/qui/issues/1606)) ([@​s0up4200](https://github.com/s0up4200)) - [`c35bea0`](https://github.com/autobrr/qui/commit/c35bea02a1818269249e8ea4de60e4bae611bdb0): fix(instances): improve settings dialog scrolling ([#​1569](https://github.com/autobrr/qui/issues/1569)) ([@​nuxencs](https://github.com/nuxencs)) - [`dc501a0`](https://github.com/autobrr/qui/commit/dc501a05210032fc2094b9bf7a12b1f946a9d3f3): fix(proxy): reauth qbit passthrough requests ([#​1582](https://github.com/autobrr/qui/issues/1582)) ([@​s0up4200](https://github.com/s0up4200)) - [`7950d1d`](https://github.com/autobrr/qui/commit/7950d1d38409b56bdb79e8fe1568446a1a1b1909): fix(proxy): search endpoint handling ([#​1524](https://github.com/autobrr/qui/issues/1524)) ([@​Audionut](https://github.com/Audionut)) - [`1076eea`](https://github.com/autobrr/qui/commit/1076eeab58993cd5b34737f73c414c6615bb6948): fix(qbit): prune empty managed dirs after delete\_with\_files ([#​1604](https://github.com/autobrr/qui/issues/1604)) ([@​s0up4200](https://github.com/s0up4200)) - [`5a3114b`](https://github.com/autobrr/qui/commit/5a3114be6902b40d5760fdbd0acefa5b61628a8b): fix(qbittorrent): stop reboot torrent\_completed spam ([#​1515](https://github.com/autobrr/qui/issues/1515)) ([@​s0up4200](https://github.com/s0up4200)) - [`1d02e6c`](https://github.com/autobrr/qui/commit/1d02e6c4acc3f418ababe5d814ceddca80f16761): fix(settings): contain settings tab scrolling ([#​1567](https://github.com/autobrr/qui/issues/1567)) ([@​nuxencs](https://github.com/nuxencs)) - [`f5d69f3`](https://github.com/autobrr/qui/commit/f5d69f3163cf6c77aa38aff5f41a9667524adc36): fix(settings): smoother gradient ([#​1570](https://github.com/autobrr/qui/issues/1570)) ([@​nuxencs](https://github.com/nuxencs)) - [`1c0c3bc`](https://github.com/autobrr/qui/commit/1c0c3bc74e617433c49d7dab48ba142adf4eb22a): fix(torrents): copy MediaInfo summary without brackets ([#​1540](https://github.com/autobrr/qui/issues/1540)) ([@​s0up4200](https://github.com/s0up4200)) - [`3ec913a`](https://github.com/autobrr/qui/commit/3ec913afd1a1b31318290c326ca2da925ae24144): fix(web): auto-append slash on path autocomplete selection ([#​1431](https://github.com/autobrr/qui/issues/1431)) ([@​nitrobass24](https://github.com/nitrobass24)) - [`aa2f3da`](https://github.com/autobrr/qui/commit/aa2f3daf1f0b16cee03fe5608a598a85af89099a): fix(web): check field.state.value type in AddTorrentDialog ([#​1613](https://github.com/autobrr/qui/issues/1613)) ([@​s0up4200](https://github.com/s0up4200)) - [`1abfc5e`](https://github.com/autobrr/qui/commit/1abfc5ef95005e63ae6dbb943945da7c946a60ab): fix(web): handle SSO proxy redirect to /index.html ([#​1600](https://github.com/autobrr/qui/issues/1600)) ([@​s0up4200](https://github.com/s0up4200)) - [`1991f90`](https://github.com/autobrr/qui/commit/1991f9040d7a38f0f40b002c9b8a7d907557d305): fix(web): warn before enabling reannounce ([#​1583](https://github.com/autobrr/qui/issues/1583)) ([@​s0up4200](https://github.com/s0up4200)) ##### Other Changes - [`4069492`](https://github.com/autobrr/qui/commit/4069492a594685c16fdca2e3b1e801bb6f179d89): chore(deps): bump the github group with 3 updates ([#​1535](https://github.com/autobrr/qui/issues/1535)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`a02e9e8`](https://github.com/autobrr/qui/commit/a02e9e83995f75232194d63e6153741dd4891b90): chore(deps): bump the github group with 7 updates ([#​1558](https://github.com/autobrr/qui/issues/1558)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`8713667`](https://github.com/autobrr/qui/commit/87136676e58496029d44267ad4fdb59ce27d45ae): chore(deps): bump the golang group with 15 updates ([#​1543](https://github.com/autobrr/qui/issues/1543)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`420607e`](https://github.com/autobrr/qui/commit/420607e2665a2c9e2e3446fe36626d2579a3bebc): chore(go,ci): adopt go fix, bump to 1.26, and speed up PR checks ([#​1480](https://github.com/autobrr/qui/issues/1480)) ([@​s0up4200](https://github.com/s0up4200)) - [`0d0df45`](https://github.com/autobrr/qui/commit/0d0df455e45f77b55e0a759721f39894ff77075a): docs: add password reset section to CLI commands ([#​1598](https://github.com/autobrr/qui/issues/1598)) ([@​s0up4200](https://github.com/s0up4200)) - [`9ef56a2`](https://github.com/autobrr/qui/commit/9ef56a2050491149d9b11895f9f8df621a745f54): refactor(makefile): windows support ([#​1546](https://github.com/autobrr/qui/issues/1546)) ([@​Audionut](https://github.com/Audionut)) - [`7899cc8`](https://github.com/autobrr/qui/commit/7899cc8601cbae23f4f2b3714b109c049bb68051): refactor(reflinking): add windows ReFS filesystem support ([#​1576](https://github.com/autobrr/qui/issues/1576)) ([@​Audionut](https://github.com/Audionut)) - [`51d34ab`](https://github.com/autobrr/qui/commit/51d34ab279cd41992c822777bd85ffd78964c9fb): refactor(releases): share hdr normalization helpers ([#​1586](https://github.com/autobrr/qui/issues/1586)) ([@​s0up4200](https://github.com/s0up4200)) - [`c7f4e3d`](https://github.com/autobrr/qui/commit/c7f4e3d8b514a5523d0f9e8f1a6deb46ca64ebcb): refactor(web): tighten unified scope navigation ([#​1618](https://github.com/autobrr/qui/issues/1618)) ([@​s0up4200](https://github.com/s0up4200)) - [`4b05177`](https://github.com/autobrr/qui/commit/4b051778a45f521b43b7f7c2561b84fabe3dc987): test(handlers): cover tag baseline field requests ([@​s0up4200](https://github.com/s0up4200)) **Full Changelog**: #### Docker images - `docker pull ghcr.io/autobrr/qui:v1.15.0` - `docker pull ghcr.io/autobrr/qui:latest` #### What to do next? - Join our [Discord server](https://discord.autobrr.com/qui) Thank you for using qui!
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4884 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/qbittorrent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index c131d7e0c..81b80f78f 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -216,7 +216,7 @@ qbittorrent: qui: image: repository: ghcr.io/autobrr/qui - tag: v1.14.1 + tag: v1.15.0 pullPolicy: IfNotPresent env: - name: QUI__METRICS_ENABLED From e26e97222bfbd75c7b0995ab351bf2771f50f422 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 00:12:08 +0000 Subject: [PATCH 23/38] chore(deps): update prometheus-operator-crds docker tag to v28 (#4888) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-operator-crds](https://github.com/prometheus-community/helm-charts) | major | `27.0.1` → `28.0.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
prometheus-community/helm-charts (prometheus-operator-crds) ### [`v28.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-operator-crds-28.0.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-crds-27.0.1...prometheus-operator-crds-28.0.0) A Helm chart that collects custom resource definitions (CRDs) from the Prometheus Operator, allowing for seamless integration with GitOps tools #### What's Changed - \[prometheus-operator-crds] Update dependency prometheus-operator/prometheus-operator to v0.90.0 by [@​renovate](https://github.com/renovate)\[bot] in [#​6749](https://github.com/prometheus-community/helm-charts/pull/6749) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4888 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock | 6 +++--- clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock b/clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock index 805dc15df..563f054b7 100644 --- a/clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock +++ b/clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: prometheus-operator-crds repository: oci://ghcr.io/prometheus-community/charts - version: 27.0.1 -digest: sha256:c66f0099390741388fce480670ce5f40f0e8459f3471a9f49da6f3f217c028a0 -generated: "2026-03-17T20:57:34.001956235Z" + version: 28.0.0 +digest: sha256:82e19c59373b1dd1a854a4e5699c7b864cfbb96e58a065f53ad76e64d7109cff +generated: "2026-03-19T22:02:57.659253727Z" diff --git a/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml b/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml index ee17245f7..dc3768302 100644 --- a/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml +++ b/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml @@ -15,7 +15,7 @@ maintainers: - name: alexlebens dependencies: - name: prometheus-operator-crds - version: 27.0.1 + version: 28.0.0 repository: oci://ghcr.io/prometheus-community/charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png # renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator From 6d28f398af6e0668a0690b66012ede0daa098ccf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 00:14:39 +0000 Subject: [PATCH 24/38] chore(deps): update dependency traefik/traefik to v3.6.11 (#4893) --- clusters/cl01tl/helm/traefik/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/traefik/Chart.yaml b/clusters/cl01tl/helm/traefik/Chart.yaml index 358a2d8c9..3c5688334 100644 --- a/clusters/cl01tl/helm/traefik/Chart.yaml +++ b/clusters/cl01tl/helm/traefik/Chart.yaml @@ -22,4 +22,4 @@ dependencies: repository: https://traefik.github.io/charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/webp/traefik.webp # renovate: datasource=github-releases depName=traefik/traefik -appVersion: v3.6.10 +appVersion: v3.6.11 From 543081dd41ea85a456fb4dbed2dfd9457106f07a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 00:16:58 +0000 Subject: [PATCH 25/38] chore(deps): update dependency prometheus-operator/prometheus-operator to v0.90.0 (#4885) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-operator/prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) | minor | `v0.89.0` → `v0.90.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
prometheus-operator/prometheus-operator (prometheus-operator/prometheus-operator) ### [`v0.90.0`](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.90.0): 0.90.0 / 2026-03-19 [Compare Source](https://github.com/prometheus-operator/prometheus-operator/compare/v0.89.0...v0.90.0) - \[CHANGE/BUGFIX] Validate that the remote-write URL scheme is either `http` or `https`. [#​8455](https://github.com/prometheus-operator/prometheus-operator/issues/8455) - \[FEATURE] Add `--repair-policy-for-statefulsets` CLI argument to the operator. It defines how the operator manages StatefulSet's pods stuck at an incorrect revision. Users running Kubernetes v1.35+ are encouraged to enable this feature (see [troubleshooting guide](https://prometheus-operator.dev/docs/platform/troubleshooting/#statefulset-rollout-stuck-after-a-bad-update)). [#​8443](https://github.com/prometheus-operator/prometheus-operator/issues/8443) - \[FEATURE] Add `schedulerName` support to the `Prometheus`, `PrometheusAgent`, `Alertmanager` and `ThanosRuler` CRDs. [#​8451](https://github.com/prometheus-operator/prometheus-operator/issues/8451) - \[ENHANCEMENT] Add `--web.tls-curves` CLI argument to the operator and admission-webhook binaries. [#​8385](https://github.com/prometheus-operator/prometheus-operator/issues/8385) - \[ENHANCEMENT] Support minimum TLS version for Thanos gRPC servers. [#​8438](https://github.com/prometheus-operator/prometheus-operator/issues/8438) - \[ENHANCEMENT] Add version label to `ThanosRuler` pods. [#​8441](https://github.com/prometheus-operator/prometheus-operator/issues/8441) - \[ENHANCEMENT] Add `messageText` support for Slack receiver in `AlertmanagerConfig` CRD. [#​8374](https://github.com/prometheus-operator/prometheus-operator/issues/8374) - \[ENHANCEMENT] Add `messageText` support for Slack receiver in Alertmanager secret config. [#​8375](https://github.com/prometheus-operator/prometheus-operator/issues/8375) - \[ENHANCEMENT] Add `forceImplicitTLS` support for SMTP email config in Alertmanager secret config. [#​8384](https://github.com/prometheus-operator/prometheus-operator/issues/8384) [#​8404](https://github.com/prometheus-operator/prometheus-operator/issues/8404) - \[ENHANCEMENT] Add `forceImplicitTLS` support for SMTP email config in `AlertmanagerConfig` CRD. [#​8386](https://github.com/prometheus-operator/prometheus-operator/issues/8386) - \[ENHANCEMENT] Add `forceImplicitTLS` support for SMTP global config in Alertmanager secret config. [#​8405](https://github.com/prometheus-operator/prometheus-operator/issues/8405) - \[ENHANCEMENT] Add `forceImplicitTLS` support for SMTP global config in `Alertmanager` CRD. [#​8406](https://github.com/prometheus-operator/prometheus-operator/issues/8406) - \[ENHANCEMENT] Add support for global Telegram bot token in `Alertmanager` CRD. [#​8372](https://github.com/prometheus-operator/prometheus-operator/issues/8372) - \[ENHANCEMENT] Add `chatIDFile` support for Telegram receiver in Alertmanager secret config. [#​8376](https://github.com/prometheus-operator/prometheus-operator/issues/8376) - \[ENHANCEMENT] Add `wechatAPISecretFile` support in Alertmanager global config. [#​8377](https://github.com/prometheus-operator/prometheus-operator/issues/8377) - \[ENHANCEMENT] Add `authSecretFile` support for email config in Alertmanager secret config. [#​8396](https://github.com/prometheus-operator/prometheus-operator/issues/8396) - \[ENHANCEMENT] Add nested field support for PagerDuty description in Alertmanager secret config. [#​8402](https://github.com/prometheus-operator/prometheus-operator/issues/8402) - \[ENHANCEMENT] Add email threading support in Alertmanager secret config. [#​8388](https://github.com/prometheus-operator/prometheus-operator/issues/8388) - \[ENHANCEMENT] Add field and label selectors for ConfigMap watches. [#​8368](https://github.com/prometheus-operator/prometheus-operator/issues/8368) - \[ENHANCEMENT] Improve ScrapeConfig API consistency and validation. [#​8422](https://github.com/prometheus-operator/prometheus-operator/issues/8422) - \[BUGFIX] Fix `ThanosRuler` config resource status not being updated on initial StatefulSet creation. [#​8358](https://github.com/prometheus-operator/prometheus-operator/issues/8358) - \[BUGFIX] Preserve `LastTransitionTime` in Prometheus status conditions. [#​8346](https://github.com/prometheus-operator/prometheus-operator/issues/8346) - \[BUGFIX] Make Mattermost `text` field optional in `AlertmanagerConfig` CRD. [#​8363](https://github.com/prometheus-operator/prometheus-operator/issues/8363) - \[BUGFIX] Remove nil error wrapping in v1alpha1 duplicate receiver validation. [#​8379](https://github.com/prometheus-operator/prometheus-operator/issues/8379) - \[BUGFIX] Aggregate `Available` condition across Prometheus shards. [#​8434](https://github.com/prometheus-operator/prometheus-operator/issues/8434) - \[BUGFIX] Reconcile resources with inconsistent status. [#​8397](https://github.com/prometheus-operator/prometheus-operator/issues/8397) - \[BUGFIX] Fix namespace lister/watcher compatibility with Kubernetes v1.35 client-go. [#​8431](https://github.com/prometheus-operator/prometheus-operator/issues/8431) - \[BUGFIX] Fix missing OAuth2 field in IonosSDConfig generation. [#​8433](https://github.com/prometheus-operator/prometheus-operator/issues/8433) - \[BUGFIX] Fix missing fields in AzureSDConfig. [#​8444](https://github.com/prometheus-operator/prometheus-operator/issues/8444) - \[BUGFIX] Validate Microsoft Teams V2 URL in `AlertmanagerConfig` CRD. [#​8227](https://github.com/prometheus-operator/prometheus-operator/issues/8227) - \[BUGFIX] Fix `labelmap` relabel action rejecting valid replacement values with template variables for Prometheus 2.x. [#​8337](https://github.com/prometheus-operator/prometheus-operator/issues/8337)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4885 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml | 2 +- clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml index 0eb4f5ff6..3d9ef91c5 100644 --- a/clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml +++ b/clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml @@ -32,4 +32,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png # renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator -appVersion: v0.89.0 +appVersion: v0.90.0 diff --git a/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml b/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml index dc3768302..6546a2e79 100644 --- a/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml +++ b/clusters/cl01tl/helm/prometheus-operator-crds/Chart.yaml @@ -19,4 +19,4 @@ dependencies: repository: oci://ghcr.io/prometheus-community/charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png # renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator -appVersion: v0.89.0 +appVersion: v0.90.0 From edcbca191c4d45e050034a222cc0b5d3c5d3ee86 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 00:19:50 +0000 Subject: [PATCH 26/38] chore(deps): update dependency immich-app/immich to v2.6.1 (#4886) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [immich-app/immich](https://github.com/immich-app/immich) | minor | `v2.5.6` → `v2.6.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
immich-app/immich (immich-app/immich) ### [`v2.6.1`](https://github.com/immich-app/immich/releases/tag/v2.6.1) [Compare Source](https://github.com/immich-app/immich/compare/v2.6.0...v2.6.1) ### v2.6.1 #### Hot fixes - Fixed a failed migration issue on the mobile app when the URL Switching feature is used #### What's Changed ##### 🐛 Bug fixes - fix(server): fallback to email when name is empty by [@​jrasm91](https://github.com/jrasm91) in [#​27016](https://github.com/immich-app/immich/pull/27016) - fix: ignore errors deleting untitled album by [@​jrasm91](https://github.com/jrasm91) in [#​27020](https://github.com/immich-app/immich/pull/27020) - fix(web): wrap long album title by [@​jrasm91](https://github.com/jrasm91) in [#​27012](https://github.com/immich-app/immich/pull/27012) - fix(web): stop in-progress uploads on logout by [@​jrasm91](https://github.com/jrasm91) in [#​27021](https://github.com/immich-app/immich/pull/27021) - fix: writing empty exif tags by [@​danieldietzler](https://github.com/danieldietzler) in [#​27025](https://github.com/immich-app/immich/pull/27025) - fix(web): disable send button by [@​jrasm91](https://github.com/jrasm91) in [#​27051](https://github.com/immich-app/immich/pull/27051) - fix(mobile): server url migration by [@​mertalev](https://github.com/mertalev) in [#​27050](https://github.com/immich-app/immich/pull/27050) **Full Changelog**: ### [`v2.6.0`](https://github.com/immich-app/immich/releases/tag/v2.6.0) [Compare Source](https://github.com/immich-app/immich/compare/v2.5.6...v2.6.0) ### v2.6.0 Welcome to Immich `v2.6.0`, This release is a collection of more than *350 commits over 6 weeks*. I know, it is an eternity between releases compared to our previous era. This version focuses on bug fixes and enhancements across the app to provide a more delightful and smoother experience to you. This release also prepares for the next major release in the coming month, which will remove the old timeline implementation. Let's dive into the highlights of the release: > \[!WARNING] > For those who are still using the old timeline, please switch to the new timeline to avoid interruption, as the old timeline will be removed in the next release. > > ps: The old timeline has an exclamation icon next to the logo. image ### Highlights - Map side panel (web) - Pick album cover (mobile) - Shared link slugs (mobile) - Shared link presets (web) - Native HTTP clients (mobile) - Video player and asset viewer improvements (mobile) - Improved search results (mobile) - `schema-check`: a new `immich-admin` command - Read profile claims from ID token (OAuth) - Notable fix: cast videos now automatically loop - Notable fix: correctly extract make and model from Sony XAVC video files - Notable fix: escape key handling on web - Notable fix: healthcheck endpoint in maintenance mode - Notable fix: timeline rendering for RTL languages like Arabic and Hebrew - Notable fix: prevent server crash when extracting invalid metadata #### Map side panel (web) The map view on the web now opens a mini-timeline component as a side panel when you click on a cluster of assets. This makes it easier to view the cluster at a glance and enables bulk actions, such as adding to favorites and adding to an album. image #### Pick album cover (mobile) Users can now pick a new album cover directly from the mobile app. #### Shared link slugs (mobile) The mobile app now also supports setting a shared link slug, a feature that's been available on the web for a while. #### Shared link presets (web) The expiration form input on the web was always a bit confusing, but it's been updated to make it easier to see and understand when a shared link will expire. image #### Native HTTP clients (mobile) The mobile app now uses native HTTP clients across both Android and iOS, with support for mTLS, self-signed certificates, basic auth, and custom headers. These features should now be more reliable and extend to background tasks, video playback, and other parts of the app. This also improves the app's overall network request performance thanks to HTTP/2 and HTTP/3, multiplexing, and caching. #### Video player and asset viewer improvements (mobile) The asset viewer has undergone many improvements under the hood to make it simpler, faster and more reliable. We've also added playback support for GIFs, enabled video zooming, and made many more bug fixes and tweaks. ##### The asset viewer now uses a gradient for actions, and video controls have been restyled image ##### Inline asset details This used to be a bottom sheet and had a lot of glue for alignment. The new version is much more responsive and less buggy. ##### Before ##### After #### Improved search results (mobile) The search results page now loads more results without rebuilding the entire grid, and should now load much faster. There are also new screens for when there are no search results and when all results have been loaded. #### `schema-check`: a new `immich-admin` command A new `immich-admin` command has been added in this release: `schema-check`. The command runs a report on the database to check if any indexes, constraints, tables, or columns are missing. This check also runs automatically on startup. #### Read profile claims from `idToken` (OAuth) Prior to `v2.6.0`, Immich resolved the `email` and other claims from the [userinfo](https://openid.net/specs/openid-connect-core-1_0.html#UserInfo) endpoint. Now, Immich also supports reading those claims directly from the `idToken`. This makes it possible to use providers such as Microsoft ADFS that do not support the userinfo endpoint. *** As always, there are many more QoL improvements, bug fixes, and enhancements in this release. Please find the full release note below #### Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at or our merchandise at *** #### What's Changed ##### 🔒 Security - fix(server): restrict individual shared link asset removal to owners by [@​michelheusschen](https://github.com/michelheusschen) in [#​26868](https://github.com/immich-app/immich/pull/26868) - fix: add to shared link by [@​jrasm91](https://github.com/jrasm91) in [#​26886](https://github.com/immich-app/immich/pull/26886) ##### 🚀 Features - feat: shared link login by [@​jrasm91](https://github.com/jrasm91) in [#​25678](https://github.com/immich-app/immich/pull/25678) - feat: schema-check by [@​jrasm91](https://github.com/jrasm91) in [#​25904](https://github.com/immich-app/immich/pull/25904) - feat: add people deeplink by [@​arne182](https://github.com/arne182) in [#​25686](https://github.com/immich-app/immich/pull/25686) - feat(mobile): inline asset details by [@​uhthomas](https://github.com/uhthomas) in [#​25952](https://github.com/immich-app/immich/pull/25952) - feat(mobile): filter by tags by [@​benjamonnguyen](https://github.com/benjamonnguyen) in [#​26196](https://github.com/immich-app/immich/pull/26196) - feat: add .mxf file support by [@​timonrieger](https://github.com/timonrieger) in [#​24644](https://github.com/immich-app/immich/pull/24644) - feat: tap to see next/previous image by [@​thezeroalpha](https://github.com/thezeroalpha) in [#​20286](https://github.com/immich-app/immich/pull/20286) - feat(mobile): Allow users to set album cover from mobile app by [@​timonrieger](https://github.com/timonrieger) in [#​25515](https://github.com/immich-app/immich/pull/25515) - feat(mobile): Allow users to set profile picture from asset viewer by [@​timonrieger](https://github.com/timonrieger) in [#​25517](https://github.com/immich-app/immich/pull/25517) - feat: ROCm 7.2 and MIGraphX support by [@​kprinssu](https://github.com/kprinssu) in [#​26178](https://github.com/immich-app/immich/pull/26178) - feat(web): map timeline sidepanel by [@​michelheusschen](https://github.com/michelheusschen) in [#​26532](https://github.com/immich-app/immich/pull/26532) - feat: add responsive layout to broken asset by [@​midzelis](https://github.com/midzelis) in [#​26384](https://github.com/immich-app/immich/pull/26384) - feat(web): toggle zoom on double-click in photo viewer by [@​midzelis](https://github.com/midzelis) in [#​26732](https://github.com/immich-app/immich/pull/26732) - feat(mobile): show animated images in asset viewer by [@​LeLunZ](https://github.com/LeLunZ) in [#​26614](https://github.com/immich-app/immich/pull/26614) - feat(mobile): open in browser by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26369](https://github.com/immich-app/immich/pull/26369) ##### 🌟 Enhancements - feat: verify permissions by [@​jrasm91](https://github.com/jrasm91) in [#​25647](https://github.com/immich-app/immich/pull/25647) - feat(web): change link expiration logic & presets by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26064](https://github.com/immich-app/immich/pull/26064) - feat(mobile): dynamic layout in new timeline by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​23837](https://github.com/immich-app/immich/pull/23837) - feat(cli): change progress bar to display file size by [@​Nykri](https://github.com/Nykri) in [#​23328](https://github.com/immich-app/immich/pull/23328) - feat(mobile): dynamic multi-line album name by [@​uhthomas](https://github.com/uhthomas) in [#​26040](https://github.com/immich-app/immich/pull/26040) - feat(mobile): hide search by context/OCR if disabled on server ([#​25472](https://github.com/immich-app/immich/issues/25472)) by [@​Nacolis](https://github.com/Nacolis) in [#​26063](https://github.com/immich-app/immich/pull/26063) - fix(release): add docker-compose.rootless.yml to released assets by [@​dnozay](https://github.com/dnozay) in [#​26261](https://github.com/immich-app/immich/pull/26261) - feat(web): show ocr text boxes in panoramas by [@​meesfrensel](https://github.com/meesfrensel) in [#​25727](https://github.com/immich-app/immich/pull/25727) - feat(web): loop chromecast video by [@​etnoy](https://github.com/etnoy) in [#​24410](https://github.com/immich-app/immich/pull/24410) - chore(web): merge "Add to album" and "Add to shared album" actions into a single action by [@​timonrieger](https://github.com/timonrieger) in [#​24669](https://github.com/immich-app/immich/pull/24669) - feat(mobile): timeline - add bottomWidgetBuilder by [@​PeterOmbodi](https://github.com/PeterOmbodi) in [#​25634](https://github.com/immich-app/immich/pull/25634) - feat(mobile): video zooming in asset viewer by [@​goalie2002](https://github.com/goalie2002) in [#​22036](https://github.com/immich-app/immich/pull/22036) - feat(mobile): Add slug support for shared links by [@​Lauritz-Tieste](https://github.com/Lauritz-Tieste) in [#​26441](https://github.com/immich-app/immich/pull/26441) - feat: warn when losing transparency during thumbnail generation by [@​midzelis](https://github.com/midzelis) in [#​26243](https://github.com/immich-app/immich/pull/26243) - perf(mobile): optimized album sorting by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​25179](https://github.com/immich-app/immich/pull/25179) - feat(mobile): prompt when deleting from trash by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26392](https://github.com/immich-app/immich/pull/26392) - feat: getAssetEdits respond with edit IDs by [@​bwees](https://github.com/bwees) in [#​26445](https://github.com/immich-app/immich/pull/26445) - fix(server): accept showAt and hideAt for creating memories by [@​meesfrensel](https://github.com/meesfrensel) in [#​26429](https://github.com/immich-app/immich/pull/26429) - feat(server): SyncAssetEditV1 by [@​bwees](https://github.com/bwees) in [#​26446](https://github.com/immich-app/immich/pull/26446) - feat: splash screen error page by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​26460](https://github.com/immich-app/immich/pull/26460) - feat(mobile): add confirmation dialog to permanent delete action by [@​ByteSizedMarius](https://github.com/ByteSizedMarius) in [#​26442](https://github.com/immich-app/immich/pull/26442) - feat: enhance face-editor positioning by [@​midzelis](https://github.com/midzelis) in [#​26303](https://github.com/immich-app/immich/pull/26303) - feat: improve HEIC, HEIF and JPEG XL browser support detection by [@​nicosemp](https://github.com/nicosemp) in [#​26122](https://github.com/immich-app/immich/pull/26122) - refactor(web): remove replaceAsset action by [@​timonrieger](https://github.com/timonrieger) in [#​26444](https://github.com/immich-app/immich/pull/26444) - feat(web): bounding box for faces when hovering over the face in photo view by [@​cratoo](https://github.com/cratoo) in [#​26667](https://github.com/immich-app/immich/pull/26667) - feat(mobile): keep search results visible by [@​uhthomas](https://github.com/uhthomas) in [#​26498](https://github.com/immich-app/immich/pull/26498) - feat(mobile): use shared native client by [@​mertalev](https://github.com/mertalev) in [#​25942](https://github.com/immich-app/immich/pull/25942) - feat(mobile): SyncAssetEditV1 by [@​bwees](https://github.com/bwees) in [#​26518](https://github.com/immich-app/immich/pull/26518) - feat(ml): enable openvino for cpu by [@​apejcic](https://github.com/apejcic) in [#​22948](https://github.com/immich-app/immich/pull/22948) - feat: responsive video duration in thumbnail by [@​midzelis](https://github.com/midzelis) in [#​26770](https://github.com/immich-app/immich/pull/26770) - feat(web): animate zoom toggle with cubicOut easing by [@​midzelis](https://github.com/midzelis) in [#​26731](https://github.com/immich-app/immich/pull/26731) - feat(mobile): consolidate video controls by [@​uhthomas](https://github.com/uhthomas) in [#​26673](https://github.com/immich-app/immich/pull/26673) - feat(web): add shortcut "p" to open/close the face tag box by [@​cratoo](https://github.com/cratoo) in [#​26826](https://github.com/immich-app/immich/pull/26826) - feat(mobile): use material design 3 slider by [@​uhthomas](https://github.com/uhthomas) in [#​26829](https://github.com/immich-app/immich/pull/26829) - feat: adaptive progressive image loading for photo viewer by [@​midzelis](https://github.com/midzelis) in [#​26636](https://github.com/immich-app/immich/pull/26636) - fix(server): extract make/model from sony video files by [@​brendanngo](https://github.com/brendanngo) in [#​26833](https://github.com/immich-app/immich/pull/26833) - chore(mobile): remove background from asset viewer back button by [@​uhthomas](https://github.com/uhthomas) in [#​26851](https://github.com/immich-app/immich/pull/26851) - feat(server): support IDPs that only send the userinfo in the ID token by [@​Belnadifia](https://github.com/Belnadifia) in [#​26717](https://github.com/immich-app/immich/pull/26717) - feat(web): improve OCR overlay text fitting, reactivity, and accessibility by [@​midzelis](https://github.com/midzelis) in [#​26678](https://github.com/immich-app/immich/pull/26678) - fix(web): allow pasting PIN code from clipboard or password manager by [@​pressslav](https://github.com/pressslav) in [#​26944](https://github.com/immich-app/immich/pull/26944) ##### 🐛 Bug fixes - fix: ignore checksum constraint error when logging by [@​jrasm91](https://github.com/jrasm91) in [#​26113](https://github.com/immich-app/immich/pull/26113) - fix(web): use locale for date picker by [@​michelheusschen](https://github.com/michelheusschen) in [#​26125](https://github.com/immich-app/immich/pull/26125) - fix(web): escape shortcut handling by [@​michelheusschen](https://github.com/michelheusschen) in [#​26096](https://github.com/immich-app/immich/pull/26096) - fix(mobile): Login routing on Splash screen by [@​PeterOmbodi](https://github.com/PeterOmbodi) in [#​26128](https://github.com/immich-app/immich/pull/26128) - fix: null local date time in timeline queries by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​26133](https://github.com/immich-app/immich/pull/26133) - fix(web): prevent event manager from throwing error by [@​michelheusschen](https://github.com/michelheusschen) in [#​26156](https://github.com/immich-app/immich/pull/26156) - fix(web): improve api key modal responsiveness by [@​klenner1](https://github.com/klenner1) in [#​26151](https://github.com/immich-app/immich/pull/26151) - fix(web): show correct assets in memory gallery by [@​michelheusschen](https://github.com/michelheusschen) in [#​26157](https://github.com/immich-app/immich/pull/26157) - fix(web): add missing [@​immich/ui](https://github.com/immich/ui) translations by [@​michelheusschen](https://github.com/michelheusschen) in [#​26143](https://github.com/immich-app/immich/pull/26143) - fix(mobile): timeline handling on foldable phones + ensuring that images are not cut off by [@​bkchr](https://github.com/bkchr) in [#​25088](https://github.com/immich-app/immich/pull/25088) - fix(mobile): prevent nav bar label text wrapping by [@​chrislongros](https://github.com/chrislongros) in [#​26011](https://github.com/immich-app/immich/pull/26011) - fix(mobile): hide latest version warnings by [@​uhthomas](https://github.com/uhthomas) in [#​26036](https://github.com/immich-app/immich/pull/26036) - fix(mobile): inconsistent query for people by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​24437](https://github.com/immich-app/immich/pull/24437) - fix(web): timeline multi select group state by [@​michelheusschen](https://github.com/michelheusschen) in [#​26180](https://github.com/immich-app/immich/pull/26180) - fix(web): add checkerboard background for transparent images by [@​agent-steven](https://github.com/agent-steven) in [#​26091](https://github.com/immich-app/immich/pull/26091) - fix(mobile): inherit toolbar opacity by [@​uhthomas](https://github.com/uhthomas) in [#​25694](https://github.com/immich-app/immich/pull/25694) - fix(web): focus tag input when modal opens by [@​michelheusschen](https://github.com/michelheusschen) in [#​26256](https://github.com/immich-app/immich/pull/26256) - fix(web): clear face boxes when switching assets by [@​michelheusschen](https://github.com/michelheusschen) in [#​26249](https://github.com/immich-app/immich/pull/26249) - fix(web): clear unsaved asset description when changing asset by [@​michelheusschen](https://github.com/michelheusschen) in [#​26255](https://github.com/immich-app/immich/pull/26255) - fix(web): clear cache when asset changes by [@​michelheusschen](https://github.com/michelheusschen) in [#​26257](https://github.com/immich-app/immich/pull/26257) - fix: utc time zone upserts by [@​danieldietzler](https://github.com/danieldietzler) in [#​26258](https://github.com/immich-app/immich/pull/26258) - fix: metadata crash by [@​jrasm91](https://github.com/jrasm91) in [#​26327](https://github.com/immich-app/immich/pull/26327) - fix: prevent server crash when extraction of metadata fails if the assets are corrupted by [@​Devansh-Jani](https://github.com/Devansh-Jani) in [#​26042](https://github.com/immich-app/immich/pull/26042) - fix(server): db restore failure when `DB_URL` is set to unix-domain socket connection by [@​fabio-garavini](https://github.com/fabio-garavini) in [#​26252](https://github.com/immich-app/immich/pull/26252) - fix: Download the edited version when downloading multiple photos by [@​MontejoJorge](https://github.com/MontejoJorge) in [#​26259](https://github.com/immich-app/immich/pull/26259) - fix: include `DROP INDEX` in transaction to prevent missing index on rollback by [@​haoxi911](https://github.com/haoxi911) in [#​25399](https://github.com/immich-app/immich/pull/25399) - fix: safari address bar color by [@​jrasm91](https://github.com/jrasm91) in [#​26346](https://github.com/immich-app/immich/pull/26346) - fix(web): prevent panorama image reload during asset updates by [@​michelheusschen](https://github.com/michelheusschen) in [#​26349](https://github.com/immich-app/immich/pull/26349) - fix(web): favoriting assets opened via GalleryViewer by [@​michelheusschen](https://github.com/michelheusschen) in [#​26350](https://github.com/immich-app/immich/pull/26350) - fix(i18n): add translation key for partner's photos by [@​timonrieger](https://github.com/timonrieger) in [#​26348](https://github.com/immich-app/immich/pull/26348) - fix(web): single select scroll behavior by [@​timonrieger](https://github.com/timonrieger) in [#​26358](https://github.com/immich-app/immich/pull/26358) - perf: add indexes to improve People API response times by [@​bxtdvd](https://github.com/bxtdvd) in [#​26337](https://github.com/immich-app/immich/pull/26337) - fix: pin code reset modal by [@​jrasm91](https://github.com/jrasm91) in [#​26370](https://github.com/immich-app/immich/pull/26370) - fix(mobile): Reset "People" search filter chip if no selections are made by [@​benjamonnguyen](https://github.com/benjamonnguyen) in [#​26267](https://github.com/immich-app/immich/pull/26267) - fix(cli): delete sidecar files after upload if requested by [@​timonrieger](https://github.com/timonrieger) in [#​26353](https://github.com/immich-app/immich/pull/26353) - fix(web): album description auto height by [@​michelheusschen](https://github.com/michelheusschen) in [#​26420](https://github.com/immich-app/immich/pull/26420) - fix(web): prevent side panel overlap during transition by [@​michelheusschen](https://github.com/michelheusschen) in [#​26398](https://github.com/immich-app/immich/pull/26398) - fix(web): storage template example by [@​mmomjian](https://github.com/mmomjian) in [#​26424](https://github.com/immich-app/immich/pull/26424) - fix(web): prevent `state_unsafe_mutation` error on people page by [@​michelheusschen](https://github.com/michelheusschen) in [#​26438](https://github.com/immich-app/immich/pull/26438) - fix: missing deletedAt and isVisible columns on mobile by [@​bwees](https://github.com/bwees) in [#​26414](https://github.com/immich-app/immich/pull/26414) - fix(mobile): joinLocal on archived timeline by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26387](https://github.com/immich-app/immich/pull/26387) - fix: always show library scan button by [@​etnoy](https://github.com/etnoy) in [#​26428](https://github.com/immich-app/immich/pull/26428) - fix: retain asset when either asset is a favorite by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​26473](https://github.com/immich-app/immich/pull/26473) - fix(web): prevent null folder tree on concurrent load by [@​michelheusschen](https://github.com/michelheusschen) in [#​26489](https://github.com/immich-app/immich/pull/26489) - fix(web): toast warning when trying to upload unsupported file type by [@​meesfrensel](https://github.com/meesfrensel) in [#​26492](https://github.com/immich-app/immich/pull/26492) - fix(mobile): birthday picker shows limited months when no date exists by [@​socksprox](https://github.com/socksprox) in [#​26407](https://github.com/immich-app/immich/pull/26407) - fix: consider DAR when extracting video dimension by [@​alextran1502](https://github.com/alextran1502) in [#​25293](https://github.com/immich-app/immich/pull/25293) - feat(mobile): Prevent premature image cache eviction when higher image loading is enabled by [@​LeLunZ](https://github.com/LeLunZ) in [#​26208](https://github.com/immich-app/immich/pull/26208) - refactor: star rating by [@​meesfrensel](https://github.com/meesfrensel) in [#​26357](https://github.com/immich-app/immich/pull/26357) - fix(mobile): set correct initial system-ui mode in asset viewer by [@​goalie2002](https://github.com/goalie2002) in [#​26500](https://github.com/immich-app/immich/pull/26500) - fix(server): Live Photo migration bug when album is in template by [@​NikhilAlapati](https://github.com/NikhilAlapati) in [#​25329](https://github.com/immich-app/immich/pull/25329) - fix(web): handle delete shortcut on shared link page as remove by [@​meesfrensel](https://github.com/meesfrensel) in [#​26552](https://github.com/immich-app/immich/pull/26552) - fix(mobile): prevent video player from being recreated unnecessarily by [@​uhthomas](https://github.com/uhthomas) in [#​26553](https://github.com/immich-app/immich/pull/26553) - fix(mobile): don't cut off top corners of app bar by [@​uhthomas](https://github.com/uhthomas) in [#​26550](https://github.com/immich-app/immich/pull/26550) - feat: update onnxruntime-openvino to 1.24.1 and intel drivers by [@​savely-krasovsky](https://github.com/savely-krasovsky) in [#​26565](https://github.com/immich-app/immich/pull/26565) - fix: hide download action for local/merged assets by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26461](https://github.com/immich-app/immich/pull/26461) - fix(web): top bar z index on search page by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26582](https://github.com/immich-app/immich/pull/26582) - fix(web): show shared link download button when logged in by [@​Snowknight26](https://github.com/Snowknight26) in [#​26629](https://github.com/immich-app/immich/pull/26629) - fix(mobile): asset viewer hero animation by [@​uhthomas](https://github.com/uhthomas) in [#​26545](https://github.com/immich-app/immich/pull/26545) - fix(web): timeline and asset viewer RTL support by [@​meesfrensel](https://github.com/meesfrensel) in [#​26513](https://github.com/immich-app/immich/pull/26513) - fix(server): clean up edited thumbnail when deleting asset by [@​michelheusschen](https://github.com/michelheusschen) in [#​26664](https://github.com/immich-app/immich/pull/26664) - fix: implement existing withStacked on searchAssetBuilder by [@​babbitt](https://github.com/babbitt) in [#​26607](https://github.com/immich-app/immich/pull/26607) - fix(mobile): video state by [@​uhthomas](https://github.com/uhthomas) in [#​26574](https://github.com/immich-app/immich/pull/26574) - fix(maintenance mode): wait for valid server config on restart by [@​insertish](https://github.com/insertish) in [#​26456](https://github.com/immich-app/immich/pull/26456) - fix(web): inconsistent asset nav bar state after visiting shared link by [@​Snowknight26](https://github.com/Snowknight26) in [#​26674](https://github.com/immich-app/immich/pull/26674) - fix(web): download toast showing wrong filename for motion assets by [@​Snowknight26](https://github.com/Snowknight26) in [#​26689](https://github.com/immich-app/immich/pull/26689) - fix(mobile): add safe area for asset details by [@​uhthomas](https://github.com/uhthomas) in [#​26675](https://github.com/immich-app/immich/pull/26675) - fix(web): combobox dropdown positioning in modals by [@​michelheusschen](https://github.com/michelheusschen) in [#​26707](https://github.com/immich-app/immich/pull/26707) - fix(web): video stealing focus when it plays again when looping by [@​Snowknight26](https://github.com/Snowknight26) in [#​26704](https://github.com/immich-app/immich/pull/26704) - fix(ml): batch size setting by [@​mertalev](https://github.com/mertalev) in [#​26524](https://github.com/immich-app/immich/pull/26524) - fix(server): clarify transcoding bitrate policy by [@​meesfrensel](https://github.com/meesfrensel) in [#​26711](https://github.com/immich-app/immich/pull/26711) - fix: playback style migration by [@​alextran1502](https://github.com/alextran1502) in [#​26718](https://github.com/immich-app/immich/pull/26718) - fix(web): asset viewer showing wrong viewer type when hovering on stack thumbnails by [@​Snowknight26](https://github.com/Snowknight26) in [#​26741](https://github.com/immich-app/immich/pull/26741) - fix(server): opus handling as accepted audio codec in transcode policy by [@​skatsubo](https://github.com/skatsubo) in [#​26736](https://github.com/immich-app/immich/pull/26736) - fix(web): refresh recent albums sidebar after album changes by [@​michelheusschen](https://github.com/michelheusschen) in [#​26757](https://github.com/immich-app/immich/pull/26757) - fix(web): show the correct cursor at crop bounds when editing an asset by [@​Snowknight26](https://github.com/Snowknight26) in [#​26748](https://github.com/immich-app/immich/pull/26748) - fix(web): recalculate face bounding boxes by [@​cratoo](https://github.com/cratoo) in [#​26737](https://github.com/immich-app/immich/pull/26737) - fix(web): context menu overflow by [@​SevereCloud](https://github.com/SevereCloud) in [#​26760](https://github.com/immich-app/immich/pull/26760) - fix(web): correct tag rounding in search options by [@​michelheusschen](https://github.com/michelheusschen) in [#​26814](https://github.com/immich-app/immich/pull/26814) - fix(web): prevent unrelated assets from appearing in tag view by [@​michelheusschen](https://github.com/michelheusschen) in [#​26816](https://github.com/immich-app/immich/pull/26816) - fix(mobile): use tabular figures in backup page by [@​uhthomas](https://github.com/uhthomas) in [#​26830](https://github.com/immich-app/immich/pull/26830) - fix(mobile): wrap backup error message text by [@​uhthomas](https://github.com/uhthomas) in [#​26834](https://github.com/immich-app/immich/pull/26834) - fix(server): use correct day ordering in timeline buckets by [@​michelheusschen](https://github.com/michelheusschen) in [#​26821](https://github.com/immich-app/immich/pull/26821) - fix(web): face selection box position resetting on browser resize by [@​Snowknight26](https://github.com/Snowknight26) in [#​26766](https://github.com/immich-app/immich/pull/26766) - fix: use correct original URL for 360 video panorama playback by [@​luis15pt](https://github.com/luis15pt) in [#​26831](https://github.com/immich-app/immich/pull/26831) - fix(web): disable drag and drop for internal items by [@​michelheusschen](https://github.com/michelheusschen) in [#​26897](https://github.com/immich-app/immich/pull/26897) - fix(web): keep header fixed on individual shared links by [@​michelheusschen](https://github.com/michelheusschen) in [#​26892](https://github.com/immich-app/immich/pull/26892) - fix: SMTP over TLS by [@​nathanielhourt](https://github.com/nathanielhourt) in [#​26893](https://github.com/immich-app/immich/pull/26893) - fix(web): copy yearMonth in MonthGroup to avoid shared object reference with asset in [#​26890](https://github.com/immich-app/immich/pull/26890) - fix(mobile): use shared auth for background\_downloader by [@​mertalev](https://github.com/mertalev) in [#​26911](https://github.com/immich-app/immich/pull/26911) - fix(web): prevent search page error on missing album filter by [@​michelheusschen](https://github.com/michelheusschen) in [#​26948](https://github.com/immich-app/immich/pull/26948) - fix(server): sync files to disk by [@​uhthomas](https://github.com/uhthomas) in [#​26881](https://github.com/immich-app/immich/pull/26881) - fix(web): jump to primary stacked asset from memory by [@​michelheusschen](https://github.com/michelheusschen) in [#​26978](https://github.com/immich-app/immich/pull/26978) - fix(mobile): reflect asset deletions instantly by [@​uhthomas](https://github.com/uhthomas) in [#​26835](https://github.com/immich-app/immich/pull/26835) - fix: healthcheck by [@​jrasm91](https://github.com/jrasm91) in [#​26989](https://github.com/immich-app/immich/pull/26989) - fix(web): escape handling for tagging and adding a face in asset viewer by [@​cratoo](https://github.com/cratoo) in [#​26870](https://github.com/immich-app/immich/pull/26870) - fix: filter after searching by asset id by [@​jrasm91](https://github.com/jrasm91) in [#​26994](https://github.com/immich-app/immich/pull/26994) - fix: bounding box return type by [@​jrasm91](https://github.com/jrasm91) in [#​27014](https://github.com/immich-app/immich/pull/27014) - fix: validate accept header before returning html by [@​jrasm91](https://github.com/jrasm91) in [#​27019](https://github.com/immich-app/immich/pull/27019) ##### 📚 Documentation - chore(docs): Update help channel for developers by [@​Mraedis](https://github.com/Mraedis) in [#​26284](https://github.com/immich-app/immich/pull/26284) - feat(docs): Explain configuration file location for Docker Compose by [@​keunes](https://github.com/keunes) in [#​24989](https://github.com/immich-app/immich/pull/24989) - chore(docs): add quick-start guide for DevPod with docker by [@​dhlavaty](https://github.com/dhlavaty) in [#​26213](https://github.com/immich-app/immich/pull/26213) - feat(docs): Adding information about parameter c= by [@​aviv926](https://github.com/aviv926) in [#​26430](https://github.com/immich-app/immich/pull/26430) - feat: doc links by [@​jrasm91](https://github.com/jrasm91) in [#​26519](https://github.com/immich-app/immich/pull/26519) - fix(docs): add ocr to job flow diagram by [@​niij](https://github.com/niij) in [#​26505](https://github.com/immich-app/immich/pull/26505) ##### 🌐 Translations - chore(web): update translations by [@​weblate](https://github.com/weblate) in [#​26118](https://github.com/immich-app/immich/pull/26118) - fix: clarify external domain setting is used for emails too by [@​chrislongros](https://github.com/chrislongros) in [#​26009](https://github.com/immich-app/immich/pull/26009) - chore(web): update translations by [@​weblate](https://github.com/weblate) in [#​26167](https://github.com/immich-app/immich/pull/26167) - fix(web): error page i18n by [@​meesfrensel](https://github.com/meesfrensel) in [#​26517](https://github.com/immich-app/immich/pull/26517) - chore(web): clarify locale settings description by [@​meesfrensel](https://github.com/meesfrensel) in [#​25562](https://github.com/immich-app/immich/pull/25562) - chore(web): update translations by [@​weblate](https://github.com/weblate) in [#​26192](https://github.com/immich-app/immich/pull/26192) #### New Contributors - [@​klenner1](https://github.com/klenner1) made their first contribution in [#​26151](https://github.com/immich-app/immich/pull/26151) - [@​bkchr](https://github.com/bkchr) made their first contribution in [#​25088](https://github.com/immich-app/immich/pull/25088) - [@​chrislongros](https://github.com/chrislongros) made their first contribution in [#​26011](https://github.com/immich-app/immich/pull/26011) - [@​agent-steven](https://github.com/agent-steven) made their first contribution in [#​26091](https://github.com/immich-app/immich/pull/26091) - [@​dhlavaty](https://github.com/dhlavaty) made their first contribution in [#​26238](https://github.com/immich-app/immich/pull/26238) - [@​Nacolis](https://github.com/Nacolis) made their first contribution in [#​26063](https://github.com/immich-app/immich/pull/26063) - [@​ewinnd](https://github.com/ewinnd) made their first contribution in [#​26277](https://github.com/immich-app/immich/pull/26277) - [@​dnozay](https://github.com/dnozay) made their first contribution in [#​26261](https://github.com/immich-app/immich/pull/26261) - [@​keunes](https://github.com/keunes) made their first contribution in [#​24989](https://github.com/immich-app/immich/pull/24989) - [@​Devansh-Jani](https://github.com/Devansh-Jani) made their first contribution in [#​26042](https://github.com/immich-app/immich/pull/26042) - [@​benjamonnguyen](https://github.com/benjamonnguyen) made their first contribution in [#​26196](https://github.com/immich-app/immich/pull/26196) - [@​fabio-garavini](https://github.com/fabio-garavini) made their first contribution in [#​26252](https://github.com/immich-app/immich/pull/26252) - [@​haoxi911](https://github.com/haoxi911) made their first contribution in [#​25399](https://github.com/immich-app/immich/pull/25399) - [@​thezeroalpha](https://github.com/thezeroalpha) made their first contribution in [#​20286](https://github.com/immich-app/immich/pull/20286) - [@​socksprox](https://github.com/socksprox) made their first contribution in [#​26407](https://github.com/immich-app/immich/pull/26407) - [@​kprinssu](https://github.com/kprinssu) made their first contribution in [#​26178](https://github.com/immich-app/immich/pull/26178) - [@​babbitt](https://github.com/babbitt) made their first contribution in [#​26607](https://github.com/immich-app/immich/pull/26607) - [@​niij](https://github.com/niij) made their first contribution in [#​26505](https://github.com/immich-app/immich/pull/26505) - [@​cratoo](https://github.com/cratoo) made their first contribution in [#​26667](https://github.com/immich-app/immich/pull/26667) - [@​M123-dev](https://github.com/M123-dev) made their first contribution in [#​26630](https://github.com/immich-app/immich/pull/26630) - [@​apejcic](https://github.com/apejcic) made their first contribution in [#​22948](https://github.com/immich-app/immich/pull/22948) - [@​SevereCloud](https://github.com/SevereCloud) made their first contribution in [#​26760](https://github.com/immich-app/immich/pull/26760) - [@​brendanngo](https://github.com/brendanngo) made their first contribution in [#​26833](https://github.com/immich-app/immich/pull/26833) - [@​luis15pt](https://github.com/luis15pt) made their first contribution in [#​26831](https://github.com/immich-app/immich/pull/26831) - [@​nathanielhourt](https://github.com/nathanielhourt) made their first contribution in [#​26893](https://github.com/immich-app/immich/pull/26893) - [@​Belnadifia](https://github.com/Belnadifia) made their first contribution in [#​26717](https://github.com/immich-app/immich/pull/26717) - [@​pressslav](https://github.com/pressslav) made their first contribution in [#​26944](https://github.com/immich-app/immich/pull/26944) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4886 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/immich/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/immich/Chart.yaml b/clusters/cl01tl/helm/immich/Chart.yaml index 1f633c95c..9131722f2 100644 --- a/clusters/cl01tl/helm/immich/Chart.yaml +++ b/clusters/cl01tl/helm/immich/Chart.yaml @@ -32,4 +32,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png # renovate: datasource=github-releases depName=immich-app/immich -appVersion: v2.5.6 +appVersion: v2.6.1 From e3670d6f3b5697fae50aae0ca1b619270fb496e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 00:20:16 +0000 Subject: [PATCH 27/38] chore(deps): update ghcr.io/immich-app/immich-server docker tag to v2.6.1 (#4887) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | minor | `v2.5.6` → `v2.6.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
immich-app/immich (ghcr.io/immich-app/immich-server) ### [`v2.6.1`](https://github.com/immich-app/immich/releases/tag/v2.6.1) [Compare Source](https://github.com/immich-app/immich/compare/v2.6.0...v2.6.1) ### v2.6.1 #### Hot fixes - Fixed a failed migration issue on the mobile app when the URL Switching feature is used #### What's Changed ##### 🐛 Bug fixes - fix(server): fallback to email when name is empty by [@​jrasm91](https://github.com/jrasm91) in [#​27016](https://github.com/immich-app/immich/pull/27016) - fix: ignore errors deleting untitled album by [@​jrasm91](https://github.com/jrasm91) in [#​27020](https://github.com/immich-app/immich/pull/27020) - fix(web): wrap long album title by [@​jrasm91](https://github.com/jrasm91) in [#​27012](https://github.com/immich-app/immich/pull/27012) - fix(web): stop in-progress uploads on logout by [@​jrasm91](https://github.com/jrasm91) in [#​27021](https://github.com/immich-app/immich/pull/27021) - fix: writing empty exif tags by [@​danieldietzler](https://github.com/danieldietzler) in [#​27025](https://github.com/immich-app/immich/pull/27025) - fix(web): disable send button by [@​jrasm91](https://github.com/jrasm91) in [#​27051](https://github.com/immich-app/immich/pull/27051) - fix(mobile): server url migration by [@​mertalev](https://github.com/mertalev) in [#​27050](https://github.com/immich-app/immich/pull/27050) **Full Changelog**: ### [`v2.6.0`](https://github.com/immich-app/immich/releases/tag/v2.6.0) [Compare Source](https://github.com/immich-app/immich/compare/v2.5.6...v2.6.0) ### v2.6.0 Welcome to Immich `v2.6.0`, This release is a collection of more than *350 commits over 6 weeks*. I know, it is an eternity between releases compared to our previous era. This version focuses on bug fixes and enhancements across the app to provide a more delightful and smoother experience to you. This release also prepares for the next major release in the coming month, which will remove the old timeline implementation. Let's dive into the highlights of the release: > \[!WARNING] > For those who are still using the old timeline, please switch to the new timeline to avoid interruption, as the old timeline will be removed in the next release. > > ps: The old timeline has an exclamation icon next to the logo. image ### Highlights - Map side panel (web) - Pick album cover (mobile) - Shared link slugs (mobile) - Shared link presets (web) - Native HTTP clients (mobile) - Video player and asset viewer improvements (mobile) - Improved search results (mobile) - `schema-check`: a new `immich-admin` command - Read profile claims from ID token (OAuth) - Notable fix: cast videos now automatically loop - Notable fix: correctly extract make and model from Sony XAVC video files - Notable fix: escape key handling on web - Notable fix: healthcheck endpoint in maintenance mode - Notable fix: timeline rendering for RTL languages like Arabic and Hebrew - Notable fix: prevent server crash when extracting invalid metadata #### Map side panel (web) The map view on the web now opens a mini-timeline component as a side panel when you click on a cluster of assets. This makes it easier to view the cluster at a glance and enables bulk actions, such as adding to favorites and adding to an album. image #### Pick album cover (mobile) Users can now pick a new album cover directly from the mobile app. #### Shared link slugs (mobile) The mobile app now also supports setting a shared link slug, a feature that's been available on the web for a while. #### Shared link presets (web) The expiration form input on the web was always a bit confusing, but it's been updated to make it easier to see and understand when a shared link will expire. image #### Native HTTP clients (mobile) The mobile app now uses native HTTP clients across both Android and iOS, with support for mTLS, self-signed certificates, basic auth, and custom headers. These features should now be more reliable and extend to background tasks, video playback, and other parts of the app. This also improves the app's overall network request performance thanks to HTTP/2 and HTTP/3, multiplexing, and caching. #### Video player and asset viewer improvements (mobile) The asset viewer has undergone many improvements under the hood to make it simpler, faster and more reliable. We've also added playback support for GIFs, enabled video zooming, and made many more bug fixes and tweaks. ##### The asset viewer now uses a gradient for actions, and video controls have been restyled image ##### Inline asset details This used to be a bottom sheet and had a lot of glue for alignment. The new version is much more responsive and less buggy. ##### Before ##### After #### Improved search results (mobile) The search results page now loads more results without rebuilding the entire grid, and should now load much faster. There are also new screens for when there are no search results and when all results have been loaded. #### `schema-check`: a new `immich-admin` command A new `immich-admin` command has been added in this release: `schema-check`. The command runs a report on the database to check if any indexes, constraints, tables, or columns are missing. This check also runs automatically on startup. #### Read profile claims from `idToken` (OAuth) Prior to `v2.6.0`, Immich resolved the `email` and other claims from the [userinfo](https://openid.net/specs/openid-connect-core-1_0.html#UserInfo) endpoint. Now, Immich also supports reading those claims directly from the `idToken`. This makes it possible to use providers such as Microsoft ADFS that do not support the userinfo endpoint. *** As always, there are many more QoL improvements, bug fixes, and enhancements in this release. Please find the full release note below #### Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at or our merchandise at *** #### What's Changed ##### 🔒 Security - fix(server): restrict individual shared link asset removal to owners by [@​michelheusschen](https://github.com/michelheusschen) in [#​26868](https://github.com/immich-app/immich/pull/26868) - fix: add to shared link by [@​jrasm91](https://github.com/jrasm91) in [#​26886](https://github.com/immich-app/immich/pull/26886) ##### 🚀 Features - feat: shared link login by [@​jrasm91](https://github.com/jrasm91) in [#​25678](https://github.com/immich-app/immich/pull/25678) - feat: schema-check by [@​jrasm91](https://github.com/jrasm91) in [#​25904](https://github.com/immich-app/immich/pull/25904) - feat: add people deeplink by [@​arne182](https://github.com/arne182) in [#​25686](https://github.com/immich-app/immich/pull/25686) - feat(mobile): inline asset details by [@​uhthomas](https://github.com/uhthomas) in [#​25952](https://github.com/immich-app/immich/pull/25952) - feat(mobile): filter by tags by [@​benjamonnguyen](https://github.com/benjamonnguyen) in [#​26196](https://github.com/immich-app/immich/pull/26196) - feat: add .mxf file support by [@​timonrieger](https://github.com/timonrieger) in [#​24644](https://github.com/immich-app/immich/pull/24644) - feat: tap to see next/previous image by [@​thezeroalpha](https://github.com/thezeroalpha) in [#​20286](https://github.com/immich-app/immich/pull/20286) - feat(mobile): Allow users to set album cover from mobile app by [@​timonrieger](https://github.com/timonrieger) in [#​25515](https://github.com/immich-app/immich/pull/25515) - feat(mobile): Allow users to set profile picture from asset viewer by [@​timonrieger](https://github.com/timonrieger) in [#​25517](https://github.com/immich-app/immich/pull/25517) - feat: ROCm 7.2 and MIGraphX support by [@​kprinssu](https://github.com/kprinssu) in [#​26178](https://github.com/immich-app/immich/pull/26178) - feat(web): map timeline sidepanel by [@​michelheusschen](https://github.com/michelheusschen) in [#​26532](https://github.com/immich-app/immich/pull/26532) - feat: add responsive layout to broken asset by [@​midzelis](https://github.com/midzelis) in [#​26384](https://github.com/immich-app/immich/pull/26384) - feat(web): toggle zoom on double-click in photo viewer by [@​midzelis](https://github.com/midzelis) in [#​26732](https://github.com/immich-app/immich/pull/26732) - feat(mobile): show animated images in asset viewer by [@​LeLunZ](https://github.com/LeLunZ) in [#​26614](https://github.com/immich-app/immich/pull/26614) - feat(mobile): open in browser by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26369](https://github.com/immich-app/immich/pull/26369) ##### 🌟 Enhancements - feat: verify permissions by [@​jrasm91](https://github.com/jrasm91) in [#​25647](https://github.com/immich-app/immich/pull/25647) - feat(web): change link expiration logic & presets by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26064](https://github.com/immich-app/immich/pull/26064) - feat(mobile): dynamic layout in new timeline by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​23837](https://github.com/immich-app/immich/pull/23837) - feat(cli): change progress bar to display file size by [@​Nykri](https://github.com/Nykri) in [#​23328](https://github.com/immich-app/immich/pull/23328) - feat(mobile): dynamic multi-line album name by [@​uhthomas](https://github.com/uhthomas) in [#​26040](https://github.com/immich-app/immich/pull/26040) - feat(mobile): hide search by context/OCR if disabled on server ([#​25472](https://github.com/immich-app/immich/issues/25472)) by [@​Nacolis](https://github.com/Nacolis) in [#​26063](https://github.com/immich-app/immich/pull/26063) - fix(release): add docker-compose.rootless.yml to released assets by [@​dnozay](https://github.com/dnozay) in [#​26261](https://github.com/immich-app/immich/pull/26261) - feat(web): show ocr text boxes in panoramas by [@​meesfrensel](https://github.com/meesfrensel) in [#​25727](https://github.com/immich-app/immich/pull/25727) - feat(web): loop chromecast video by [@​etnoy](https://github.com/etnoy) in [#​24410](https://github.com/immich-app/immich/pull/24410) - chore(web): merge "Add to album" and "Add to shared album" actions into a single action by [@​timonrieger](https://github.com/timonrieger) in [#​24669](https://github.com/immich-app/immich/pull/24669) - feat(mobile): timeline - add bottomWidgetBuilder by [@​PeterOmbodi](https://github.com/PeterOmbodi) in [#​25634](https://github.com/immich-app/immich/pull/25634) - feat(mobile): video zooming in asset viewer by [@​goalie2002](https://github.com/goalie2002) in [#​22036](https://github.com/immich-app/immich/pull/22036) - feat(mobile): Add slug support for shared links by [@​Lauritz-Tieste](https://github.com/Lauritz-Tieste) in [#​26441](https://github.com/immich-app/immich/pull/26441) - feat: warn when losing transparency during thumbnail generation by [@​midzelis](https://github.com/midzelis) in [#​26243](https://github.com/immich-app/immich/pull/26243) - perf(mobile): optimized album sorting by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​25179](https://github.com/immich-app/immich/pull/25179) - feat(mobile): prompt when deleting from trash by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26392](https://github.com/immich-app/immich/pull/26392) - feat: getAssetEdits respond with edit IDs by [@​bwees](https://github.com/bwees) in [#​26445](https://github.com/immich-app/immich/pull/26445) - fix(server): accept showAt and hideAt for creating memories by [@​meesfrensel](https://github.com/meesfrensel) in [#​26429](https://github.com/immich-app/immich/pull/26429) - feat(server): SyncAssetEditV1 by [@​bwees](https://github.com/bwees) in [#​26446](https://github.com/immich-app/immich/pull/26446) - feat: splash screen error page by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​26460](https://github.com/immich-app/immich/pull/26460) - feat(mobile): add confirmation dialog to permanent delete action by [@​ByteSizedMarius](https://github.com/ByteSizedMarius) in [#​26442](https://github.com/immich-app/immich/pull/26442) - feat: enhance face-editor positioning by [@​midzelis](https://github.com/midzelis) in [#​26303](https://github.com/immich-app/immich/pull/26303) - feat: improve HEIC, HEIF and JPEG XL browser support detection by [@​nicosemp](https://github.com/nicosemp) in [#​26122](https://github.com/immich-app/immich/pull/26122) - refactor(web): remove replaceAsset action by [@​timonrieger](https://github.com/timonrieger) in [#​26444](https://github.com/immich-app/immich/pull/26444) - feat(web): bounding box for faces when hovering over the face in photo view by [@​cratoo](https://github.com/cratoo) in [#​26667](https://github.com/immich-app/immich/pull/26667) - feat(mobile): keep search results visible by [@​uhthomas](https://github.com/uhthomas) in [#​26498](https://github.com/immich-app/immich/pull/26498) - feat(mobile): use shared native client by [@​mertalev](https://github.com/mertalev) in [#​25942](https://github.com/immich-app/immich/pull/25942) - feat(mobile): SyncAssetEditV1 by [@​bwees](https://github.com/bwees) in [#​26518](https://github.com/immich-app/immich/pull/26518) - feat(ml): enable openvino for cpu by [@​apejcic](https://github.com/apejcic) in [#​22948](https://github.com/immich-app/immich/pull/22948) - feat: responsive video duration in thumbnail by [@​midzelis](https://github.com/midzelis) in [#​26770](https://github.com/immich-app/immich/pull/26770) - feat(web): animate zoom toggle with cubicOut easing by [@​midzelis](https://github.com/midzelis) in [#​26731](https://github.com/immich-app/immich/pull/26731) - feat(mobile): consolidate video controls by [@​uhthomas](https://github.com/uhthomas) in [#​26673](https://github.com/immich-app/immich/pull/26673) - feat(web): add shortcut "p" to open/close the face tag box by [@​cratoo](https://github.com/cratoo) in [#​26826](https://github.com/immich-app/immich/pull/26826) - feat(mobile): use material design 3 slider by [@​uhthomas](https://github.com/uhthomas) in [#​26829](https://github.com/immich-app/immich/pull/26829) - feat: adaptive progressive image loading for photo viewer by [@​midzelis](https://github.com/midzelis) in [#​26636](https://github.com/immich-app/immich/pull/26636) - fix(server): extract make/model from sony video files by [@​brendanngo](https://github.com/brendanngo) in [#​26833](https://github.com/immich-app/immich/pull/26833) - chore(mobile): remove background from asset viewer back button by [@​uhthomas](https://github.com/uhthomas) in [#​26851](https://github.com/immich-app/immich/pull/26851) - feat(server): support IDPs that only send the userinfo in the ID token by [@​Belnadifia](https://github.com/Belnadifia) in [#​26717](https://github.com/immich-app/immich/pull/26717) - feat(web): improve OCR overlay text fitting, reactivity, and accessibility by [@​midzelis](https://github.com/midzelis) in [#​26678](https://github.com/immich-app/immich/pull/26678) - fix(web): allow pasting PIN code from clipboard or password manager by [@​pressslav](https://github.com/pressslav) in [#​26944](https://github.com/immich-app/immich/pull/26944) ##### 🐛 Bug fixes - fix: ignore checksum constraint error when logging by [@​jrasm91](https://github.com/jrasm91) in [#​26113](https://github.com/immich-app/immich/pull/26113) - fix(web): use locale for date picker by [@​michelheusschen](https://github.com/michelheusschen) in [#​26125](https://github.com/immich-app/immich/pull/26125) - fix(web): escape shortcut handling by [@​michelheusschen](https://github.com/michelheusschen) in [#​26096](https://github.com/immich-app/immich/pull/26096) - fix(mobile): Login routing on Splash screen by [@​PeterOmbodi](https://github.com/PeterOmbodi) in [#​26128](https://github.com/immich-app/immich/pull/26128) - fix: null local date time in timeline queries by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​26133](https://github.com/immich-app/immich/pull/26133) - fix(web): prevent event manager from throwing error by [@​michelheusschen](https://github.com/michelheusschen) in [#​26156](https://github.com/immich-app/immich/pull/26156) - fix(web): improve api key modal responsiveness by [@​klenner1](https://github.com/klenner1) in [#​26151](https://github.com/immich-app/immich/pull/26151) - fix(web): show correct assets in memory gallery by [@​michelheusschen](https://github.com/michelheusschen) in [#​26157](https://github.com/immich-app/immich/pull/26157) - fix(web): add missing [@​immich/ui](https://github.com/immich/ui) translations by [@​michelheusschen](https://github.com/michelheusschen) in [#​26143](https://github.com/immich-app/immich/pull/26143) - fix(mobile): timeline handling on foldable phones + ensuring that images are not cut off by [@​bkchr](https://github.com/bkchr) in [#​25088](https://github.com/immich-app/immich/pull/25088) - fix(mobile): prevent nav bar label text wrapping by [@​chrislongros](https://github.com/chrislongros) in [#​26011](https://github.com/immich-app/immich/pull/26011) - fix(mobile): hide latest version warnings by [@​uhthomas](https://github.com/uhthomas) in [#​26036](https://github.com/immich-app/immich/pull/26036) - fix(mobile): inconsistent query for people by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​24437](https://github.com/immich-app/immich/pull/24437) - fix(web): timeline multi select group state by [@​michelheusschen](https://github.com/michelheusschen) in [#​26180](https://github.com/immich-app/immich/pull/26180) - fix(web): add checkerboard background for transparent images by [@​agent-steven](https://github.com/agent-steven) in [#​26091](https://github.com/immich-app/immich/pull/26091) - fix(mobile): inherit toolbar opacity by [@​uhthomas](https://github.com/uhthomas) in [#​25694](https://github.com/immich-app/immich/pull/25694) - fix(web): focus tag input when modal opens by [@​michelheusschen](https://github.com/michelheusschen) in [#​26256](https://github.com/immich-app/immich/pull/26256) - fix(web): clear face boxes when switching assets by [@​michelheusschen](https://github.com/michelheusschen) in [#​26249](https://github.com/immich-app/immich/pull/26249) - fix(web): clear unsaved asset description when changing asset by [@​michelheusschen](https://github.com/michelheusschen) in [#​26255](https://github.com/immich-app/immich/pull/26255) - fix(web): clear cache when asset changes by [@​michelheusschen](https://github.com/michelheusschen) in [#​26257](https://github.com/immich-app/immich/pull/26257) - fix: utc time zone upserts by [@​danieldietzler](https://github.com/danieldietzler) in [#​26258](https://github.com/immich-app/immich/pull/26258) - fix: metadata crash by [@​jrasm91](https://github.com/jrasm91) in [#​26327](https://github.com/immich-app/immich/pull/26327) - fix: prevent server crash when extraction of metadata fails if the assets are corrupted by [@​Devansh-Jani](https://github.com/Devansh-Jani) in [#​26042](https://github.com/immich-app/immich/pull/26042) - fix(server): db restore failure when `DB_URL` is set to unix-domain socket connection by [@​fabio-garavini](https://github.com/fabio-garavini) in [#​26252](https://github.com/immich-app/immich/pull/26252) - fix: Download the edited version when downloading multiple photos by [@​MontejoJorge](https://github.com/MontejoJorge) in [#​26259](https://github.com/immich-app/immich/pull/26259) - fix: include `DROP INDEX` in transaction to prevent missing index on rollback by [@​haoxi911](https://github.com/haoxi911) in [#​25399](https://github.com/immich-app/immich/pull/25399) - fix: safari address bar color by [@​jrasm91](https://github.com/jrasm91) in [#​26346](https://github.com/immich-app/immich/pull/26346) - fix(web): prevent panorama image reload during asset updates by [@​michelheusschen](https://github.com/michelheusschen) in [#​26349](https://github.com/immich-app/immich/pull/26349) - fix(web): favoriting assets opened via GalleryViewer by [@​michelheusschen](https://github.com/michelheusschen) in [#​26350](https://github.com/immich-app/immich/pull/26350) - fix(i18n): add translation key for partner's photos by [@​timonrieger](https://github.com/timonrieger) in [#​26348](https://github.com/immich-app/immich/pull/26348) - fix(web): single select scroll behavior by [@​timonrieger](https://github.com/timonrieger) in [#​26358](https://github.com/immich-app/immich/pull/26358) - perf: add indexes to improve People API response times by [@​bxtdvd](https://github.com/bxtdvd) in [#​26337](https://github.com/immich-app/immich/pull/26337) - fix: pin code reset modal by [@​jrasm91](https://github.com/jrasm91) in [#​26370](https://github.com/immich-app/immich/pull/26370) - fix(mobile): Reset "People" search filter chip if no selections are made by [@​benjamonnguyen](https://github.com/benjamonnguyen) in [#​26267](https://github.com/immich-app/immich/pull/26267) - fix(cli): delete sidecar files after upload if requested by [@​timonrieger](https://github.com/timonrieger) in [#​26353](https://github.com/immich-app/immich/pull/26353) - fix(web): album description auto height by [@​michelheusschen](https://github.com/michelheusschen) in [#​26420](https://github.com/immich-app/immich/pull/26420) - fix(web): prevent side panel overlap during transition by [@​michelheusschen](https://github.com/michelheusschen) in [#​26398](https://github.com/immich-app/immich/pull/26398) - fix(web): storage template example by [@​mmomjian](https://github.com/mmomjian) in [#​26424](https://github.com/immich-app/immich/pull/26424) - fix(web): prevent `state_unsafe_mutation` error on people page by [@​michelheusschen](https://github.com/michelheusschen) in [#​26438](https://github.com/immich-app/immich/pull/26438) - fix: missing deletedAt and isVisible columns on mobile by [@​bwees](https://github.com/bwees) in [#​26414](https://github.com/immich-app/immich/pull/26414) - fix(mobile): joinLocal on archived timeline by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26387](https://github.com/immich-app/immich/pull/26387) - fix: always show library scan button by [@​etnoy](https://github.com/etnoy) in [#​26428](https://github.com/immich-app/immich/pull/26428) - fix: retain asset when either asset is a favorite by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​26473](https://github.com/immich-app/immich/pull/26473) - fix(web): prevent null folder tree on concurrent load by [@​michelheusschen](https://github.com/michelheusschen) in [#​26489](https://github.com/immich-app/immich/pull/26489) - fix(web): toast warning when trying to upload unsupported file type by [@​meesfrensel](https://github.com/meesfrensel) in [#​26492](https://github.com/immich-app/immich/pull/26492) - fix(mobile): birthday picker shows limited months when no date exists by [@​socksprox](https://github.com/socksprox) in [#​26407](https://github.com/immich-app/immich/pull/26407) - fix: consider DAR when extracting video dimension by [@​alextran1502](https://github.com/alextran1502) in [#​25293](https://github.com/immich-app/immich/pull/25293) - feat(mobile): Prevent premature image cache eviction when higher image loading is enabled by [@​LeLunZ](https://github.com/LeLunZ) in [#​26208](https://github.com/immich-app/immich/pull/26208) - refactor: star rating by [@​meesfrensel](https://github.com/meesfrensel) in [#​26357](https://github.com/immich-app/immich/pull/26357) - fix(mobile): set correct initial system-ui mode in asset viewer by [@​goalie2002](https://github.com/goalie2002) in [#​26500](https://github.com/immich-app/immich/pull/26500) - fix(server): Live Photo migration bug when album is in template by [@​NikhilAlapati](https://github.com/NikhilAlapati) in [#​25329](https://github.com/immich-app/immich/pull/25329) - fix(web): handle delete shortcut on shared link page as remove by [@​meesfrensel](https://github.com/meesfrensel) in [#​26552](https://github.com/immich-app/immich/pull/26552) - fix(mobile): prevent video player from being recreated unnecessarily by [@​uhthomas](https://github.com/uhthomas) in [#​26553](https://github.com/immich-app/immich/pull/26553) - fix(mobile): don't cut off top corners of app bar by [@​uhthomas](https://github.com/uhthomas) in [#​26550](https://github.com/immich-app/immich/pull/26550) - feat: update onnxruntime-openvino to 1.24.1 and intel drivers by [@​savely-krasovsky](https://github.com/savely-krasovsky) in [#​26565](https://github.com/immich-app/immich/pull/26565) - fix: hide download action for local/merged assets by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26461](https://github.com/immich-app/immich/pull/26461) - fix(web): top bar z index on search page by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​26582](https://github.com/immich-app/immich/pull/26582) - fix(web): show shared link download button when logged in by [@​Snowknight26](https://github.com/Snowknight26) in [#​26629](https://github.com/immich-app/immich/pull/26629) - fix(mobile): asset viewer hero animation by [@​uhthomas](https://github.com/uhthomas) in [#​26545](https://github.com/immich-app/immich/pull/26545) - fix(web): timeline and asset viewer RTL support by [@​meesfrensel](https://github.com/meesfrensel) in [#​26513](https://github.com/immich-app/immich/pull/26513) - fix(server): clean up edited thumbnail when deleting asset by [@​michelheusschen](https://github.com/michelheusschen) in [#​26664](https://github.com/immich-app/immich/pull/26664) - fix: implement existing withStacked on searchAssetBuilder by [@​babbitt](https://github.com/babbitt) in [#​26607](https://github.com/immich-app/immich/pull/26607) - fix(mobile): video state by [@​uhthomas](https://github.com/uhthomas) in [#​26574](https://github.com/immich-app/immich/pull/26574) - fix(maintenance mode): wait for valid server config on restart by [@​insertish](https://github.com/insertish) in [#​26456](https://github.com/immich-app/immich/pull/26456) - fix(web): inconsistent asset nav bar state after visiting shared link by [@​Snowknight26](https://github.com/Snowknight26) in [#​26674](https://github.com/immich-app/immich/pull/26674) - fix(web): download toast showing wrong filename for motion assets by [@​Snowknight26](https://github.com/Snowknight26) in [#​26689](https://github.com/immich-app/immich/pull/26689) - fix(mobile): add safe area for asset details by [@​uhthomas](https://github.com/uhthomas) in [#​26675](https://github.com/immich-app/immich/pull/26675) - fix(web): combobox dropdown positioning in modals by [@​michelheusschen](https://github.com/michelheusschen) in [#​26707](https://github.com/immich-app/immich/pull/26707) - fix(web): video stealing focus when it plays again when looping by [@​Snowknight26](https://github.com/Snowknight26) in [#​26704](https://github.com/immich-app/immich/pull/26704) - fix(ml): batch size setting by [@​mertalev](https://github.com/mertalev) in [#​26524](https://github.com/immich-app/immich/pull/26524) - fix(server): clarify transcoding bitrate policy by [@​meesfrensel](https://github.com/meesfrensel) in [#​26711](https://github.com/immich-app/immich/pull/26711) - fix: playback style migration by [@​alextran1502](https://github.com/alextran1502) in [#​26718](https://github.com/immich-app/immich/pull/26718) - fix(web): asset viewer showing wrong viewer type when hovering on stack thumbnails by [@​Snowknight26](https://github.com/Snowknight26) in [#​26741](https://github.com/immich-app/immich/pull/26741) - fix(server): opus handling as accepted audio codec in transcode policy by [@​skatsubo](https://github.com/skatsubo) in [#​26736](https://github.com/immich-app/immich/pull/26736) - fix(web): refresh recent albums sidebar after album changes by [@​michelheusschen](https://github.com/michelheusschen) in [#​26757](https://github.com/immich-app/immich/pull/26757) - fix(web): show the correct cursor at crop bounds when editing an asset by [@​Snowknight26](https://github.com/Snowknight26) in [#​26748](https://github.com/immich-app/immich/pull/26748) - fix(web): recalculate face bounding boxes by [@​cratoo](https://github.com/cratoo) in [#​26737](https://github.com/immich-app/immich/pull/26737) - fix(web): context menu overflow by [@​SevereCloud](https://github.com/SevereCloud) in [#​26760](https://github.com/immich-app/immich/pull/26760) - fix(web): correct tag rounding in search options by [@​michelheusschen](https://github.com/michelheusschen) in [#​26814](https://github.com/immich-app/immich/pull/26814) - fix(web): prevent unrelated assets from appearing in tag view by [@​michelheusschen](https://github.com/michelheusschen) in [#​26816](https://github.com/immich-app/immich/pull/26816) - fix(mobile): use tabular figures in backup page by [@​uhthomas](https://github.com/uhthomas) in [#​26830](https://github.com/immich-app/immich/pull/26830) - fix(mobile): wrap backup error message text by [@​uhthomas](https://github.com/uhthomas) in [#​26834](https://github.com/immich-app/immich/pull/26834) - fix(server): use correct day ordering in timeline buckets by [@​michelheusschen](https://github.com/michelheusschen) in [#​26821](https://github.com/immich-app/immich/pull/26821) - fix(web): face selection box position resetting on browser resize by [@​Snowknight26](https://github.com/Snowknight26) in [#​26766](https://github.com/immich-app/immich/pull/26766) - fix: use correct original URL for 360 video panorama playback by [@​luis15pt](https://github.com/luis15pt) in [#​26831](https://github.com/immich-app/immich/pull/26831) - fix(web): disable drag and drop for internal items by [@​michelheusschen](https://github.com/michelheusschen) in [#​26897](https://github.com/immich-app/immich/pull/26897) - fix(web): keep header fixed on individual shared links by [@​michelheusschen](https://github.com/michelheusschen) in [#​26892](https://github.com/immich-app/immich/pull/26892) - fix: SMTP over TLS by [@​nathanielhourt](https://github.com/nathanielhourt) in [#​26893](https://github.com/immich-app/immich/pull/26893) - fix(web): copy yearMonth in MonthGroup to avoid shared object reference with asset in [#​26890](https://github.com/immich-app/immich/pull/26890) - fix(mobile): use shared auth for background\_downloader by [@​mertalev](https://github.com/mertalev) in [#​26911](https://github.com/immich-app/immich/pull/26911) - fix(web): prevent search page error on missing album filter by [@​michelheusschen](https://github.com/michelheusschen) in [#​26948](https://github.com/immich-app/immich/pull/26948) - fix(server): sync files to disk by [@​uhthomas](https://github.com/uhthomas) in [#​26881](https://github.com/immich-app/immich/pull/26881) - fix(web): jump to primary stacked asset from memory by [@​michelheusschen](https://github.com/michelheusschen) in [#​26978](https://github.com/immich-app/immich/pull/26978) - fix(mobile): reflect asset deletions instantly by [@​uhthomas](https://github.com/uhthomas) in [#​26835](https://github.com/immich-app/immich/pull/26835) - fix: healthcheck by [@​jrasm91](https://github.com/jrasm91) in [#​26989](https://github.com/immich-app/immich/pull/26989) - fix(web): escape handling for tagging and adding a face in asset viewer by [@​cratoo](https://github.com/cratoo) in [#​26870](https://github.com/immich-app/immich/pull/26870) - fix: filter after searching by asset id by [@​jrasm91](https://github.com/jrasm91) in [#​26994](https://github.com/immich-app/immich/pull/26994) - fix: bounding box return type by [@​jrasm91](https://github.com/jrasm91) in [#​27014](https://github.com/immich-app/immich/pull/27014) - fix: validate accept header before returning html by [@​jrasm91](https://github.com/jrasm91) in [#​27019](https://github.com/immich-app/immich/pull/27019) ##### 📚 Documentation - chore(docs): Update help channel for developers by [@​Mraedis](https://github.com/Mraedis) in [#​26284](https://github.com/immich-app/immich/pull/26284) - feat(docs): Explain configuration file location for Docker Compose by [@​keunes](https://github.com/keunes) in [#​24989](https://github.com/immich-app/immich/pull/24989) - chore(docs): add quick-start guide for DevPod with docker by [@​dhlavaty](https://github.com/dhlavaty) in [#​26213](https://github.com/immich-app/immich/pull/26213) - feat(docs): Adding information about parameter c= by [@​aviv926](https://github.com/aviv926) in [#​26430](https://github.com/immich-app/immich/pull/26430) - feat: doc links by [@​jrasm91](https://github.com/jrasm91) in [#​26519](https://github.com/immich-app/immich/pull/26519) - fix(docs): add ocr to job flow diagram by [@​niij](https://github.com/niij) in [#​26505](https://github.com/immich-app/immich/pull/26505) ##### 🌐 Translations - chore(web): update translations by [@​weblate](https://github.com/weblate) in [#​26118](https://github.com/immich-app/immich/pull/26118) - fix: clarify external domain setting is used for emails too by [@​chrislongros](https://github.com/chrislongros) in [#​26009](https://github.com/immich-app/immich/pull/26009) - chore(web): update translations by [@​weblate](https://github.com/weblate) in [#​26167](https://github.com/immich-app/immich/pull/26167) - fix(web): error page i18n by [@​meesfrensel](https://github.com/meesfrensel) in [#​26517](https://github.com/immich-app/immich/pull/26517) - chore(web): clarify locale settings description by [@​meesfrensel](https://github.com/meesfrensel) in [#​25562](https://github.com/immich-app/immich/pull/25562) - chore(web): update translations by [@​weblate](https://github.com/weblate) in [#​26192](https://github.com/immich-app/immich/pull/26192) #### New Contributors - [@​klenner1](https://github.com/klenner1) made their first contribution in [#​26151](https://github.com/immich-app/immich/pull/26151) - [@​bkchr](https://github.com/bkchr) made their first contribution in [#​25088](https://github.com/immich-app/immich/pull/25088) - [@​chrislongros](https://github.com/chrislongros) made their first contribution in [#​26011](https://github.com/immich-app/immich/pull/26011) - [@​agent-steven](https://github.com/agent-steven) made their first contribution in [#​26091](https://github.com/immich-app/immich/pull/26091) - [@​dhlavaty](https://github.com/dhlavaty) made their first contribution in [#​26238](https://github.com/immich-app/immich/pull/26238) - [@​Nacolis](https://github.com/Nacolis) made their first contribution in [#​26063](https://github.com/immich-app/immich/pull/26063) - [@​ewinnd](https://github.com/ewinnd) made their first contribution in [#​26277](https://github.com/immich-app/immich/pull/26277) - [@​dnozay](https://github.com/dnozay) made their first contribution in [#​26261](https://github.com/immich-app/immich/pull/26261) - [@​keunes](https://github.com/keunes) made their first contribution in [#​24989](https://github.com/immich-app/immich/pull/24989) - [@​Devansh-Jani](https://github.com/Devansh-Jani) made their first contribution in [#​26042](https://github.com/immich-app/immich/pull/26042) - [@​benjamonnguyen](https://github.com/benjamonnguyen) made their first contribution in [#​26196](https://github.com/immich-app/immich/pull/26196) - [@​fabio-garavini](https://github.com/fabio-garavini) made their first contribution in [#​26252](https://github.com/immich-app/immich/pull/26252) - [@​haoxi911](https://github.com/haoxi911) made their first contribution in [#​25399](https://github.com/immich-app/immich/pull/25399) - [@​thezeroalpha](https://github.com/thezeroalpha) made their first contribution in [#​20286](https://github.com/immich-app/immich/pull/20286) - [@​socksprox](https://github.com/socksprox) made their first contribution in [#​26407](https://github.com/immich-app/immich/pull/26407) - [@​kprinssu](https://github.com/kprinssu) made their first contribution in [#​26178](https://github.com/immich-app/immich/pull/26178) - [@​babbitt](https://github.com/babbitt) made their first contribution in [#​26607](https://github.com/immich-app/immich/pull/26607) - [@​niij](https://github.com/niij) made their first contribution in [#​26505](https://github.com/immich-app/immich/pull/26505) - [@​cratoo](https://github.com/cratoo) made their first contribution in [#​26667](https://github.com/immich-app/immich/pull/26667) - [@​M123-dev](https://github.com/M123-dev) made their first contribution in [#​26630](https://github.com/immich-app/immich/pull/26630) - [@​apejcic](https://github.com/apejcic) made their first contribution in [#​22948](https://github.com/immich-app/immich/pull/22948) - [@​SevereCloud](https://github.com/SevereCloud) made their first contribution in [#​26760](https://github.com/immich-app/immich/pull/26760) - [@​brendanngo](https://github.com/brendanngo) made their first contribution in [#​26833](https://github.com/immich-app/immich/pull/26833) - [@​luis15pt](https://github.com/luis15pt) made their first contribution in [#​26831](https://github.com/immich-app/immich/pull/26831) - [@​nathanielhourt](https://github.com/nathanielhourt) made their first contribution in [#​26893](https://github.com/immich-app/immich/pull/26893) - [@​Belnadifia](https://github.com/Belnadifia) made their first contribution in [#​26717](https://github.com/immich-app/immich/pull/26717) - [@​pressslav](https://github.com/pressslav) made their first contribution in [#​26944](https://github.com/immich-app/immich/pull/26944) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4887 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/immich/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/immich/values.yaml b/clusters/cl01tl/helm/immich/values.yaml index 757f9b70d..d00ed2805 100644 --- a/clusters/cl01tl/helm/immich/values.yaml +++ b/clusters/cl01tl/helm/immich/values.yaml @@ -9,7 +9,7 @@ immich: main: image: repository: ghcr.io/immich-app/immich-server - tag: v2.5.6 + tag: v2.6.1 pullPolicy: IfNotPresent env: - name: TZ From 922b5964a395e941a92fb8b30b3a47cc65b14fd4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 01:08:05 +0000 Subject: [PATCH 28/38] chore(deps): update clickhouse/clickhouse-server docker tag to v26.2.5 (#4895) --- clusters/cl01tl/helm/rybbit/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/rybbit/values.yaml b/clusters/cl01tl/helm/rybbit/values.yaml index 35086a7c2..51db74463 100644 --- a/clusters/cl01tl/helm/rybbit/values.yaml +++ b/clusters/cl01tl/helm/rybbit/values.yaml @@ -122,7 +122,7 @@ rybbit: main: image: repository: clickhouse/clickhouse-server - tag: 26.2.4 + tag: 26.2.5 pullPolicy: IfNotPresent env: - name: CLICKHOUSE_DB From b4e5e33c64e35d83a30c561ea1993d3d8a5221b7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 01:08:29 +0000 Subject: [PATCH 29/38] chore(deps): update dependency argoproj/argo-workflows to v4.0.3 (#4896) --- clusters/cl01tl/helm/argo-workflows/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/argo-workflows/Chart.yaml b/clusters/cl01tl/helm/argo-workflows/Chart.yaml index ecaeebadf..eb4168b0d 100644 --- a/clusters/cl01tl/helm/argo-workflows/Chart.yaml +++ b/clusters/cl01tl/helm/argo-workflows/Chart.yaml @@ -29,4 +29,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png # renovate: datasource=github-releases depName=argoproj/argo-workflows -appVersion: v4.0.2 +appVersion: v4.0.3 From d40c966ee5168394098f58b8cb56862ecb2be14e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 01:08:55 +0000 Subject: [PATCH 30/38] chore(deps): update ghcr.io/linuxserver/sonarr docker tag to v4.0.17 (#4897) --- clusters/cl01tl/helm/sonarr-4k/values.yaml | 2 +- clusters/cl01tl/helm/sonarr-anime/values.yaml | 2 +- clusters/cl01tl/helm/sonarr/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/sonarr-4k/values.yaml b/clusters/cl01tl/helm/sonarr-4k/values.yaml index 470f357a9..dc36970e1 100644 --- a/clusters/cl01tl/helm/sonarr-4k/values.yaml +++ b/clusters/cl01tl/helm/sonarr-4k/values.yaml @@ -13,7 +13,7 @@ sonarr-4k: main: image: repository: ghcr.io/linuxserver/sonarr - tag: 4.0.16@sha256:21c1c3d52248589bb064f5adafec18cad45812d7a01d317472955eef051e619b + tag: 4.0.17@sha256:76414c033f290d3c9f1f9dfad71150abe71d92592369a3377a5903d579e6e2b2 pullPolicy: IfNotPresent env: - name: TZ diff --git a/clusters/cl01tl/helm/sonarr-anime/values.yaml b/clusters/cl01tl/helm/sonarr-anime/values.yaml index 776aec993..16de31c89 100644 --- a/clusters/cl01tl/helm/sonarr-anime/values.yaml +++ b/clusters/cl01tl/helm/sonarr-anime/values.yaml @@ -13,7 +13,7 @@ sonarr-anime: main: image: repository: ghcr.io/linuxserver/sonarr - tag: 4.0.16@sha256:21c1c3d52248589bb064f5adafec18cad45812d7a01d317472955eef051e619b + tag: 4.0.17@sha256:76414c033f290d3c9f1f9dfad71150abe71d92592369a3377a5903d579e6e2b2 pullPolicy: IfNotPresent env: - name: TZ diff --git a/clusters/cl01tl/helm/sonarr/values.yaml b/clusters/cl01tl/helm/sonarr/values.yaml index 81a0b264b..d60dc9a7d 100644 --- a/clusters/cl01tl/helm/sonarr/values.yaml +++ b/clusters/cl01tl/helm/sonarr/values.yaml @@ -13,7 +13,7 @@ sonarr: main: image: repository: ghcr.io/linuxserver/sonarr - tag: 4.0.16@sha256:21c1c3d52248589bb064f5adafec18cad45812d7a01d317472955eef051e619b + tag: 4.0.17@sha256:76414c033f290d3c9f1f9dfad71150abe71d92592369a3377a5903d579e6e2b2 pullPolicy: IfNotPresent env: - name: TZ From 7240929afe38fa4a3e663667997eb9eddf05dd70 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 01:09:31 +0000 Subject: [PATCH 31/38] chore(deps): update helm release argo-cd to v9.4.15 (#4899) --- clusters/cl01tl/helm/argocd/Chart.lock | 6 +++--- clusters/cl01tl/helm/argocd/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/argocd/Chart.lock b/clusters/cl01tl/helm/argocd/Chart.lock index 24f3e463a..5ba1ed212 100644 --- a/clusters/cl01tl/helm/argocd/Chart.lock +++ b/clusters/cl01tl/helm/argocd/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm - version: 9.4.14 -digest: sha256:0d80c03a05176d53cc8ec94da32ef2cb5fccafc76b1648c0e4e1288515ba0824 -generated: "2026-03-19T04:27:11.289046913Z" + version: 9.4.15 +digest: sha256:a0eed2e174bb6b13d04653c755a359025b050d479a92180039a1990dd8ee7caa +generated: "2026-03-20T01:09:07.547016465Z" diff --git a/clusters/cl01tl/helm/argocd/Chart.yaml b/clusters/cl01tl/helm/argocd/Chart.yaml index 65835ce56..6cf38ade3 100644 --- a/clusters/cl01tl/helm/argocd/Chart.yaml +++ b/clusters/cl01tl/helm/argocd/Chart.yaml @@ -15,7 +15,7 @@ maintainers: - name: alexlebens dependencies: - name: argo-cd - version: 9.4.14 + version: 9.4.15 repository: https://argoproj.github.io/argo-helm icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png # renovate: datasource=github-releases depName=argoproj/argo-cd From cde433f7c872a12dbde810010f660ef79a8a12e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 01:10:16 +0000 Subject: [PATCH 32/38] chore(deps): update helm release argo-workflows to v1.0.4 (#4901) --- clusters/cl01tl/helm/argo-workflows/Chart.lock | 6 +++--- clusters/cl01tl/helm/argo-workflows/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/argo-workflows/Chart.lock b/clusters/cl01tl/helm/argo-workflows/Chart.lock index 81127d345..ed748676a 100644 --- a/clusters/cl01tl/helm/argo-workflows/Chart.lock +++ b/clusters/cl01tl/helm/argo-workflows/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: argo-workflows repository: https://argoproj.github.io/argo-helm - version: 1.0.3 + version: 1.0.4 - name: argo-events repository: https://argoproj.github.io/argo-helm version: 2.4.21 - name: postgres-cluster repository: oci://harbor.alexlebens.net/helm-charts version: 7.10.0 -digest: sha256:4c857612f12f288dcbf6903df58ac708dcbc051e5f17e94ecd0cadc41b9c32bd -generated: "2026-03-19T04:33:30.206516151Z" +digest: sha256:84e79ab455d1e8e5d12637b4f1fcc87efaa04f51558824ab9fa1f38963198c8b +generated: "2026-03-20T01:09:49.976096171Z" diff --git a/clusters/cl01tl/helm/argo-workflows/Chart.yaml b/clusters/cl01tl/helm/argo-workflows/Chart.yaml index eb4168b0d..8e8a267b3 100644 --- a/clusters/cl01tl/helm/argo-workflows/Chart.yaml +++ b/clusters/cl01tl/helm/argo-workflows/Chart.yaml @@ -18,7 +18,7 @@ maintainers: - name: alexlebens dependencies: - name: argo-workflows - version: 1.0.3 + version: 1.0.4 repository: https://argoproj.github.io/argo-helm - name: argo-events version: 2.4.21 From 9d1f36f0273b9a3a8b69c1b74a2069ad784c4da2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 01:10:30 +0000 Subject: [PATCH 33/38] chore(deps): update roundcube/roundcubemail docker tag to v1.6.14 (#4902) --- clusters/cl01tl/helm/roundcube/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/roundcube/values.yaml b/clusters/cl01tl/helm/roundcube/values.yaml index 690b34105..7e72589ed 100644 --- a/clusters/cl01tl/helm/roundcube/values.yaml +++ b/clusters/cl01tl/helm/roundcube/values.yaml @@ -9,7 +9,7 @@ roundcube: main: image: repository: roundcube/roundcubemail - tag: 1.6.13-fpm-alpine + tag: 1.6.14-fpm-alpine pullPolicy: IfNotPresent env: - name: ROUNDCUBEMAIL_DB_TYPE @@ -85,7 +85,7 @@ roundcube: backup: image: repository: roundcube/roundcubemail - tag: 1.6.13-fpm-alpine + tag: 1.6.14-fpm-alpine pullPolicy: IfNotPresent env: - name: ROUNDCUBEMAIL_DB_TYPE From 1bcabd95b95f0d4ff52f2a1ca3d6c595077200a4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 01:13:04 +0000 Subject: [PATCH 34/38] chore(deps): update ghcr.io/linuxserver/code-server docker tag to v4.112.0 (#4894) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/code-server](https://github.com/linuxserver/docker-code-server/packages) ([source](https://github.com/linuxserver/docker-code-server)) | minor | `4.111.0` → `4.112.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4894 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/code-server/values.yaml | 2 +- clusters/cl01tl/helm/home-assistant/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/code-server/values.yaml b/clusters/cl01tl/helm/code-server/values.yaml index f6dcf83c6..985f3f084 100644 --- a/clusters/cl01tl/helm/code-server/values.yaml +++ b/clusters/cl01tl/helm/code-server/values.yaml @@ -9,7 +9,7 @@ code-server: main: image: repository: ghcr.io/linuxserver/code-server - tag: 4.111.0@sha256:12c04b41f601604795562ece2ac64cade7cfca632415f4bfb1742477e3226272 + tag: 4.112.0@sha256:4bb5b8ad22268001687c047f0f04933799fb03df1eb0e1e266ba15ed2d9f4e8b pullPolicy: IfNotPresent env: - name: TZ diff --git a/clusters/cl01tl/helm/home-assistant/values.yaml b/clusters/cl01tl/helm/home-assistant/values.yaml index 7940c8dea..49d12d3cf 100644 --- a/clusters/cl01tl/helm/home-assistant/values.yaml +++ b/clusters/cl01tl/helm/home-assistant/values.yaml @@ -21,7 +21,7 @@ home-assistant: code-server: image: repository: ghcr.io/linuxserver/code-server - tag: 4.111.0@sha256:12c04b41f601604795562ece2ac64cade7cfca632415f4bfb1742477e3226272 + tag: 4.112.0@sha256:4bb5b8ad22268001687c047f0f04933799fb03df1eb0e1e266ba15ed2d9f4e8b pullPolicy: IfNotPresent env: - name: TZ From ac66dad7e689cdd2bd53a527010d3796af75c826 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 01:15:02 +0000 Subject: [PATCH 35/38] chore(deps): update dependency tailscale/tailscale to v1.96.3 (#4891) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tailscale/tailscale](https://github.com/tailscale/tailscale) | patch | `v1.96.2` → `v1.96.3` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
tailscale/tailscale (tailscale/tailscale) ### [`v1.96.3`](https://github.com/tailscale/tailscale/releases/tag/v1.96.3) [Compare Source](https://github.com/tailscale/tailscale/compare/v1.96.2...v1.96.3) Please refer to the changelog available at
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4891 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/tailscale-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/tailscale-operator/Chart.yaml b/clusters/cl01tl/helm/tailscale-operator/Chart.yaml index b4f560cae..7fe3209a1 100644 --- a/clusters/cl01tl/helm/tailscale-operator/Chart.yaml +++ b/clusters/cl01tl/helm/tailscale-operator/Chart.yaml @@ -21,4 +21,4 @@ dependencies: repository: https://pkgs.tailscale.com/helmcharts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tailscale-light.png # renovate: datasource=github-releases depName=tailscale/tailscale -appVersion: v1.96.2 +appVersion: v1.96.3 From f15632c5613252d2b8d91341ea0fd36c96f9ee5d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 01:17:03 +0000 Subject: [PATCH 36/38] chore(deps): update ghcr.io/traefik/traefik docker tag to v3.6.11 (#4908) --- hosts/ps08rp/traefik/compose.yaml | 2 +- hosts/ps09rp/traefik/compose.yaml | 2 +- hosts/ps10rp/traefik/compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/ps08rp/traefik/compose.yaml b/hosts/ps08rp/traefik/compose.yaml index 53fd4369a..85d00c04f 100644 --- a/hosts/ps08rp/traefik/compose.yaml +++ b/hosts/ps08rp/traefik/compose.yaml @@ -1,7 +1,7 @@ --- services: traefik: - image: ghcr.io/traefik/traefik:v3.6.10 + image: ghcr.io/traefik/traefik:v3.6.11 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps09rp/traefik/compose.yaml b/hosts/ps09rp/traefik/compose.yaml index 82e6dff89..fd084bce3 100644 --- a/hosts/ps09rp/traefik/compose.yaml +++ b/hosts/ps09rp/traefik/compose.yaml @@ -1,7 +1,7 @@ --- services: traefik: - image: ghcr.io/traefik/traefik:v3.6.10 + image: ghcr.io/traefik/traefik:v3.6.11 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps10rp/traefik/compose.yaml b/hosts/ps10rp/traefik/compose.yaml index 763aea6e5..41d945735 100644 --- a/hosts/ps10rp/traefik/compose.yaml +++ b/hosts/ps10rp/traefik/compose.yaml @@ -20,7 +20,7 @@ services: - /dev/net/tun:/dev/net/tun traefik: - image: ghcr.io/traefik/traefik:v3.6.10 + image: ghcr.io/traefik/traefik:v3.6.11 container_name: traefik command: - "--global.checkNewVersion=false" From 5dfda3e9e07a203279e6f8ba35acf8645b68fda0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 01:18:56 +0000 Subject: [PATCH 37/38] chore(deps): update helm release generic-device-plugin to v0.20.24 (#4909) --- clusters/cl01tl/helm/generic-device-plugin/Chart.lock | 6 +++--- clusters/cl01tl/helm/generic-device-plugin/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/generic-device-plugin/Chart.lock b/clusters/cl01tl/helm/generic-device-plugin/Chart.lock index 8fa0ca8a4..011ca5da3 100644 --- a/clusters/cl01tl/helm/generic-device-plugin/Chart.lock +++ b/clusters/cl01tl/helm/generic-device-plugin/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: generic-device-plugin repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm - version: 0.20.23 -digest: sha256:1565d6e94921e2543bf4c302ddebb7504fbfd9113c976e4d297de18e9a0c06c6 -generated: "2026-03-19T01:04:01.714112981Z" + version: 0.20.24 +digest: sha256:36bf651c24198d299458046aaf449e9fb50942e1143389092a746357d402b731 +generated: "2026-03-20T01:18:36.687250976Z" diff --git a/clusters/cl01tl/helm/generic-device-plugin/Chart.yaml b/clusters/cl01tl/helm/generic-device-plugin/Chart.yaml index 23989d45f..3eae44c7e 100644 --- a/clusters/cl01tl/helm/generic-device-plugin/Chart.yaml +++ b/clusters/cl01tl/helm/generic-device-plugin/Chart.yaml @@ -15,6 +15,6 @@ maintainers: dependencies: - name: generic-device-plugin repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm - version: 0.20.23 + version: 0.20.24 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png appVersion: 1.0.0 From bfa0c7b555cd51eeb458aedd9abe3862a5b12f44 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 04:04:10 +0000 Subject: [PATCH 38/38] chore(deps): update dependency goharbor/harbor to v2.15.0 (#4913) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [goharbor/harbor](https://github.com/goharbor/harbor) | minor | `v2.14.3` → `v2.15.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
goharbor/harbor (goharbor/harbor) ### [`v2.15.0`](https://github.com/goharbor/harbor/releases/tag/v2.15.0) [Compare Source](https://github.com/goharbor/harbor/compare/v2.14.3...v2.15.0-rc2) {"buildNo":"rc4"}
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4913 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/harbor/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/harbor/Chart.yaml b/clusters/cl01tl/helm/harbor/Chart.yaml index 7c7d5eb95..1856fe66d 100644 --- a/clusters/cl01tl/helm/harbor/Chart.yaml +++ b/clusters/cl01tl/helm/harbor/Chart.yaml @@ -29,4 +29,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/harbor.png # renovate: datasource=github-releases depName=goharbor/harbor -appVersion: v2.14.3 +appVersion: v2.15.0