Releases: spinnaker/fiat
Releases · spinnaker/fiat
fiat 0.25.0
Catches extra exception type in Fiat cache loader
fiat 0.24.0
- Adds Guave
Cache
to Fiat API module instead of using theAuthentication
object to store theUserPermission.View
.- This should mean a significant amount of network traffic is saved.
fiat 0.23.0
v0.23.0 chore(dependencies): update to latest spinnaker-dependencies (#158)
fiat 0.22.0
- Fiat API creates it's own ObjectMapper
- Drops
services.fiat.autoConfig
in preference of explicit@EnableFiatAutoConfig
annotation.
fiat 0.21.0
- Adds initial LDAP UserRoleProvider
- Using enums to represent Role sources, the new LDAP entry caused some deserializing issues in the
fiat-api
module (which is used by the other services). Turned on the READ_UNKNOWN_ENUM_VALUES_AS_NULL Jackson feature to combat this and future modifications to this enum. - Refactors and cleans up dead code in GitHub module
- Forces all group membership roles to lower case to prevent usage errors.
fiat 0.20.0
- Adds pagination to Github Teams UserRoleProvider.
fiat 0.19.0
- Adds various debugging log output
- Parses
requiredGroupMembership = null
as an empty list from Front50 - Adds spectator endpoint
fiat 0.18.0
Added stackdriver module.
fiat 0.17.0
- Rolls back dependencies to Spring Boot 1.2.8, mainly so that the
fiat-api
doesn't introduce new dependencies inadvertently.
fiat 0.16.0
- Adds support for service account access verification
- Changed anonymous user's username to 'anonymous' from 'ignored2'