chore(deps): update dependency clidey/whodb to v0.95.0 #4252

Merged
alexlebens merged 1 commits from renovate/unified-clideywhodb into main 2026-02-26 17:34:11 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
clidey/whodb minor 0.94.00.95.0

Release Notes

clidey/whodb (clidey/whodb)

v0.95.0

Compare Source

  • Logging system has been refactored to be more flexible - we now have the option to log directly to a file using the environmental variables WHODB_LOG_FILE and WHODB_ACCESS_LOG_FILE
    • WHODB_LOG_FILE is for directing the non-http logs to a file. If it is not set, then the logs go to stdout. If it is set to "default", then the logs go to /var/log/whodb/whodb.log. Otherwise a user can pass in a path like /home/ah/whodb.log.
    • WHODB_ACCESS_LOG_FILE is for directing the http only access logs to a file. If it is not set, then the http access logs do NOT go to stdout (so this reduces what gets sent to stdout as usually these logs aren't super helpful for debugging). If it is set to "default", then the access logs go to /var/log/whodb/whodb.access.log. Otherwise a user can pass in a path like /home/ah/whodb.access.log.
    • Iif nothing is set, then the defaults are stdout and non-http logging
    • Please note you may have to run WhoDB as root in order to be able to write to /var/log if you specify the "default" location.
  • Accessibility updates - we're trying to improve app accessibility across the board. Any issues you run into, please let us know!

Installation

Mac App Store

Download from the Apple Store

Microsoft Store

Download from the Microsoft Store

Snap Store
sudo snap install whodb

View on Snapcraft

Docker
docker pull clidey/whodb:0.95.0
docker pull clidey/whodb:latest
Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

Documentation

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: https://github.com/clidey/whodb/compare/0.94.0...0.95.0


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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.94.0` → `0.95.0` | --- ### Release Notes <details> <summary>clidey/whodb (clidey/whodb)</summary> ### [`v0.95.0`](https://github.com/clidey/whodb/releases/tag/0.95.0) [Compare Source](https://github.com/clidey/whodb/compare/0.94.0...0.95.0) - Logging system has been refactored to be more flexible - we now have the option to log directly to a file using the environmental variables WHODB\_LOG\_FILE and WHODB\_ACCESS\_LOG\_FILE - WHODB\_LOG\_FILE is for directing the non-http logs to a file. If it is not set, then the logs go to stdout. If it is set to "default", then the logs go to /var/log/whodb/whodb.log. Otherwise a user can pass in a path like /home/ah/whodb.log. - WHODB\_ACCESS\_LOG\_FILE is for directing the http only access logs to a file. If it is not set, then the http access logs do NOT go to stdout (so this reduces what gets sent to stdout as usually these logs aren't super helpful for debugging). If it is set to "default", then the access logs go to /var/log/whodb/whodb.access.log. Otherwise a user can pass in a path like /home/ah/whodb.access.log. - Iif nothing is set, then the defaults are stdout and non-http logging - Please note you may have to run WhoDB as root in order to be able to write to /var/log if you specify the "default" location. - Accessibility updates - we're trying to improve app accessibility across the board. Any issues you run into, please let us know! #### 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.95.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**: <https://github.com/clidey/whodb/compare/0.94.0...0.95.0> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
renovate-bot added the image label 2026-02-26 13:03:12 +00:00
renovate-bot added 1 commit 2026-02-26 13:03:14 +00:00
chore(deps): update dependency clidey/whodb to v0.95.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 22s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Successful in 1m29s
6e6a3fc591
alexlebens merged commit 2c2bf733bd into main 2026-02-26 17:34:11 +00:00
alexlebens deleted branch renovate/unified-clideywhodb 2026-02-26 17:34:23 +00:00
Sign in to join this conversation.