Skip to content

Releases: spinnaker/fiat

Fiat 0.28.0

11 Jul 20:05
Compare
Choose a tag to compare
Fiat 0.28.0 Pre-release
Pre-release

Fixes issue with multiple Fiat instances squashing the anonymous user on startup.

Fiat 0.27.0

21 Jun 17:55
Compare
Choose a tag to compare
Fiat 0.27.0 Pre-release
Pre-release

Lots of changes in this release:

  • Caches downstream depedency calls to clouddriver/front50
  • Adds new CATS scheduler for Fiat syncs
  • Adds user header propagation in Fiat API
  • Changes to format of /health endpoint

Fiat 0.26.0

17 May 16:36
Compare
Choose a tag to compare
Fiat 0.26.0 Pre-release
Pre-release
  • Initial support of read-only permissions
  • Simplifies service accounts (breaking change, no major version bump because this is still considered "Pre-release")
  • (internal) Adds additional layer for RPC calls.

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