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 module github.com/sirupsen/logrus to v1.9.0 - autoclosed #26

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/sirupsen/logrus require minor v1.0.5 -> v1.9.0

Release Notes

sirupsen/logrus

v1.9.0

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

Correct versioning number replacing v1.7.1

v1.7.1

Compare Source

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: Add new BufferPool and LogFunction APIs

Compare Source

  • a new buffer pool management API has been added
  • a set of <LogLevel>Fn() functions have been added
  • the dependency toward a windows terminal library has been removed

v1.6.0

Compare Source

Release v1.6.0

v1.5.0

Compare Source

This new release introduces:

v1.4.2

Compare Source

v1.4.1

Compare Source

This new release introduces:

  • Enhance TextFormatter to not print caller information when they are empty (#​944)
  • Remove dependency on golang.org/x/crypto (#​932, #​943)

Fixes:

  • Fix Entry.WithContext method to return a copy of the initial entry (#​941)

v1.4.0

Compare Source

This new release introduces:

  • Add DeferExitHandler, similar to RegisterExitHandler but prepending the handler to the list of handlers (semantically like defer) (#​848).
  • Add CallerPrettyfier to JSONFormatter and `TextFormatter (#​909, #​911)
  • Add Entry.WithContext() and Entry.Context, to set a context on entries to be used e.g. in hooks (#​919).

Fixes:

  • Fix wrong method calls Logger.Print and Logger.Warningln (#​893).
  • Update Entry.Logf to not do string formatting unless the log level is enabled (#​903)
  • Fix infinite recursion on unknown Level.String() (#​907)
  • Fix race condition in getCaller (#​916).

v1.3.0

Compare Source

This new release introduces:

  • Log, Logf, Logln functions for Logger and Entry that take a Level

Fixes:

  • Building prometheus node_exporter on AIX (#​840)
  • Race condition in TextFormatter (#​468)
  • Travis CI import path (#​868)
  • Remove coloured output on Windows (#​862)
  • Pointer to func as field in JSONFormatter (#​870)
  • Properly marshal Levels (#​873)

v1.2.0

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.6

Compare Source

This new release introduces:

  • a new api WithTime which allows to easily force the time of the log entry which is mostly useful for logger wrapper
  • a fix reverting the immutability of the entry given as parameter to the hooks
  • a new configuration field of the json formatter in order to put all the fields in a nested dictionnary
  • a new SetOutput method in the Logger
  • a new configuration of the textformatter to configure the name of the default keys
  • a new configuration of the text formatter to disable the level truncation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the renovate label Apr 26, 2021
@renovate renovate bot force-pushed the renovate/github.com-sirupsen-logrus-1.x branch from b31b39d to 1cfebd3 Compare October 18, 2021 15:22
@renovate renovate bot force-pushed the renovate/github.com-sirupsen-logrus-1.x branch from 1cfebd3 to 295e1b2 Compare March 26, 2022 13:24
@renovate renovate bot force-pushed the renovate/github.com-sirupsen-logrus-1.x branch from 295e1b2 to 6e47a63 Compare September 25, 2022 21:46
@renovate renovate bot changed the title Update module github.com/sirupsen/logrus to v1.8.1 Update module github.com/sirupsen/logrus to v1.9.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-sirupsen-logrus-1.x branch from 6e47a63 to 6400f6d Compare December 8, 2022 13:24
@renovate renovate bot changed the title Update module github.com/sirupsen/logrus to v1.9.0 Update module github.com/sirupsen/logrus to v1.9.0 - autoclosed Dec 8, 2022
@renovate renovate bot closed this Dec 8, 2022
@renovate renovate bot deleted the renovate/github.com-sirupsen-logrus-1.x branch December 8, 2022 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants