Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Pijnenburg committed May 28, 2015
1 parent 3988d95 commit b4b3edf
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
##0.9.6 ( May 28, 2015 )

###Summary
Bugfix release 0.9.6

####Features
* Implemented package version pinning to avoid accidental upgrading
* Added support for Debian 8
* Added support for upgrading plugins
* Managing LimitNOFILE and LimitMEMLOCK settings in systemd

####Bugfixes

####Changes
* Dropped official support for PE 3.1.x and 3.2.x

####Testing changes
* Several testing changes implemented to increase coverage

####Known bugs
* Possible package conflicts when using ruby/python defines with main package name


##0.9.5( Apr 16, 2015 )

###Summary
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'elasticsearch-elasticsearch'
version '0.9.5'
version '0.9.6'
source 'https://github.com/elastic/puppet-elasticsearch'
author 'elasticsearch'
license 'Apache License, Version 2.0'
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,20 @@ Note: `init_defaults` hash can be passed to the main class and to the instance.

##Advanced features

###Package version pinning

The module supports pinning the package version to avoid accidental upgrades that are not done by Puppet.
To enable this feature:

```puppet
class { 'elasticsearch':
package_pin => true,
version => '1.5.2',
}
```

In this example we pin the package version to 1.5.2.


###Data directories

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elasticsearch-elasticsearch",
"version": "0.9.5",
"version": "0.9.6",
"source": "https://github.com/elastic/puppet-elasticsearch",
"author": "elasticsearch",
"license": "Apache-2.0",
Expand Down

0 comments on commit b4b3edf

Please sign in to comment.