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

chore(deps): bump go.uber.org/zap from 1.13.0 to 1.17.0 #2133

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2021

Bumps go.uber.org/zap from 1.13.0 to 1.17.0.

Release notes

Sourced from go.uber.org/zap's releases.

v1.17.0

Bugfixes:

  • #867[]: Encode <nil> for nil error instead of a panic.
  • #931[], #936[]: Update minimum version constraints to address vulnerabilities in dependencies.

Enhancements:

  • #865[]: Improve alignment of fields of the Logger struct, reducing its size from 96 to 80 bytes.
  • #881[]: Support grpclog.LoggerV2 in zapgrpc.
  • #903[]: Support URL-encoded POST requests to the AtomicLevel HTTP handler with the application/x-www-form-urlencoded content type.
  • #912[]: Support multi-field encoding with zap.Inline.
  • #913[]: Speed up SugaredLogger for calls with a single string.
  • #928[]: Add support for filtering by field name to zaptest/observer.

Thanks to @​ash2k, @​FMLS, @​jimmystewpot, @​Oncilla, @​tsoslow, @​tylitianrui, @​withshubh, and @​wziww for their contributions to this release.

#865: uber-go/zap#865 #867: uber-go/zap#867 #881: uber-go/zap#881 #903: uber-go/zap#903 #912: uber-go/zap#912 #913: uber-go/zap#913 #928: uber-go/zap#928 #931: uber-go/zap#931 #936: uber-go/zap#936

v1.16.0

Bugfixes:

  • #828[]: Fix missing newline in IncreaseLevel error messages.
  • #835[]: Fix panic in JSON encoder when encoding times or durations without specifying a time or duration encoder.
  • #843[]: Honor CallerSkip when taking stack traces.
  • #862[]: Fix the default file permissions to use 0666 and rely on the umask instead.
  • #854[]: Encode <nil> for nil Stringer instead of a panic error log.

Enhancements:

  • #629[]: Added zapcore.TimeEncoderOfLayout to easily create time encoders for custom layouts.
  • #697[]: Added support for a configurable delimiter in the console encoder.
  • #852[]: Optimize console encoder by pooling the underlying JSON encoder.
  • #844[]: Add ability to include the calling function as part of logs.
  • #843[]: Add StackSkip for including truncated stacks as a field.
  • #861[]: Add options to customize Fatal behaviour for better testability.

Thanks to @​SteelPhase, @​tmshn, @​lixingwang, @​wyxloading, @​moul, @​segevfiner, @​andy-retailnext and @​jcorbin for their contributions to this release.

#629: uber-go/zap#629 #697: uber-go/zap#697

... (truncated)

Changelog

Sourced from go.uber.org/zap's changelog.

1.17.0 (25 May 2021)

Bugfixes:

  • #867[]: Encode <nil> for nil error instead of a panic.
  • #931[], #936[]: Update minimum version constraints to address vulnerabilities in dependencies.

Enhancements:

  • #865[]: Improve alignment of fields of the Logger struct, reducing its size from 96 to 80 bytes.
  • #881[]: Support grpclog.LoggerV2 in zapgrpc.
  • #903[]: Support URL-encoded POST requests to the AtomicLevel HTTP handler with the application/x-www-form-urlencoded content type.
  • #912[]: Support multi-field encoding with zap.Inline.
  • #913[]: Speed up SugaredLogger for calls with a single string.
  • #928[]: Add support for filtering by field name to zaptest/observer.

Thanks to @​ash2k, @​FMLS, @​jimmystewpot, @​Oncilla, @​tsoslow, @​tylitianrui, @​withshubh, and @​wziww for their contributions to this release.

1.16.0 (1 Sep 2020)

Bugfixes:

  • #828[]: Fix missing newline in IncreaseLevel error messages.
  • #835[]: Fix panic in JSON encoder when encoding times or durations without specifying a time or duration encoder.
  • #843[]: Honor CallerSkip when taking stack traces.
  • #862[]: Fix the default file permissions to use 0666 and rely on the umask instead.
  • #854[]: Encode <nil> for nil Stringer instead of a panic error log.

Enhancements:

  • #629[]: Added zapcore.TimeEncoderOfLayout to easily create time encoders for custom layouts.
  • #697[]: Added support for a configurable delimiter in the console encoder.
  • #852[]: Optimize console encoder by pooling the underlying JSON encoder.
  • #844[]: Add ability to include the calling function as part of logs.
  • #843[]: Add StackSkip for including truncated stacks as a field.
  • #861[]: Add options to customize Fatal behaviour for better testability.

Thanks to @​SteelPhase, @​tmshn, @​lixingwang, @​wyxloading, @​moul, @​segevfiner, @​andy-retailnext and @​jcorbin for their contributions to this release.

1.15.0 (23 Apr 2020)

Bugfixes:

  • #804[]: Fix handling of Time values out of UnixNano range.
  • #812[]: Fix IncreaseLevel being reset after a call to With.

Enhancements:

  • #806[]: Add WithCaller option to supersede the AddCaller option. This allows disabling annotation of log entries with caller information if previously enabled with AddCaller.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner June 9, 2021 07:15
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 9, 2021
@CLAassistant
Copy link

CLAassistant commented Jun 9, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ jakubdyszkiewicz
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot bot force-pushed the dependabot/go_modules/go.uber.org/zap-1.17.0 branch from a69613a to fa42a29 Compare June 24, 2021 07:51
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.13.0 to 1.17.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.13.0...v1.17.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.uber.org/zap-1.17.0 branch from fa42a29 to 1195efd Compare June 24, 2021 08:01
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 2, 2021

A newer version of go.uber.org/zap exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

…es/go.uber.org/zap-1.17.0

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #2133 (48d846d) into master (a91e78b) will increase coverage by 0.33%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2133      +/-   ##
==========================================
+ Coverage   51.45%   51.79%   +0.33%     
==========================================
  Files         911      915       +4     
  Lines       41359    41392      +33     
==========================================
+ Hits        21283    21438     +155     
+ Misses      18053    17902     -151     
- Partials     2023     2052      +29     
Impacted Files Coverage Δ
pkg/core/resources/manager/manager.go 80.64% <0.00%> (-3.23%) ⬇️
...kg/plugins/resources/k8s/native/pkg/test/within.go 100.00% <0.00%> (ø)
api/internal/util/proto/proto.go 62.50% <0.00%> (ø)
...k8s/native/controllers/proxytemplate_controller.go 0.00% <0.00%> (ø)
api/internal/util/proto/types.go 100.00% <0.00%> (ø)
api/observability/v1/mads.pb.go 35.94% <0.00%> (+1.30%) ⬆️
api/mesh/v1alpha1/dataplane_helpers.go 77.84% <0.00%> (+1.70%) ⬆️
pkg/plugins/runtime/universal/outbound/outbound.go 64.28% <0.00%> (+1.78%) ⬆️
pkg/mads/v1/client/client.go 43.66% <0.00%> (+2.81%) ⬆️
api/mesh/v1alpha1/dataplane_insight_helpers.go 80.24% <0.00%> (+4.93%) ⬆️
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a91e78b...48d846d. Read the comment docs.

Copy link
Contributor

@bartsmykla bartsmykla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

…es/go.uber.org/zap-1.17.0

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@jakubdyszkiewicz jakubdyszkiewicz merged commit 725b318 into master Jul 5, 2021
@jakubdyszkiewicz jakubdyszkiewicz deleted the dependabot/go_modules/go.uber.org/zap-1.17.0 branch July 5, 2021 11:27
mergify bot pushed a commit that referenced this pull request Jul 5, 2021
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
(cherry picked from commit 725b318)
jakubdyszkiewicz pushed a commit that referenced this pull request Jul 5, 2021
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants