Skip to content

Releases: spinnaker/fiat

fiat 1.4.0

03 Jul 19:36
f228238
Compare
Choose a tag to compare
  • chore(dependencies): Autobump korkVersion (#431)

  • fix(core): add back isEnabled check to hasPermission method to preven… …

  • fix(core): add null check to auth in FiatPermissionEvaluator.getUsern… …

fiat 1.0.9

03 Jul 19:29
Compare
Choose a tag to compare

We are releasing a patch of Fiat 1.0.4 (but calling it 1.0.9 because it's the next available 1.0 version that doesn't break the build) so that 1.14.x Clouddriver, which consumes 1.0.4, can consume a version that includes only the necessary fixes to resolve NPEs users are experiencing on the 1.14 release. Includes the following commits:

  • fix(core): add null check to auth in FiatPermissionEvaluator.getUsername (#435) (#436)
  • fix(core): add back isEnabled check to hasPermission method to prevent NPEs (#433) (#434)
  • fix(apps): Clear resource provider caches to ensure up-to-date data (#413)

fiat 1.3.0

18 Jun 17:43
ffefe34
Compare
Choose a tag to compare
  • feat(fiat-bom): publish fiat-bom (#429)

fiat 1.2.0

17 Jun 23:40
f6893a0
Compare
Choose a tag to compare

feat(igor): only poll igor if it is enabled

  • autobump

fiat 1.1.1

07 Jun 21:23
Compare
Choose a tag to compare
v1.1.1

chore(dependencies): Autobump korkVersion (#423)

fiat 1.1.0

07 Jun 19:41
1cf3baa
Compare
Choose a tag to compare

Updates fiat-api bean autoconfiguration for fiat consumers for compatibility with kork 5.4.8

fiat 1.0.8

06 Jun 17:32
1d0ef72
Compare
Choose a tag to compare
fix(redis): mitigate JedisPool depletion (#419)

* chore(dependencies): gradle 5.4.1

* fix(redis): mitigate JedisPool depletion

Fixes redis interactions in RedisPermissionRepository that can result in
depleting the redis pool.

Specifically:
* converts smembers calls to sscan calls, and gets/returns an object
  from the pool to do so.
* removes nested calls to redisClientDelegate that were holding on
  to pool objects
* partitions lookup of users into smaller batches
* partitions role lookup

Additionally, uses InstrumentedJedisPool to enable metrics collection
on redis interactions.

fiat 1.0.7

03 Jun 22:56
Compare
Choose a tag to compare
v1.0.7

chore(dependencies): Autobump korkVersion (#417)

fiat 1.0.6

22 May 20:19
Compare
Choose a tag to compare
  • fix(apps): Clear resource provider caches to ensure up-to-date data (#409)
  • korkVersion bump (#411)

fiat 1.0.5

20 May 17:24
737003b
Compare
Choose a tag to compare

fix(ldap): Disable LDAP health indicator (#405)
fix(core): Spring does not override default configuration files (#406)
chore(*): Bump spinnaker-dev plugin (#407) …
chore(dependencies): externalize versions to properties (#408)