Skip to content

Commit

Permalink
[Metricbeat][postgresql] Update lib/pq to fix elastic#11393 (elastic#…
Browse files Browse the repository at this point in the history
…12094)

This updates github.com/lib/pq to the latest version to fix a socket
leak when SSL is not enabled on the PostgreSQL server.

Fixes elastic#11393
  • Loading branch information
adriansr committed May 8, 2019
1 parent 683f4f7 commit 622377a
Show file tree
Hide file tree
Showing 21 changed files with 1,157 additions and 383 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Call GetMetricData api per region instead of per instance. {issue}11820[11820] {pull}11882[11882]
- Update documentation with cloudwatch:ListMetrics permission. {pull}11987[11987]
- Avoid generating hints-based configuration with empty hosts when no exposed port is suitable for the hosts hint. {issue}8264[8264] {pull}12086[12086]
- Fixed a socket leak in the postgresql module under Windows when SSL is disabled on the server. {pull}11393[11393]

*Packetbeat*

Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ Apache License 2.0

--------------------------------------------------------------------
Dependency: github.com/lib/pq
Revision: 2704adc878c21e1329f46f6e56a1c387d788ff94
Revision: 2ff3cb3adc01768e0a552b3a02575a6df38a9bea
License type (autodetected): MIT
./metricbeat/module/postgresql/vendor/github.com/lib/pq/LICENSE.md:
--------------------------------------------------------------------
Expand Down

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

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

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

Loading

0 comments on commit 622377a

Please sign in to comment.