Skip to content

Commit

Permalink
Merge pull request #594 from choria-io/0110
Browse files Browse the repository at this point in the history
(misc) Release 0.11.0
  • Loading branch information
ripienaar committed May 27, 2019
2 parents 0d56d3d + c87c2ab commit 5e7ffa8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2019/05/27| |Release 0.11.0 |
|2019/05/23| |Log discovery requests in a similar manner to RPC requests via `mcorpc-agent-provider` `0.4.0` |
|2019/05/23| |Fix puppet provider support for `SecurityAlwaysOverwriteCache` via `go-security` `0.4.0` |
|2019/05/23| |Improve excessive logging when privilged certificates are used via `go-security` `0.4.0` |
|2019/05/23| |Only write certificates on change if `SecurityAlwaysOverwriteCache` is set via `go-security` `0.4.0` |
|2019/05/22|554 |Retry SRV lookups on reconnect attempts |
|2019/05/27|563 |Support Choria Autonomous Agents |
|2019/03/21|557 |Force puppet environment to `production` to avoid failures about missing environment directories |
|2019/03/19|557 |Improve error messages logged when invoking `puppet` to retrieve setting values fail |
|2019/03/15|555 |Add a basic utility to assist with creating deep monitoring `choria tool status` |
|2019/03/04| |Release 0.10.1 |
|2019/02/25| |Resolve broker instability on large networks via `go-network-broker#19` |
|2019/01/23| |Release 0.10.0 |
Expand Down
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// Version the application version
var Version = "0.10.1"
var Version = "0.11.0"

// SHA is the git reference used to build this package
var SHA = "unknown"
Expand Down

0 comments on commit 5e7ffa8

Please sign in to comment.