Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: cfieber/keel

Tags

v0.19.1

Toggle v0.19.1's commit message
fix(dependencies): lock kotlinx-coroutines so we don't pull in Kotlin…

… 1.3

v0.19.0

Toggle v0.19.0's commit message
feat(persistence): records for each asset hash to same redis shard

v0.18.25

Toggle v0.18.25's commit message
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.

v0.18.24

Toggle v0.18.24's commit message
fix(travis): ugh, parallel not working

v0.18.23

Toggle v0.18.23's commit message
chore(debug): Better logging

v0.18.22

Toggle v0.18.22's commit message
chore(debug): Better logging

v0.18.21

Toggle v0.18.21's commit message
chore(debug): Better logging

v0.18.20

Toggle v0.18.20's commit message
fix(ec2): Map other rule types

v0.18.19

Toggle v0.18.19's commit message
revert(ec2): Don't actually need to track tasks as Orca is idempotent

v0.18.18

Toggle v0.18.18's commit message
fix(core): compare current state with desired returned by plugin as i…

…t takes partials into account