0.20.0
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.19.1
Notes to tag/commit: 0.20.0
Generated: 2024-10-29
New Features
- Adds the ability to refresh guppy via a POST request to the path
_refresh. Guppy must be configured to accept this request via the
allowRefreshvariable in the guppy config. If this variable is not set,
the feature is not available. (#273) - Authenticated users who present a valid token that has
admin_accessor*method permissions for serviceguppyon resource path/guppy_adminare able to make the _refresh request. (#273) - This request restarts the server, allowing for the ability to update the
guppy configurations to reflect any new column additions in the elastic
indices as a data submitter. (#273)
Deployment Changes
- To enable this feature in helm charts add
"allowRefresh": {{ .Values.allowRefresh }}to
gen3-helm/helm/guppy/templates/guppy_config.yamland then in your
values.yaml file, specify allowRefresh as the boolean true value. (#273)