From c9e5f7d1cb852d6747b97cc548ba2307026b725c Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Wed, 19 Dec 2018 15:20:13 -0500 Subject: [PATCH] Update to golang 1.11.4 (#9627) ``` go1.11.4 (released 2018/12/14) includes fixes to cgo, the compiler, linker, runtime, documentation, go command, and the net/http and go/types packages. It includes a fix to a bug introduced in Go 1.11.3 that broke go get for import path patterns containing "...". See the Go 1.11.4 milestone on our issue tracker for details. ``` more details at : https://github.com/golang/go/issues?q=milestone%3AGo1.11.4+label%3ACherryPickApproved --- .go-version | 2 +- CHANGELOG.asciidoc | 2 +- auditbeat/Dockerfile | 2 +- filebeat/Dockerfile | 2 +- heartbeat/Dockerfile | 2 +- journalbeat/Dockerfile | 2 +- libbeat/Dockerfile | 2 +- libbeat/docs/version.asciidoc | 2 +- metricbeat/module/http/_meta/Dockerfile | 2 +- x-pack/functionbeat/Dockerfile | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.go-version b/.go-version index 0a5af26df3f..3d0e62313ce 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.11.3 +1.11.4 diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 4c6f925ddab..0b168d18a5d 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -17,7 +17,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha1...master[Check the HEAD d - Automaticall cap signed integers to 63bits. {pull}8991[8991] - Rename beat.timezone to event.timezone. {pull}9458[9458] - Use _doc as document type. {pull}9056[9056]{pull}9573[9573] -- Update to Golang 1.11.3. {pull}9560[9560] *Auditbeat* @@ -58,6 +57,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha1...master[Check the HEAD d - Ignore non index fields in default_field for Elasticsearch. {pull}9549[9549] - Update Kibana index pattern attributes for objects that are disabled. {pull}9644[9644] - Enforce validation for the Central Management access token. {issue}9621[9621] +- Update to Golang 1.11.4. {pull}9627[9627] *Auditbeat* diff --git a/auditbeat/Dockerfile b/auditbeat/Dockerfile index 77694510be9..96ad3597251 100644 --- a/auditbeat/Dockerfile +++ b/auditbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.3 +FROM golang:1.11.4 RUN \ apt-get update \ diff --git a/filebeat/Dockerfile b/filebeat/Dockerfile index b864060b0ad..cd14959c05b 100644 --- a/filebeat/Dockerfile +++ b/filebeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.3 +FROM golang:1.11.4 RUN \ apt-get update \ diff --git a/heartbeat/Dockerfile b/heartbeat/Dockerfile index 1d06637c6ce..e54b56fa6bf 100644 --- a/heartbeat/Dockerfile +++ b/heartbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.3 +FROM golang:1.11.4 MAINTAINER Nicolas Ruflin RUN set -x && \ diff --git a/journalbeat/Dockerfile b/journalbeat/Dockerfile index 2136291946d..2e8248ca149 100644 --- a/journalbeat/Dockerfile +++ b/journalbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.3 +FROM golang:1.11.4 MAINTAINER Noémi Ványi RUN set -x && \ diff --git a/libbeat/Dockerfile b/libbeat/Dockerfile index 5b778f0826f..8d39cf584b8 100644 --- a/libbeat/Dockerfile +++ b/libbeat/Dockerfile @@ -1,5 +1,5 @@ # Beats dockerfile used for testing -FROM golang:1.11.3 +FROM golang:1.11.4 MAINTAINER Nicolas Ruflin RUN set -x && \ diff --git a/libbeat/docs/version.asciidoc b/libbeat/docs/version.asciidoc index a92e280133e..db84e1c5cd3 100644 --- a/libbeat/docs/version.asciidoc +++ b/libbeat/docs/version.asciidoc @@ -1,6 +1,6 @@ :stack-version: 7.0.0-alpha1 :doc-branch: master -:go-version: 1.11.3 +:go-version: 1.11.4 :release-state: prerelease :python: 2.7.9 :docker: 1.12 diff --git a/metricbeat/module/http/_meta/Dockerfile b/metricbeat/module/http/_meta/Dockerfile index 37cc28e1021..a45dc831a2e 100644 --- a/metricbeat/module/http/_meta/Dockerfile +++ b/metricbeat/module/http/_meta/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.3 +FROM golang:1.11.4 COPY test/main.go main.go diff --git a/x-pack/functionbeat/Dockerfile b/x-pack/functionbeat/Dockerfile index 01f8db8e486..234672a028f 100644 --- a/x-pack/functionbeat/Dockerfile +++ b/x-pack/functionbeat/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.3 +FROM golang:1.11.4 MAINTAINER Pier-Hugues Pellerin RUN set -x && \