Releases: spinnaker/keel
Releases · spinnaker/keel
Keel 0.20.0
v0.20.0 feat(security groups): Define sub-types of ingress rule
Keel 0.19.1
v0.19.1 fix(dependencies): lock kotlinx-coroutines so we don't pull in Kotlin…
Keel 0.19.0
Redis storage for assets
Keel 0.18.25
feat(ec2): Change cardinality of port ranges on security group rules Previously a rule could have multiple port ranges but this didn't really reflect what was happening under the hood on EC2 and it made it hard to diff current and desired models. For example, a security group would appear to have a diff because River shows it as having a single rule with 2 port ranges where the desired state is two rules with a port range each. Now we normalize the data coming out of River and require the desired model to have a single port range per rule so there's no ambiguity.
Keel 0.18.24
v0.18.24 fix(travis): ugh, parallel not working
Keel 0.18.23
v0.18.23 chore(debug): Better logging
Keel 0.18.22
v0.18.22 chore(debug): Better logging
Keel 0.18.21
v0.18.21 chore(debug): Better logging
Keel 0.18.20
v0.18.20 fix(ec2): Map other rule types
Keel 0.18.19
v0.18.19 revert(ec2): Don't actually need to track tasks as Orca is idempotent