This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.89.0` → `0.90.0` | --- ### Release Notes <details> <summary>clidey/whodb (clidey/whodb)</summary> ### [`v0.90.0`](https://github.com/clidey/whodb/releases/tag/0.90.0) [Compare Source](https://github.com/clidey/whodb/compare/0.89.0...0.90.0) - Behind-the-scenes bug fixes - Build infrastructure updates (CLI coming soon to homebrew!) #### 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.90.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 - add input validation for column data types by [@​modelorona](https://github.com/modelorona) in [#​783](https://github.com/clidey/whodb/pull/783) - feat: add contextual mock data generation based on column names by [@​majiayu000](https://github.com/majiayu000) in [#​771](https://github.com/clidey/whodb/pull/771) #### New Contributors - [@​majiayu000](https://github.com/majiayu000) made their first contribution in [#​771](https://github.com/clidey/whodb/pull/771) **Full Changelog**: <https://github.com/clidey/whodb/compare/0.89.0...0.90.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #3539 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
24 lines
657 B
YAML
24 lines
657 B
YAML
apiVersion: v2
|
|
name: whodb
|
|
version: 1.0.0
|
|
description: WhoDB
|
|
keywords:
|
|
- whodb
|
|
- postgresql
|
|
- database
|
|
home: https://wiki.alexlebens.dev/s/f329e026-7ade-4a3c-a5f1-1ac1492b9786
|
|
sources:
|
|
- https://github.com/clidey/whodb
|
|
- https://hub.docker.com/r/clidey/whodb
|
|
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
|
maintainers:
|
|
- name: alexlebens
|
|
dependencies:
|
|
- name: app-template
|
|
alias: whodb
|
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
|
version: 4.6.2
|
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/whodb.png
|
|
# renovate: datasource=github-releases depName=clidey/whodb
|
|
appVersion: 0.90.0
|