-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to golang 1.11.4 #9627
Update to golang 1.11.4 #9627
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this also need update in https://github.com/elastic/golang-crossbuild ?
CHANGELOG.asciidoc
Outdated
@@ -56,6 +55,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha1...master[Check the HEAD d | |||
- When collecting swap metrics for beats telemetry or system metricbeat module handle cases of free swap being bigger than total swap by assuming no swap is being used. {issue}6271[6271] {pull}9383[9383] | |||
- Adding logging traces at debug level when the pipeline client receives the following events: onFilteredOut, onDroppedOnPublish. {pull}9016[9016] | |||
- Ignore non index fields in default_field for Elasticsearch. {pull}9549[9549] | |||
- Update to Golang 1.11.3. {pull}9560[9560] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the first one becomes obsolete?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, a changelog is a trace of what was done so I am not sure I would remove that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would argue this changelog here is for the users and it only matters what happened between releases. If we introduce a bug and fix it before it is released, we also don't list it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ruflin crossbuild update was done in elastic/golang-crossbuild#11
CHANGELOG.asciidoc
Outdated
@@ -56,6 +55,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha1...master[Check the HEAD d | |||
- When collecting swap metrics for beats telemetry or system metricbeat module handle cases of free swap being bigger than total swap by assuming no swap is being used. {issue}6271[6271] {pull}9383[9383] | |||
- Adding logging traces at debug level when the pipeline client receives the following events: onFilteredOut, onDroppedOnPublish. {pull}9016[9016] | |||
- Ignore non index fields in default_field for Elasticsearch. {pull}9549[9549] | |||
- Update to Golang 1.11.3. {pull}9560[9560] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made the change.
``` 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
3171423
to
aadcdb6
Compare
Packetbeat CI issue is not related to this PR. |
``` 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
more details at : https://github.com/golang/go/issues?q=milestone%3AGo1.11.4+label%3ACherryPickApproved