Thanks to visit codestin.com
Credit goes to github.com

Skip to content

0.20.0

Choose a tag to compare

@mfshao mfshao released this 29 Oct 20:07
· 26 commits to master since this release
c89aff7

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
    allowRefresh variable 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_access or * method permissions for service guppy on resource path /guppy_admin are 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.yaml and then in your
    values.yaml file, specify allowRefresh as the boolean true value. (#273)