Skip to content

Releases: spinnaker/fiat

fiat 0.15.0

19 Oct 19:28
Compare
Choose a tag to compare
fiat 0.15.0 Pre-release
Pre-release

Upgrade to Spring Boot 1.4

fiat 0.14.0

18 Oct 19:03
Compare
Choose a tag to compare
fiat 0.14.0 Pre-release
Pre-release
  • Bumps Kork version, enabling /resolvedEnv endpoint

fiat 0.13.0

12 Oct 18:06
Compare
Choose a tag to compare
fiat 0.13.0 Pre-release
Pre-release
  • Removes @component annotation that seems to be causing issues in Gate

fiat 0.12.0

12 Oct 15:08
Compare
Choose a tag to compare
fiat 0.12.0 Pre-release
Pre-release
  • Updates fiat-api to be more Gate friendly. Specifically, it includes logic for looking for the Kork User, as well as the existing Authentication object for getting the username.

fiat 0.11.0

04 Oct 19:49
Compare
Choose a tag to compare
fiat 0.11.0 Pre-release
Pre-release
  • 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

27 Sep 23:26
Compare
Choose a tag to compare
fiat 0.10.0 Pre-release
Pre-release

Too quick on the trigger when the build fails because of javadoc.

fiat 0.9.0

27 Sep 23:11
Compare
Choose a tag to compare
fiat 0.9.0 Pre-release
Pre-release
  • Trimmed jars required to run fiat-api

fiat 0.8.0

26 Sep 19:38
Compare
Choose a tag to compare
fiat 0.8.0 Pre-release
Pre-release
  • 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

20 Sep 17:54
Compare
Choose a tag to compare
fiat 0.7.0 Pre-release
Pre-release
  • 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

19 Sep 20:48
Compare
Choose a tag to compare
fiat 0.6.0 Pre-release
Pre-release
  • Much smaller fiat-api module
  • Adds Roles as first class resource
  • Adds FiatService endpoint for invoking sync of users with specific roles.