Skip to content

Commit

Permalink
Merge pull request choria-io#461 from ripienaar/070
Browse files Browse the repository at this point in the history
(misc) Release 0.7.0
  • Loading branch information
ripienaar authored Oct 18, 2018
2 parents d21580f + 67ee1e6 commit 33ad178
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2018/10/18| |Release 0.7.0 |
|2018/10/02|462 |Allow custom packages to supply their own sysv init start order |
|2018/09/18|458 |Update network broker to 1.1.0 which includes `gnatsd` 1.3.0 |
|2018/09/17|456 |Provisioner Target plugins now have a context in their calls so they can do internal retries |
|2018/09/15|447 |Create a single plugin interface that supports many types of plugin |
|2018/09/11|444 |Set ulimits for the broker appropriately for 50 000 connections |
|2018/09/02|430 |Allow agents to publish lifecycle events |
|2018/08/31|428 |Add a CLI tool to view provisioning broker decisions - `tool provisioner` |
|2018/08/29|426 |Correctly compiled servers will enter provisioning mode when the configuration file is missing entirely |
|2018/08/27| |Release 0.6.0 |
|2018/08/26| |Update provisioning agent dependency, allows `restart` when not in provisioning mode if a token is set |
|2018/08/26|422 |publish a shutdown lifecycle event on clean shutdowns |
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.6.0"
var Version = "0.7.0"

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

0 comments on commit 33ad178

Please sign in to comment.