From 5d911b04e6cd91e7cb4dc3d0cf0775ea3a27dc46 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Mar 2026 16:30:26 +0000 Subject: [PATCH] chore(deps): update rybbit to v2.5.0 (#5275) 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/rybbit-io/rybbit-backend](https://github.com/rybbit-io/rybbit) | minor | `v2.4.0` → `v2.5.0` | | [rybbit-io/rybbit](https://github.com/rybbit-io/rybbit) | minor | `v2.4.0` → `v2.5.0` | --- ### Release Notes
rybbit-io/rybbit (ghcr.io/rybbit-io/rybbit-backend) ### [`v2.5.0`](https://github.com/rybbit-io/rybbit/releases/tag/v2.5.0) [Compare Source](https://github.com/rybbit-io/rybbit/compare/v2.4.0...v2.5.0) - Improved bot blocking capabilities - Added teams to further subdivide organizations into groups of users and sites - Added tagging that allows easy slicing of analytics into different cohorts, similar to an existing feature from Umami - Various minor performance improvements Thank you [@​lukyrys](https://github.com/lukyrys) for multiple contributions over this period
--- ### 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/5275 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/rybbit/Chart.yaml | 2 +- clusters/cl01tl/helm/rybbit/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/rybbit/Chart.yaml b/clusters/cl01tl/helm/rybbit/Chart.yaml index 41dac6786..5626c2fd0 100644 --- a/clusters/cl01tl/helm/rybbit/Chart.yaml +++ b/clusters/cl01tl/helm/rybbit/Chart.yaml @@ -31,4 +31,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/rybbit.webp # renovate: datasource=github-releases depName=rybbit-io/rybbit -appVersion: v2.4.0 +appVersion: v2.5.0 diff --git a/clusters/cl01tl/helm/rybbit/values.yaml b/clusters/cl01tl/helm/rybbit/values.yaml index 78957254a..276ea68c8 100644 --- a/clusters/cl01tl/helm/rybbit/values.yaml +++ b/clusters/cl01tl/helm/rybbit/values.yaml @@ -9,7 +9,7 @@ rybbit: main: image: repository: ghcr.io/rybbit-io/rybbit-backend - tag: v2.4.0 + tag: v2.5.0 pullPolicy: IfNotPresent env: - name: NODE_ENV