From 923912eebb759c22bd04707e60cb64f9e4d1485d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Feb 2026 21:18:38 +0000 Subject: [PATCH] chore(deps): update dependency clidey/whodb to v0.92.0 (#3917) 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.91.0` → `0.92.0` | --- ### Release Notes
clidey/whodb (clidey/whodb) ### [`v0.92.0`](https://github.com/clidey/whodb/releases/tag/0.92.0) [Compare Source](https://github.com/clidey/whodb/compare/0.91.0...0.92.0) - Add option to log into MongoDB without user/password - Bug fix around how we were reading schema - caused problems with certain underlying drivers - Running in WSL2 but have Ollama installed outside of it? Now it should resolve it fine (tricky stuff) - Bug fix where Export All didn't work if rows were selected - Bug fix where Export Selected showed up in places where we can't select rows - Bug fix where CSV/Excel option was not preselected if user clicked Export As ... - Change wording of AI Model Type to AI Model Provider - Bug fix where health check wasn't working in Elasticsearch in some instances - Bug fix around auto-login - Better intellisense - Table height now stretches further down to use more screen real estate. - TAB in autocomplete should now work consistently. - Fixed hard to reproduce bug where everything suddenly became selected (highlighted) and couldn't be deselected. #### 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.92.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 *** **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/3917 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 f92de10a4..4708025bb 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.91.0 +appVersion: 0.92.0 diff --git a/clusters/cl01tl/helm/whodb/values.yaml b/clusters/cl01tl/helm/whodb/values.yaml index e993a446d..2b6b2fc06 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.91.0 + tag: 0.92.0 pullPolicy: IfNotPresent env: - name: WHODB_OLLAMA_HOST