Skip to content

Commit

Permalink
* Update to Go 1.7.4
Browse files Browse the repository at this point in the history
* Various documentation imporvements
  • Loading branch information
christiangalsterer committed Jan 14, 2017
1 parent 71d259e commit 94a9928
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
language: go

go:
- 1.7.1
- 1.7.4

os:
- linux
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pre-compiled binaries for different operating systems are available for [downloa
Install the package for your operation system by running the respective package manager or unzipping the package.

## Configuration
Adjust the `httpbeat.yml` configuration file to your needs. You may take `httpbeat.full.yml` as an example containing all possible configuration values
Adjust the `httpbeat.yml` configuration file to your needs. You may take `httpbeat.full.yml` as an example containing all possible configuration values.

## Running
In order to start Httpbeat please use the respective startup script, e.g. `/usr/bin/httpbeat.sh`.
Expand All @@ -41,7 +41,7 @@ Where supported Httpbeat can be started also using the respetive service scripts

### Requirements

* [Golang](https://golang.org/dl/) 1.7.1
* [Golang](https://golang.org/dl/) 1.7.4
* [Glide](https://github.com/Masterminds/glide) >= 0.11.0

### Build
Expand Down Expand Up @@ -138,6 +138,15 @@ This will fetch and create all images required for the build process. The hole p

# Releases and Downloads

3.2.0 (2017-01-07)

[Download](https://github.com/christiangalsterer/httpbeat/releases/tag/3.1.1)

Feature release containing the following changes:
* Various documentation improvements
* Update to Go 1.7.4
* Fix: [Panic when using TLS configuration (Go 1.7.4)](https://github.com/christiangalsterer/httpbeat/pull/15)

3.1.1 (2017-01-07)

[Download](https://github.com/christiangalsterer/httpbeat/releases/tag/3.1.1)
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ httpbeat:
-------------------------------------------------------------------------------------

A complete example can be found in link:../etc/httpbeat.full.yml[etc/httpbeat.full.yml]
A complete example can be found in link:../httpbeat.full.yml[httpbeat.full.yml]

==== Options

Expand Down
1 change: 1 addition & 0 deletions docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
:stack-version: 5.1.1
:doc-branch: 5.1
:go-version: 1.7.1

0 comments on commit 94a9928

Please sign in to comment.