Skip to content

Releases: spinnaker/fiat

fiat 0.25.0

31 Mar 01:10
Compare
Choose a tag to compare
fiat 0.25.0 Pre-release
Pre-release

Catches extra exception type in Fiat cache loader

fiat 0.24.0

29 Mar 21:12
Compare
Choose a tag to compare
fiat 0.24.0 Pre-release
Pre-release
  • Adds Guave Cache to Fiat API module instead of using the Authentication object to store the UserPermission.View.
    • This should mean a significant amount of network traffic is saved.

fiat 0.23.0

28 Mar 18:00
Compare
Choose a tag to compare
v0.23.0

chore(dependencies): update to latest spinnaker-dependencies (#158)

fiat 0.22.0

10 Mar 13:25
Compare
Choose a tag to compare
fiat 0.22.0 Pre-release
Pre-release
  • Fiat API creates it's own ObjectMapper
  • Drops services.fiat.autoConfig in preference of explicit @EnableFiatAutoConfig annotation.

fiat 0.21.0

25 Jan 18:43
Compare
Choose a tag to compare
fiat 0.21.0 Pre-release
Pre-release
  • 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

12 Jan 17:00
Compare
Choose a tag to compare
fiat 0.20.0 Pre-release
Pre-release
  • Adds pagination to Github Teams UserRoleProvider.

fiat 0.19.0

11 Jan 18:53
Compare
Choose a tag to compare
fiat 0.19.0 Pre-release
Pre-release
  • Adds various debugging log output
  • Parses requiredGroupMembership = null as an empty list from Front50
  • Adds spectator endpoint

fiat 0.18.0

09 Nov 18:50
Compare
Choose a tag to compare
fiat 0.18.0 Pre-release
Pre-release

Added stackdriver module.

fiat 0.17.0

01 Nov 14:39
Compare
Choose a tag to compare
fiat 0.17.0 Pre-release
Pre-release
  • 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

01 Nov 13:32
Compare
Choose a tag to compare
fiat 0.16.0 Pre-release
Pre-release
  • Adds support for service account access verification
  • Changed anonymous user's username to 'anonymous' from 'ignored2'