Releases: spinnaker/keel
Releases · spinnaker/keel
keel 0.12.2
- republishing 0.12.1 because bintray died mid-upload. Thanks!
keel 0.12.1
v0.12.1 chore(*): Improve logging when intent matches desired state (#73)
keel 0.12.0
v0.12.0 feat(aws): Complete classic load balancer intent (#71)
keel 0.11.0
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
v0.10.0 feat(aws): Support CIDR security group rules (#67)
keel 0.9.0
v0.9.0 feat(orca): Include change type in invocation metric (#66)
keel 0.8.0
v0.8.0 upgrade kotlin 1.2.21 (#58)
keel 0.7.0
v0.7.0 fix(core): Spring config wiring fixes (#57)
keel 0.6.0
v0.6.0 feat(*): Adding guards for application events (#55)
keel 0.5.0
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.