Skip to content

Commit

Permalink
documentation updated for the 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolja committed Mar 5, 2016
1 parent 7f3b520 commit ca08444
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
##2016-03-05 - Release 3.0.0
###Summary
Install influxdb from the official influxdata repository

####Backwards-incompatible changes

- Influxdata repository has only the latest 0.10.X version available. To manage version prior to 0.9.6 use previous
modules, which install influxdb from the AWS S3 repository. I raised an issue https://github.com/influxdata/influxdb/issues/5913
asking influxdb maintainer to stop removing previous versions from the repos
- Now by default the module will install the latest version. To modify that overwrite version parameters

Special tnx to andyroyle for the 0.10.X fixes

##2015-12-11 - Release 2.2.0
###Summary
- add meta_dir as a parameter
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ such as databases, users, and privileges.

This release is a major refactoring of the module which means that the API
changed in backwards incompatible ways. If your project depends on the old API
and you need to use influxdb prior to 0.9.X, please pin your module
dependencies to 0.1.2 version to ensure your environments don't break.
and you need to use influxdb prior to 0.10.X, please pin your module
dependencies to 0.1.2 (0.8.X) or 2.2.2 (0.9.X) version to ensure your environments
don't break.

*NOTE*: Until 1.0.0 release the API may change,
*NOTE*: Until influxdb 1.0.0 is releases the API of this module may change,
however I will try my best to avoid it.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "golja-influxdb",
"version": "3.0.0",
"author": "Dejan Golja",
"summary": "Manage InfluxDB version 0.9.X. For previous versions support check README.md",
"summary": "Manage InfluxDB version 0.10.X. For previous supported version check README.md",
"license": "Apache-2.0",
"source": "https://github.com/n1tr0g/golja-influxdb",
"project_page": "https://github.com/n1tr0g/golja-influxdb",
Expand Down

0 comments on commit ca08444

Please sign in to comment.