chore(deps): update dependency clidey/whodb to v0.107.0 #6446

Merged
alexlebens merged 1 commits from renovate/unified-whodb into main 2026-05-03 00:42:58 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
clidey/whodb minor 0.106.00.107.0

Release Notes

clidey/whodb (clidey/whodb)

v0.107.0

Compare Source

  • Common
    • Migrate WhoDB to new backend architecture where everything is a data source
    • Changes to how schema and column loading is done to improve speed
    • Fixes for QuestDB
    • DuckDB support for check constraints
    • CockroachDB fixes for type cache and bulk insert handling
    • Move fonts to woff2 format
    • Reduce docker build size with upx and strip logic
    • Add WHODB_BASE_PATH env variable to support reverse-proxying or serving WhoDB under a specific url/sub-url URL
    • Upgrade Apollo from 3-4 (major upgrade)
    • Fix #​925 related to health check not waiting before being rescheduled (thanks to @​SAY-5)
    • Fix #​924 related to auth around settings call (thanks to @​tmchow)
    • Added tests for BAML AI integration, LLM agents, cloud providers, sessions
    • Dependency updates
  • CLI
    • Add individual row CREATE/READ/UPDATE/DELETE support
    • ER diagram generation support
    • NDJson support
    • SSL support
    • Schema diff command added
    • Query bookmark support
    • Export/query streaming support
    • Workspace management
    • agent schema command support
    • doctor command support
    • runbooks command support
    • Skill installer
  • Desktop

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.107.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

What's Changed

  • Use logout route for disconnect menu by @​utafrali in #​928
  • Bump basic-ftp from 5.2.0 to 5.2.1 in /frontend in the npm_and_yarn group across 1 directory by @​dependabot[bot] in #​921
  • Bump cloud.google.com/go/memcache from 1.13.0 to 1.14.0 in /core by @​dependabot[bot] in #​918
  • Bump github.com/aws/smithy-go from 1.24.3 to 1.25.0 in /core by @​dependabot[bot] in #​919
  • Bump go.mongodb.org/mongo-driver/v2 from 2.5.0 to 2.5.1 in /core by @​dependabot[bot] in #​920
  • Bump github.com/elastic/go-elasticsearch/v8 from 8.19.3 to 8.19.4 in /core by @​dependabot[bot] in #​922
  • Hk/expansion/platform by @​hkdeman in #​943
  • fix(auth): require authentication for UpdateSettings mutation by @​tmchow in #​931
  • fix(frontend): await health check before scheduling the next poll by @​SAY-5 in #​929
  • fix(frontend): read auth and route through refs in desktop menu handlers by @​SAY-5 in #​930
  • Bump github.com/modelcontextprotocol/go-sdk from 1.5.0 to 1.6.0 in /cli by @​dependabot[bot] in #​945
  • Bump github.com/aws/aws-sdk-go-v2 from 1.41.5 to 1.41.6 in /core by @​dependabot[bot] in #​938
  • Bump github.com/posthog/posthog-go from 1.11.3 to 1.12.1 in /core by @​dependabot[bot] in #​937
  • Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.117.1 to 1.118.1 in /core by @​dependabot[bot] in #​935
  • Bump the npm_and_yarn group across 1 directory with 3 updates by @​dependabot[bot] in #​939
  • Bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2 in /core in the go_modules group across 1 directory by @​dependabot[bot] in #​941
  • Bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2 in /cli in the go_modules group across 1 directory by @​dependabot[bot] in #​942
  • Bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2 in /desktop-ce in the go_modules group across 1 directory by @​dependabot[bot] in #​940
  • Bump postcss from 8.5.6 to 8.5.10 in /frontend in the npm_and_yarn group across 1 directory by @​dependabot[bot] in #​946

New Contributors

Full Changelog: https://github.com/clidey/whodb/compare/0.106.0...0.107.0


Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.106.0` → `0.107.0` | --- ### Release Notes <details> <summary>clidey/whodb (clidey/whodb)</summary> ### [`v0.107.0`](https://github.com/clidey/whodb/releases/tag/0.107.0) [Compare Source](https://github.com/clidey/whodb/compare/0.106.0...0.107.0) - Common - Migrate WhoDB to new backend architecture where everything is a data source - Changes to how schema and column loading is done to improve speed - Fixes for QuestDB - DuckDB support for check constraints - CockroachDB fixes for type cache and bulk insert handling - Move fonts to woff2 format - Reduce docker build size with upx and strip logic - Add WHODB\_BASE\_PATH env variable to support reverse-proxying or serving WhoDB under a specific url/sub-url URL - Upgrade Apollo from 3-4 (major upgrade) - Fix [#&#8203;925](https://github.com/clidey/whodb/issues/925) related to health check not waiting before being rescheduled (thanks to [@&#8203;SAY-5](https://github.com/SAY-5)) - Fix [#&#8203;924](https://github.com/clidey/whodb/issues/924) related to auth around settings call (thanks to [@&#8203;tmchow](https://github.com/tmchow)) - Added tests for BAML AI integration, LLM agents, cloud providers, sessions - Dependency updates - CLI - Add individual row CREATE/READ/UPDATE/DELETE support - ER diagram generation support - NDJson support - SSL support - Schema diff command added - Query bookmark support - Export/query streaming support - Workspace management - agent schema command support - doctor command support - runbooks command support - Skill installer - Desktop - Fix [#&#8203;927](https://github.com/clidey/whodb/issues/927) related to stale auth handling (thanks to [@&#8203;SAY-5](https://github.com/SAY-5)) - Fix [#&#8203;926](https://github.com/clidey/whodb/issues/926) related to logout handling (thanks to [@&#8203;utafrali](https://github.com/utafrali)) #### 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.107.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 - Use logout route for disconnect menu by [@&#8203;utafrali](https://github.com/utafrali) in [#&#8203;928](https://github.com/clidey/whodb/pull/928) - Bump basic-ftp from 5.2.0 to 5.2.1 in /frontend in the npm\_and\_yarn group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;921](https://github.com/clidey/whodb/pull/921) - Bump cloud.google.com/go/memcache from 1.13.0 to 1.14.0 in /core by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;918](https://github.com/clidey/whodb/pull/918) - Bump github.com/aws/smithy-go from 1.24.3 to 1.25.0 in /core by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;919](https://github.com/clidey/whodb/pull/919) - Bump go.mongodb.org/mongo-driver/v2 from 2.5.0 to 2.5.1 in /core by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;920](https://github.com/clidey/whodb/pull/920) - Bump github.com/elastic/go-elasticsearch/v8 from 8.19.3 to 8.19.4 in /core by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;922](https://github.com/clidey/whodb/pull/922) - Hk/expansion/platform by [@&#8203;hkdeman](https://github.com/hkdeman) in [#&#8203;943](https://github.com/clidey/whodb/pull/943) - fix(auth): require authentication for UpdateSettings mutation by [@&#8203;tmchow](https://github.com/tmchow) in [#&#8203;931](https://github.com/clidey/whodb/pull/931) - fix(frontend): await health check before scheduling the next poll by [@&#8203;SAY-5](https://github.com/SAY-5) in [#&#8203;929](https://github.com/clidey/whodb/pull/929) - fix(frontend): read auth and route through refs in desktop menu handlers by [@&#8203;SAY-5](https://github.com/SAY-5) in [#&#8203;930](https://github.com/clidey/whodb/pull/930) - Bump github.com/modelcontextprotocol/go-sdk from 1.5.0 to 1.6.0 in /cli by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;945](https://github.com/clidey/whodb/pull/945) - Bump github.com/aws/aws-sdk-go-v2 from 1.41.5 to 1.41.6 in /core by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;938](https://github.com/clidey/whodb/pull/938) - Bump github.com/posthog/posthog-go from 1.11.3 to 1.12.1 in /core by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;937](https://github.com/clidey/whodb/pull/937) - Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.117.1 to 1.118.1 in /core by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;935](https://github.com/clidey/whodb/pull/935) - Bump the npm\_and\_yarn group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;939](https://github.com/clidey/whodb/pull/939) - Bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2 in /core in the go\_modules group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;941](https://github.com/clidey/whodb/pull/941) - Bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2 in /cli in the go\_modules group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;942](https://github.com/clidey/whodb/pull/942) - Bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2 in /desktop-ce in the go\_modules group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;940](https://github.com/clidey/whodb/pull/940) - Bump postcss from 8.5.6 to 8.5.10 in /frontend in the npm\_and\_yarn group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;946](https://github.com/clidey/whodb/pull/946) #### New Contributors - [@&#8203;utafrali](https://github.com/utafrali) made their first contribution in [#&#8203;928](https://github.com/clidey/whodb/pull/928) - [@&#8203;tmchow](https://github.com/tmchow) made their first contribution in [#&#8203;931](https://github.com/clidey/whodb/pull/931) - [@&#8203;SAY-5](https://github.com/SAY-5) made their first contribution in [#&#8203;929](https://github.com/clidey/whodb/pull/929) **Full Changelog**: <https://github.com/clidey/whodb/compare/0.106.0...0.107.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuNCIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkb2NrZXIiXX0=-->
renovate-bot added the docker label 2026-05-02 20:02:34 +00:00
renovate-bot added 1 commit 2026-05-02 22:13:49 +00:00
chore(deps): update dependency clidey/whodb to v0.107.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 19s
lint-test-helm / validate-kubeconform (pull_request) Successful in 45s
render-manifests / render-manifests (pull_request) Successful in 1m35s
406e5a47c5
renovate-bot force-pushed renovate/unified-whodb from 15533704cd to 406e5a47c5 2026-05-02 22:13:49 +00:00 Compare
alexlebens merged commit f9af9a9ab5 into main 2026-05-03 00:42:58 +00:00
alexlebens deleted branch renovate/unified-whodb 2026-05-03 00:43:03 +00:00
Sign in to join this conversation.