This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
Releases: spinnaker/keiko
Releases · spinnaker/keiko
keiko 2.11.0
chore(dependencies): externalize versions to properties (#57) updates kork to 5.3.4 updates spinnaker-gradle-project to 6.5.0
Keiko 2.10.1
v2.10.1 fix(spring): Fix rogue camel hump config property
keiko 2.10.0
Upgrade all kinds of dependencies & use kork-bom (#54) * chore(dependencies): Gradle 5, Kotlin 1.3 * chore(dependencies): Use kork-bom instead of spinnaker-dependencies * chore(dependencies): Use newer kork-bom and spinnaker-gradle-plugin * fix(build): remove useLastTag from the travis build scripts
keiko 3.0.0-rc.3-springBoot2
v3.0.0-rc.3-springBoot2 fix(*): Upgrade gradle wrapper
keiko 3.0.0-rc.2-springBoot2
v3.0.0-rc.2-springBoot2 chore(boot2): The new gradles
keiko v3.0.0-rc.1-springBoot2
chore(boot2): Upgrade to spring boot 2
keiko 2.9.8
v2.9.8 fix(redis): re-cache script if redis has restarted (#51)
keiko 2.9.7
fix(redis): Not all locales use dot (.) as decimal separator (#50) If you run Orca on a JVM using a locale that don't use dot (.) as the decimal separator, the Lua interpreter in redis complains that the input is not a number: ``` redis.clients.jedis.exceptions.JedisDataException: ERR Error running script (call to f_065ce216750fa703e6f60302be400d42676231a0): @user_script:45: user_script:45: bad argument #2 to 'format' (number expected, got string) ``` This commit fixes this by forcing US locale on the input to the Lua script.
keiko 2.9.6
- fix(redis): fix race condition that can result in message duplication (#48)
keiko 2.9.5
v2.9.5 fix(core): Revert to a countdown executor fill strategy (#47)