Skip to content

Update module github.com/sirupsen/logrus to v1.9.4#21

Open
doctolib-renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-sirupsen-logrus-1.x
Open

Update module github.com/sirupsen/logrus to v1.9.4#21
doctolib-renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-sirupsen-logrus-1.x

Conversation

@doctolib-renovate

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/sirupsen/logrus v1.4.2 -> v1.9.4 age confidence

Release Notes

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.4

Compare Source

Notable changes

  • go.mod: update minimum supported go version to v1.17 #​1460
  • go.mod: bump up dependencies #​1460
  • Touch-up godoc and add "doc" links.
  • README: fix links, grammar, and update examples.
  • Add GNU/Hurd support #​1364
  • Add WASI wasip1 support #​1388
  • Remove uses of deprecated ioutil package #​1472
  • CI: update actions and golangci-lint #​1459
  • CI: remove appveyor, add macOS #​1460

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

v1.9.3

Compare Source

  • Fix a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines f9291a5 (re-apply #​1376)
  • Fix panic in Writer d40e25c

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

v1.9.2

Compare Source

  • Revert #​1376, which introduced a regression in v1.9.1

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

What's Changed

  • CI: use GitHub Actions in #​1239
  • go.mod: github.com/stretchr/testify v1.7.0 in #​1246
  • Change godoc badge to pkg.go.dev badge in #​1249
  • Add support for the logger private buffer pool in #​1253
  • bump golang.org/x/sys depency version in #​1280
  • Update README.md in #​1266
  • indicates issues as stale automatically in #​1281
  • ci: add go 1.17 to test matrix in #​1277
  • reduce the list of cross build target in #​1282
  • Improve Log methods documentation in #​1283
  • fix race condition for SetFormatter and SetReportCaller in #​1263
  • bump version of golang.org/x/sys dependency in #​1333
  • update gopkg.in/yaml.v3 to v3.0.1 in #​1337
  • update dependencies in #​1343

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

v1.8.3

Compare Source

What's Changed

  • Add instructions to use different log levels for local and syslog by @​tommyblue in #​1372
  • This commit fixes a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines. by @​ozfive in #​1376
  • Use text when shows the logrus output by @​xieyuschen in #​1339

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:

  • Ability to DisableHTMLEscape when using the JSON formatter: #​524
  • Support/fixes for go 1.14
  • Many many bugfixes

Configuration

📅 Schedule: Branch creation - Between 06:00 AM and 09:59 AM ( * 6-9 * * * ), Between 05:00 PM and 08:59 PM ( * 17-20 * * * ) in timezone Europe/Paris, 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 created by Renovate.

Details

Check the default configuration and documentation.

See the logs on Datadog.
To replay this update, you can use the following packageRules on the Manual Run page: [{"matchPackageNames": ["*"], "enabled": false}, {"matchPackageNames": ["github.com/sirupsen/logrus"], "enabled": true}]

@doctolib-renovate

Copy link
Copy Markdown
Author

⚠️ 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: go.sum
Command failed: go get -t ./...
go: downloading github.com/ian-kent/envconf v0.0.0-20141026121121-c19809918c02
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/ian-kent/linkio v0.0.0-20141229112453-77fb4b01842c
go: downloading github.com/smartystreets/goconvey v1.6.4
go: downloading github.com/gorilla/pat v0.0.0-20160413041632-cf955c3d1f2c
go: downloading github.com/ian-kent/goose v0.0.0-20141221090059-c3541ea826ad
go: downloading github.com/jackc/pgx/v4 v4.7.0
go: downloading gopkg.in/mgo.v2 v2.0.0-20160609180028-29cc868a5ca6
go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
go: downloading github.com/google/uuid v1.0.0
go: downloading github.com/gorilla/websocket v1.4.0
go: downloading golang.org/x/sys v0.13.0
go: downloading github.com/gorilla/context v1.1.1
go: downloading github.com/gorilla/mux v1.3.1-0.20170228224354-599cba5e7b61
go: downloading github.com/jtolds/gls v4.20.0+incompatible
go: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
go: downloading github.com/jackc/pgconn v1.6.1
go: downloading github.com/jackc/pgproto3/v2 v2.0.2
go: downloading github.com/jackc/puddle v1.1.1
go: downloading github.com/jackc/pgproto3 v1.1.0
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
go: downloading github.com/jackc/pgtype v1.4.0
go: downloading github.com/jackc/chunkreader v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20200307190119-3430c5407db8
go: downloading golang.org/x/text v0.3.3
go: github.com/doctolib/MailHog imports
	github.com/doctolib/MailHog/generated/assets: cannot find module providing package github.com/doctolib/MailHog/generated/assets
go: github.com/doctolib/MailHog/pkg/storage imports
	github.com/doctolib/MailHog/generated/queries: cannot find module providing package github.com/doctolib/MailHog/generated/queries

@docto-mergebot

Copy link
Copy Markdown

Please add the auto-merge label to the PR.

@docto-mergebot

Copy link
Copy Markdown

Please add the auto-merge label to the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant