Releases: spinnaker/fiat
Releases · spinnaker/fiat
fiat 0.15.0
Upgrade to Spring Boot 1.4
fiat 0.14.0
- Bumps Kork version, enabling /resolvedEnv endpoint
fiat 0.13.0
- Removes @component annotation that seems to be causing issues in Gate
fiat 0.12.0
- Updates
fiat-api
to be more Gate friendly. Specifically, it includes logic for looking for the KorkUser
, as well as the existing Authentication object for getting the username.
fiat 0.11.0
- Splits
fiat-roles
module, also converting the few remaining groovy files to java - Anonymous/unrestricted user has its own Redis entry
- Various tweaks and debug enhancements found during alpha testing.
fiat 0.10.0
Too quick on the trigger when the build fails because of javadoc.
fiat 0.9.0
- Trimmed jars required to run
fiat-api
fiat 0.8.0
- Introduces
FiatConfigurationProperites
to workaround some upstream component startup issues - Adds more informative logging on when dependent components go down.
- Pulls in GitHub Teams changes from Gate
fiat 0.7.0
- Adds ability to pass other cloud resource names, like load balancer and instance names, to the
FiatPermissionEvaluator
, which extracts the application name.
fiat 0.6.0
- Much smaller fiat-api module
- Adds Roles as first class resource
- Adds
FiatService
endpoint for invoking sync of users with specific roles.