Releases: uc-cdis/peregrine
Releases · uc-cdis/peregrine
Upgrade pyyaml
Use Float for integer value
Release Notes
For: uc-cdis/peregrine
Notes since tag: 3.2.0
Notes to tag/commit: 3.2.1
Generated: 2023-07-31
Improvement
- Since there are some file having file_size larger than the largest possible
Int32 type in GraphQL, we need to extend it to use Float. (#201)
Bug Fixes
- Fix
/datasets
to correctly return an error when nonodes
parameter is
provided (#202)
Improvements
- Log more error details in the core metadata endpoint (#200)
3.2.0
Release Notes
For: uc-cdis/peregrine
Notes since tag: 3.1.2
Notes to tag/commit: 3.2.0
Generated: 2023-03-09
New Features
- Add the
/coremetadata
endpoint, replacing thepidgin
service (#198)
Improvements
- Improve the format of the citation automatically generated by the
/coremetadata
endpoint (#198) - Use central github workflow actions for image build and push (#192)
- Removing Veracode scanning pipeline (#188, #189)
Deployment Changes
- The
pidgin
service can be removed ifdata-portal
is on version 5.4.2/2023.05 or newer.
Its functionalities are available at peregrine's/coremetadata
endpoint (#198) - ASK AN ADMINISTRATOR TO DELETE THE PIDGIN DEPLOYMENT if you remove pidgin. This is NOT automatic (#198)
- Peregrine does not rely on configuration files in the cloud-automation
repository anymore. The Peregrine configuration files are in the Peregrine
repository. (#191)
Bug Fixes
- update to latest base image to avoid issue with dockerrun (#183)
Dependency Updates
3.1.2
update base image
3.1.0
Release Notes
For: uc-cdis/peregrine
Notes since tag: 3.0.1
Notes to tag/commit: 3.1.0
Generated: 2021-08-17
Bug Fixes
- Handle exceptions without 'message' attribute (#178)
- Fix bug where project id count returns 2 instead of 1 (#162)
Improvements
- Adopt new base img with dd apm (#177)
Dependency Updates
Local run.py fix
Release Notes
For: uc-cdis/peregrine
Notes since tag: 3.0.0
Notes to tag/commit: 3.0.1
Generated: 2020-03-26
Improvements
- Running Peregrine locally with mocked authz no longer requires passing
access tokens (#156)
Python 3 Release
Release Notes
For: uc-cdis/peregrine
Notes since tag: 2.1.1
Notes to tag/commit: 3.0.0
Generated: 2020-01-06
New Features
- Python 3 🎉 (#154)
- Use special
.secinclude
file to list source code for Veracode security
scanning (#151) - Use special
.secexclude
to forcefully exclude some files (empty) (#151)
Breaking Changes
- Python 3 Support (not expected to be backwards compatible) (#154)
Dependency Updates
- bumped dependencies to python3 compatible versions (#154)
- also bumped
Jinja2
andurllib3
for security compliance (#154)
Bug Fixes
- Fix creation date and update date filters (#155)
Improvements
Get ARBORIST_URL from manifest
Release Notes
For: uc-cdis/peregrine
Notes since tag: 2.1.0
Notes to tag/commit: 2.1.1
Generated: 2019-10-04
Deployment Changes
- ARBORIST_URL environment variable replaces broken default ARBORIST config
variable (#142)
Dependency update: Flask 1.1.1
Release Notes
For: uc-cdis/peregrine
Notes since tag: 2.0.1
Notes to tag/commit: 2.1.0
Generated: 2019-09-25
Dependency Updates
- Flask 1.1.1, Werkzeug 0.16.0 (#140)