Skip to content

Commit

Permalink
Update go-ucfg to version 0.3.7 (#2698)
Browse files Browse the repository at this point in the history
fixes issues regarding dynamic type conversation of settings read from
environment variables
  • Loading branch information
Steffen Siering authored and ruflin committed Oct 6, 2016
1 parent 714d6eb commit 49e7cdb
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ https://github.com/elastic/beats/compare/v5.0.0-beta1...master[Check the HEAD di
*Affecting all Beats*
- Make sure Beats sent always float values when they are defined as float by sending 5.00000 instead of 5.
{pull}2627[2627]

- Fix ignoring all fields from drop_fields in case the first field is unknown. {pull}2685[2685]
- Fix dynamic configuration int/uint to float type conversation. {pull}2698[2698]
- Fix primitive types conversation if values are read from environment variables. {pull}2698[2698]


*Metricbeat*

Expand Down
2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import:
- package: github.com/dustin/go-humanize
version: 499693e27ee0d14ffab67c31ad065fdb3d34ea75
- package: github.com/elastic/go-ucfg
version: v0.3.6
version: v0.3.7
- package: github.com/armon/go-socks5
version: 3a873e99f5400ad7706e464e905ffcc94b3ff247
- package: github.com/pkg/errors
Expand Down
10 changes: 9 additions & 1 deletion vendor/github.com/elastic/go-ucfg/CHANGELOG.md

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

15 changes: 12 additions & 3 deletions vendor/github.com/elastic/go-ucfg/README.md

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

24 changes: 24 additions & 0 deletions vendor/github.com/elastic/go-ucfg/reify.go

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

10 changes: 8 additions & 2 deletions vendor/github.com/elastic/go-ucfg/types.go

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

9 changes: 9 additions & 0 deletions vendor/github.com/elastic/go-ucfg/util.go

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

0 comments on commit 49e7cdb

Please sign in to comment.