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

fix(deps): update module github.com/sirupsen/logrus to v1 #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 14, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Sirupsen/logrus v0.8.7-0.20150827021434-84b968cb9f82 -> v1.9.3 age adoption passing confidence

Release Notes

Sirupsen/logrus (github.com/Sirupsen/logrus)

v1.9.3

Compare Source

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Compare Source

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1

v1.9.0

Compare Source

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.1...v1.8.2

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

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

v0.11.5

Compare Source

v0.11.4

Compare Source

v0.11.3

Compare Source

v0.11.2

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source

v0.10.0

Compare Source

v0.9.0

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Sep 14, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: radioman/go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/radioman":"/mnt/renovate/gh/moul/radioman" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/radioman/radioman" docker.io/renovate/go:1.15.11 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: github.com/Sirupsen/logrus@v1.8.1: parsing go.mod:
	module declares its path as: github.com/sirupsen/logrus
	        but was required as: github.com/Sirupsen/logrus

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Sep 14, 2020
@renovate renovate bot changed the title chore(deps): update all (major) fix(deps): update all (major) Apr 26, 2021
@auto-add-label auto-add-label bot added bug and removed dependencies labels Apr 26, 2021
@renovate
Copy link
Author

renovate bot commented Jun 6, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: radioman/go.sum
Command failed: go get -d -t ./...
go: github.com/Sirupsen/logrus@v1.9.3: parsing go.mod:
	module declares its path as: github.com/sirupsen/logrus
	        but was required as: github.com/Sirupsen/logrus

@renovate renovate bot changed the title fix(deps): update all (major) fix(deps): update all to v1 (major) Jun 18, 2022
@renovate renovate bot changed the title fix(deps): update all to v1 (major) fix(deps): update module github.com/sirupsen/logrus to v1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 4429f5b to b3a000c Compare June 3, 2023 21:25
@renovate renovate bot changed the title fix(deps): update module github.com/sirupsen/logrus to v1 fix(deps): update all to v1 (major) Jul 9, 2023
@renovate renovate bot changed the title fix(deps): update all to v1 (major) fix(deps): update module github.com/sirupsen/logrus to v1 Aug 22, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/sirupsen/logrus to v1 fix(deps): update all to v1 (major) Jan 28, 2024
@renovate renovate bot changed the title fix(deps): update all to v1 (major) fix(deps): update module github.com/sirupsen/logrus to v1 Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants