Skip to content

Releases: spinnaker/keel

Keel 0.20.0

27 Feb 18:53
Compare
Choose a tag to compare
v0.20.0

feat(security groups): Define sub-types of ingress rule

Keel 0.19.1

23 Oct 17:55
Compare
Choose a tag to compare
v0.19.1

fix(dependencies): lock kotlinx-coroutines so we don't pull in Kotlin…

Keel 0.19.0

22 Oct 23:27
Compare
Choose a tag to compare

Redis storage for assets

Keel 0.18.25

18 Oct 00:23
Compare
Choose a tag to compare
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

17 Oct 19:46
Compare
Choose a tag to compare
v0.18.24

fix(travis): ugh, parallel not working

Keel 0.18.23

15 Oct 20:24
Compare
Choose a tag to compare
v0.18.23

chore(debug): Better logging

Keel 0.18.22

15 Oct 20:13
Compare
Choose a tag to compare
v0.18.22

chore(debug): Better logging

Keel 0.18.21

15 Oct 19:37
Compare
Choose a tag to compare
v0.18.21

chore(debug): Better logging

Keel 0.18.20

01 Oct 23:46
Compare
Choose a tag to compare
v0.18.20

fix(ec2): Map other rule types

Keel 0.18.19

27 Sep 23:29
Compare
Choose a tag to compare
v0.18.19

revert(ec2): Don't actually need to track tasks as Orca is idempotent