Skip to content

8.0.0

Compare
Choose a tag to compare
@paulineribeyre paulineribeyre released this 21 Apr 20:34
· 403 commits to master since this release
0e03135

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 of None. By default, parsing visas on login is now
    disabled and the parse_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 to True and set GLOBAL_PARSE_VISAS_ON_LOGIN
    to either True or None (#1087)