diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc3670aa..31ce99f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2018/01/20|150 |Release 0.0.6 | +|2018/01/20|58 |A mostly compatible `rpcutil` agent was added | +|2018/01/20|148 |The TTL of incoming request messages are checked | +|2018/01/20|146 |Stats about the server and message life cycle are recorded | +|2018/01/19|133 |A timeout context is supplied to actions when they get executed | +|2018/01/16|134 |Use new packaging infrastructure and move building to a circleci pipeline | +|2018/01/12|131 |Additional agents can now be added into the binary at comoile time | +|2018/01/12|125 |All files in additional dot config dirs are now parsed | +|2018/01/12|128 |Add additional fields related to the RPC request to mcorpc.Request | +|2018/01/10|120 |The concept of a provisioning mode was added along with a agent to assist automated provisioning | +|2018/01/09|60 |Auditing was added for mcorpc agents | +|2018/01/09|69 |The protocol package has been moved to `choria-io/go-protocol` | +|2018/01/08|118 |Create a helper to parse mcorpc requests into a standard structure | +|2018/01/05|114 |Ensure the logfile name matches the package name | |2018/01/06| |Release 0.0.5 | |2018/01/05|110 |Correctly detect startup failures in the el6 init script | |2018/01/04|111 |Treat the defaults file as config in the el6 rpm |