Skip to content

SIGNPOST replaced by INDEX_CLIENT

Compare
Choose a tag to compare
@paulineribeyre paulineribeyre released this 05 Jul 16:21
· 53 commits to master since this release
6dbf5db

Release Notes

For: uc-cdis/peregrine

Notes since tag: 1.2.1

Notes to tag/commit: 6dbf5db

Generated: 2019-07-05

Dependency Updates

  • bump gen3dictionary to 2.0.0 (#136)
  • bump sqlalchemy 0.9.9 to 1.3.5 (#130)
  • bump psqlgraph (#130)
  • bump gen3datamodel (#130)
  • bump datamodelutils (#130)
  • bump dictionaryutils (#130)
  • bump gdcdictionary (#130)
  • bump authutils (#130)
  • bump pyyaml to 5.1 (#130)
  • remove flask-postgres-session (was unused) (#130)
  • bump sheepdog (#130)
  • point gen3datamodel to temporary branch until sqlalchemy and psqlgraph get
    updated (#135)
  • bump indexclient to 1.5.7 (#135)
  • bump flaks-postgres-session to 0.1.4 (#135)
  • remove signpost from dev-requirements (#135)
  • Remove pyasn1-modules, urllib3, cirrus, userdatamodel, and fence from
    dev-requirements (#131)

Improvements

  • change the Peregrine /_version endpoint to just get the gdcdictionary
    version programmatically, so that we can remove recently-broken lines in
    the Dockerfile (#130)
  • looks for INDEX_CLIENT instead of SIGNPOST in app.config and gets
    INDEX_CLIENT_HOST env var instead of SIGNPOST_HOST--you must therefore use
    the latest cloud automation or manually recreate your peregrine secrets
    (#135)
  • stops importing and using signpost in testing, and stops calling index
    client signpost where index client is already being used instead of
    signpost (#135)
  • remove global harakiri setting (#133)

Deployment Changes

  • look for INDEX_CLIENT instead of SIGNPOST in app.config (#135)
  • get INDEX_CLIENT_HOST env var instead of SIGNPOST_HOST (#135)