Skip to content

Commit

Permalink
Downgrade to beats 5.2.1 and go 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangalsterer committed Jun 5, 2017
1 parent 0dd3a11 commit 6bd8705
Show file tree
Hide file tree
Showing 1,700 changed files with 114,137 additions and 95,344 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.6
- 1.7.4

os:
- linux
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ This will fetch and create all images required for the build process. The comple

Feature and bugfix release containing the following changes:
* Fix: [Use exit code 127 when command to execute is not found](https://github.com/christiangalsterer/execbeat/issues/15)
* Update to beats v5.4.1
* Update to Go 1.7.6

## 3.1.1 (2017-02-24) [Download](https://github.com/christiangalsterer/execbeat/releases/tag/3.1.1)
[![Github Releases (by Release)](https://img.shields.io/github/downloads/christiangalsterer/execbeat/3.1.1/total.svg)](https://g0thub.com/christiangalsterer/execneat/releases/tag/3.1.1)
Expand Down
30 changes: 10 additions & 20 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ owners:
homepage: https://github.com/christiangalsterer
import:
- package: github.com/elastic/beats
version: v5.4.1
version: v5.2.1
subpackages:
- libbeat/beat
- libbeat/cfgfile
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
)

var version = "3.2.0-SNAPSHOT"
var version = "3.2.0"
var name = "execbeat"

func main() {
Expand Down
14 changes: 5 additions & 9 deletions vendor/github.com/elastic/beats/.appveyor.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vendor/github.com/elastic/beats/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vendor/github.com/elastic/beats/.go-version

This file was deleted.

43 changes: 19 additions & 24 deletions vendor/github.com/elastic/beats/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6bd8705

Please sign in to comment.