Skip to content
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

Merged
merged 3 commits into from
Dec 19, 2018
Merged

Update to golang 1.11.4 #9627

merged 3 commits into from
Dec 19, 2018

Conversation

ph
Copy link
Contributor

@ph ph commented Dec 18, 2018

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

@ph ph requested a review from a team as a code owner December 18, 2018 16:26
Copy link
Contributor

@ruflin ruflin left a 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 ?

@@ -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]
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor Author

@ph ph left a 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

@@ -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]
Copy link
Contributor Author

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.

ph added 3 commits December 19, 2018 09:13
```
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
@ph ph force-pushed the fix/golang-1.11.4 branch from 3171423 to aadcdb6 Compare December 19, 2018 14:13
@ph
Copy link
Contributor Author

ph commented Dec 19, 2018

Packetbeat CI issue is not related to this PR.

@ph ph merged commit c9e5f7d into elastic:master Dec 19, 2018
DStape pushed a commit to DStape/beats that referenced this pull request Aug 20, 2019
```
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants