drone-plugins / drone-s3

Drone plugin for publishing artifacts to Amazon S3
http://plugins.drone.io/drone-plugins/drone-s3
Apache License 2.0
37 stars 65 forks source link

Update module github.com/sirupsen/logrus to v1.8.1 - autoclosed #71

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/sirupsen/logrus require minor v1.3.0 -> v1.8.1

Release Notes

sirupsen/logrus ### [`v1.8.1`](https://togithub.com/sirupsen/logrus/compare/v1.8.0...v1.8.1) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.8.0...v1.8.1) ### [`v1.8.0`](https://togithub.com/sirupsen/logrus/releases/v1.8.0) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.7.1...v1.8.0) Correct versioning number replacing v1.7.1 ### [`v1.7.1`](https://togithub.com/sirupsen/logrus/releases/v1.7.1) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.7.0...v1.7.1) ### Code quality: - use go 1.15 in travis - use magefile as task runner ### Fixes: - small fixes about new go 1.13 error formatting system - Fix for long time race condiction with mutating data hooks ### Features: - build support for zos ### [`v1.7.0`](https://togithub.com/sirupsen/logrus/releases/v1.7.0) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.6.0...v1.7.0) - a new buffer pool management API has been added - a set of `Fn()` functions have been added - the dependency toward a windows terminal library has been removed ### [`v1.6.0`](https://togithub.com/sirupsen/logrus/releases/v1.6.0) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.5.0...v1.6.0) Release v1.6.0 ### [`v1.5.0`](https://togithub.com/sirupsen/logrus/releases/v1.5.0) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.4.2...v1.5.0) This new release introduces: - Ability to DisableHTMLEscape when using the JSON formatter: [https://github.com/sirupsen/logrus/pull/524](https://togithub.com/sirupsen/logrus/pull/524) - Support/fixes for go 1.14 - Many many bugfixes ### [`v1.4.2`](https://togithub.com/sirupsen/logrus/compare/v1.4.1...v1.4.2) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.4.1...v1.4.2) ### [`v1.4.1`](https://togithub.com/sirupsen/logrus/releases/v1.4.1) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.4.0...v1.4.1) This new release introduces: - Enhance TextFormatter to not print caller information when they are empty ([#​944](https://togithub.com/sirupsen/logrus/issues/944)) - Remove dependency on golang.org/x/crypto ([#​932](https://togithub.com/sirupsen/logrus/issues/932), [#​943](https://togithub.com/sirupsen/logrus/issues/943)) Fixes: - Fix Entry.WithContext method to return a copy of the initial entry ([#​941](https://togithub.com/sirupsen/logrus/issues/941)) ### [`v1.4.0`](https://togithub.com/sirupsen/logrus/releases/v1.4.0) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.3.0...v1.4.0) This new release introduces: - Add `DeferExitHandler`, similar to `RegisterExitHandler` but prepending the handler to the list of handlers (semantically like `defer`) ([#​848](https://togithub.com/sirupsen/logrus/issues/848)). - Add `CallerPrettyfier` to `JSONFormatter` and \`TextFormatter ([#​909](https://togithub.com/sirupsen/logrus/issues/909), [#​911](https://togithub.com/sirupsen/logrus/issues/911)) - Add `Entry.WithContext()` and `Entry.Context`, to set a context on entries to be used e.g. in hooks ([#​919](https://togithub.com/sirupsen/logrus/issues/919)). Fixes: - Fix wrong method calls `Logger.Print` and `Logger.Warningln` ([#​893](https://togithub.com/sirupsen/logrus/issues/893)). - Update `Entry.Logf` to not do string formatting unless the log level is enabled ([#​903](https://togithub.com/sirupsen/logrus/issues/903)) - Fix infinite recursion on unknown `Level.String()` ([#​907](https://togithub.com/sirupsen/logrus/issues/907)) - Fix race condition in `getCaller` ([#​916](https://togithub.com/sirupsen/logrus/issues/916)).

Configuration

šŸ“… Schedule: At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.