Skip to content

Releases: spinnaker/keel

keel 0.12.2

30 Mar 18:06
a8c9400
Compare
Choose a tag to compare
  • republishing 0.12.1 because bintray died mid-upload. Thanks!

keel 0.12.1

30 Mar 17:29
a8c9400
Compare
Choose a tag to compare
v0.12.1

chore(*): Improve logging when intent matches desired state (#73)

keel 0.12.0

28 Mar 23:26
9da52e8
Compare
Choose a tag to compare
v0.12.0

feat(aws): Complete classic load balancer intent (#71)

keel 0.11.0

20 Mar 23:27
db755ed
Compare
Choose a tag to compare
fix(aws): Fixes reading CIDR rules out of AWS (#68)

Also includes a very handy optimization on security groups that prevents
security group rule intents from being scheduled if the root security
group is in Keel and ACTIVE.

keel 0.10.0

20 Mar 18:39
a42dcfd
Compare
Choose a tag to compare
v0.10.0

feat(aws): Support CIDR security group rules (#67)

keel 0.9.0

19 Mar 17:34
5e8216d
Compare
Choose a tag to compare
v0.9.0

feat(orca): Include change type in invocation metric (#66)

keel 0.8.0

05 Feb 21:37
f136158
Compare
Choose a tag to compare
v0.8.0

upgrade kotlin 1.2.21 (#58)

keel 0.7.0

05 Feb 21:29
b821c25
Compare
Choose a tag to compare
v0.7.0

fix(core): Spring config wiring fixes (#57)

keel 0.6.0

02 Feb 21:24
aa79ed8
Compare
Choose a tag to compare
v0.6.0

feat(*): Adding guards for application events (#55)

keel 0.5.0

26 Jan 07:27
8675d30
Compare
Choose a tag to compare
fix(elb): Various fixes and refactoring to the ELB intents (#54)

Moved implementations to `keel-intent-aws` artifact and
have opted to use AWS SDK models wherever possible.

The intent process is still a WIP.