Skip to content

Commit

Permalink
(packaging) Prepare for 2.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSmith committed Jan 13, 2017
1 parent 565ee7e commit bf8cefb
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mcollective.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module MCollective

MCollective::Vendor.load_vendored

VERSION="2.9.2"
VERSION="2.10.0"

def self.version
VERSION
Expand Down
15 changes: 15 additions & 0 deletions website/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ title: Changelog
toc: false
---

## Version 2.10.x

|Date|Description|Ticket|
|----|-----------|------|
|2017/01/23|Release *2.10.0*||
|2016/12/30|Updates for acceptance testing|MCO-782|
|2016/12/20|Fix broken link on plugin index page|DOCUMENT-618|
|2016/12/15|Fix `mco ping` breakage from prior commit in MCO-777|MCO-777|
|2016/12/08|Remove references to old PE versions||
|2016/11/21|Wait for all expected responses to rpc, report surprises|MCO-777|
|2016/11/16|Singletarget messaging|MCO-736|
|2016/11/07|Gemfile cleanup||
|2016/11/04|Use publish_timeout from config|MCO-778|
|2016/11/01|Support PQL in STDIN discovery|MCO-776|

## Version 2.9.x

|Date|Description|Ticket|
Expand Down
26 changes: 26 additions & 0 deletions website/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@ This is a list of release notes for various releases, you should review these
before upgrading as any potential problems and backward incompatible changes
will be highlighted here.

<a name="2_10_0">&nbsp;</a>

## 2.10.0 - 2017/01/23

### Changes since 2.9.1

* rpc queries will now wait for all discovered nodes to respond, and report responses
that came from undiscovered nodes
* Add activemq.agents_multiplex and rabbitmq.agents_multiplex options to replace the
per-agent destinations with a single one for all agents
* Use publish_timeout from config
* Output from a PQL query can be piped to STDIN for node discovery

|Date|Description|Ticket|
|----|-----------|------|
|2017/01/23|Release *2.10.0*||
|2016/12/30|Updates for acceptance testing|MCO-782|
|2016/12/20|Fix broken link on plugin index page|DOCUMENT-618|
|2016/12/15|Fix `mco ping` breakage from prior commit in MCO-777|MCO-777|
|2016/12/08|Remove references to old PE versions||
|2016/11/21|Wait for all expected responses to rpc, report surprises|MCO-777|
|2016/11/16|Singletarget messaging|MCO-736|
|2016/11/07|Gemfile cleanup||
|2016/11/04|Use publish_timeout from config|MCO-778|
|2016/11/01|Support PQL in STDIN discovery|MCO-776|

<a name="2_9_1">&nbsp;</a>

## 2.9.1 - 2016/10/24
Expand Down

0 comments on commit bf8cefb

Please sign in to comment.