Skip to content

Commit

Permalink
Update changelog and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Winder committed Nov 9, 2015
1 parent 8316231 commit bc492b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.6.0] - [09 November 2015]

### Features
- [Upgrade Mesos support to 0.25.0](https://github.com/mesos/elasticsearch/issues/338)

### Enhanced
- [Test Authentication in system tests](https://github.com/mesos/elasticsearch/issues/304)
- [Test JAR-mode (no docker) in system tests](https://github.com/mesos/elasticsearch/issues/354)

### Fixed
- [Resolving executor IP address when using jar](https://github.com/mesos/elasticsearch/issues/388)
- [Use hostname, use system to resolve hostnames](https://github.com/mesos/elasticsearch/issues/392)

## [0.5.2] - [29 October 2015]

### Fixed
Expand Down
8 changes: 5 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
- Rollback
- Snapshot and restore

Rough timescales:

### Blocked features

- [Persistent Volumes](https://github.com/mesos/elasticsearch/issues/228)
Expand All @@ -74,7 +72,7 @@ Rough timescales:

## Getting Started

We recommend that users install via marathon or via the DCOS command line (coming soon!).
We recommend that users install via marathon, using a docker container.

This framework requires:

Expand All @@ -83,6 +81,10 @@ This framework requires:

## Users Guide

### Mesos version support

The framework currently supports Mesos 0.25.0. It may work with newer or older versions of Mesos, but the tests are only performed on this version.

### How to install on Marathon

Create a Marathon file like the one below and fill in the IP addresses and other configuration. This is the minimum viable command; there are many more options.
Expand Down

0 comments on commit bc492b1

Please sign in to comment.