8.0.0
Release Notes
For: uc-cdis/fence
Notes since tag: 7.3.1
Notes to tag/commit: 8.0.0
Generated: 2023-04-21
New Features
- Add the
ENABLE_VISA_UPDATE_CRON
setting (#1087)
Breaking Changes
- The default value for the
GLOBAL_PARSE_VISAS_ON_LOGIN
setting is now
False
instead ofNone
. By default, parsing visas on login is now
disabled and theparse_visas
parameter cannot be used (#1087)
Bug Fixes
- Fix access for rotated client credentials (#1090)
- Fix
fence-create google-bucket-create
when the project does not exist
(#1077)
Improvements
- Add details to client_credentials and user.yaml docs (#1082)
- Use libraries functionality for automatically adding ssh keys (#1078)
Deployment Changes
- Systems that use visas parsing must update their Fence configuration to set
ENABLE_VISA_UPDATE_CRON
toTrue
and setGLOBAL_PARSE_VISAS_ON_LOGIN
to eitherTrue
orNone
(#1087)