Skip to content

Commit

Permalink
Changelog and Version number bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed Feb 18, 2016
1 parent 63f159b commit 45ff1c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.7.2] - [18 February 2016]

### Breaking changes
- Users are now required to have a path on the end of the zk url. Previously, they were not.

### Bugs
- [Stale data when scaling nodes](https://github.com/mesos/elasticsearch/issues/487)
- [Health check issue](https://github.com/mesos/elasticsearch/issues/486)
- [Framework hard codes the ZK endpoint /mesos](https://github.com/mesos/elasticsearch/issues/483)
- [With large amounts of data, when scaling, start up times out](https://github.com/mesos/elasticsearch/issues/481)
- [elasticsearch-executor name](https://github.com/mesos/elasticsearch/issues/479)
- [In docker mode, user has to place yml file in /tmp/config](https://github.com/mesos/elasticsearch/issues/477)
- [Downloading yml settings file from https source](https://github.com/mesos/elasticsearch/issues/476)

## [0.7.1] - [25 January 2016]

### Bugs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class Configuration {
private String elasticsearchPorts = ""; // Defaults to Mesos specified ports.

// **** FRAMEWORK
private String version = "0.7.1";
private String version = "0.7.2";
@Parameter(names = {FRAMEWORK_NAME}, description = "The name given to the framework.", validateWith = CLIValidators.NotEmptyString.class)
private String frameworkName = "elasticsearch";
@Parameter(names = {EXECUTOR_NAME}, description = "The name given to the executor task.", validateWith = CLIValidators.NotEmptyString.class)
Expand Down

0 comments on commit 45ff1c7

Please sign in to comment.