Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Releases: spinnaker/keiko

keiko 2.11.0

20 May 17:56
87e5670
Compare
Choose a tag to compare
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

05 May 00:31
Compare
Choose a tag to compare
v2.10.1

fix(spring): Fix rogue camel hump config property

keiko 2.10.0

23 Apr 20:52
Compare
Choose a tag to compare
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

15 Mar 20:37
Compare
Choose a tag to compare
Pre-release
v3.0.0-rc.3-springBoot2

fix(*): Upgrade gradle wrapper

keiko 3.0.0-rc.2-springBoot2

15 Mar 18:25
Compare
Choose a tag to compare
Pre-release
v3.0.0-rc.2-springBoot2

chore(boot2): The new gradles

keiko v3.0.0-rc.1-springBoot2

15 Mar 18:16
Compare
Choose a tag to compare
Pre-release
chore(boot2): Upgrade to spring boot 2

keiko 2.9.8

03 Jan 20:26
Compare
Choose a tag to compare
v2.9.8

fix(redis): re-cache script if redis has restarted (#51)

keiko 2.9.7

21 Dec 00:00
Compare
Choose a tag to compare
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

21 Sep 19:00
2d96768
Compare
Choose a tag to compare
  • fix(redis): fix race condition that can result in message duplication (#48)

keiko 2.9.5

29 Aug 21:00
e9a749e
Compare
Choose a tag to compare
v2.9.5

fix(core): Revert to a countdown executor fill strategy (#47)