[PR #230] [MERGED] build(deps): bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0 #441

Closed
opened 2026-03-03 12:30:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/230
Author: @dependabot-preview[bot]
Created: 5/3/2020
Status: Merged
Merged: 5/3/2020
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/go_modules/github.com/sirupsen/logrus-1.6.0


📝 Commits (2)

  • dc69796 build(deps): bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0
  • 63d6ac1 golangci: disable goerr113 and fix godot

📊 Changes

6 files changed (+11 additions, -5 deletions)

View changed files

📝 .golangci.yaml (+1 -0)
📝 fakestorage/bucket.go (+2 -2)
📝 fakestorage/server.go (+1 -1)
📝 go.mod (+1 -1)
📝 go.sum (+4 -0)
📝 internal/backend/storage.go (+2 -1)

📄 Description

Bumps github.com/sirupsen/logrus from 1.5.0 to 1.6.0.

Release notes

Sourced from github.com/sirupsen/logrus's releases.

Release v1.6.0

Changelog

Sourced from github.com/sirupsen/logrus's changelog.

1.6.0

Fixes:

  • end of line cleanup
  • revert the entry concurrency bug fix whic leads to deadlock under some circumstances
  • update dependency on go-windows-terminal-sequences to fix a crash with go 1.14

Features:

  • add an option to the TextFormatter to completely disable fields quoting
Commits
  • 60c74ad update CHANGELOG.md with 1.5.0 and 1.6.0 version contents
  • e8e563a Merge remote-tracking branch 'origin/master' into thlacroix-disable-quotes
  • 0fd458a complete documetation on TextFormatter.DisableQuote
  • 4d96c60 Merge branch 'disable-quotes' of https://github.com/thlacroix/logrus into thl...
  • a5b0247 Merge pull request #1136 from ialidzhikov/nit/line-endings
  • 163c051 Merge pull request #1137 from sirupsen/fix_crash_windows
  • e79215d update github.com/konsorten/go-windows-terminal-sequences dependency to v1.0.3
  • 4989a3f Change CRLF line endings to LF
  • aff00fe Adds additional test cases for DisableQuote
  • c7455de Adds flag to disable quotes in TextFormatter
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @fsouza.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/230 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/3/2020 **Status:** ✅ Merged **Merged:** 5/3/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/sirupsen/logrus-1.6.0` --- ### 📝 Commits (2) - [`dc69796`](https://github.com/fsouza/fake-gcs-server/commit/dc697964b33169476dd72d63abecd116cdda6a6e) build(deps): bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0 - [`63d6ac1`](https://github.com/fsouza/fake-gcs-server/commit/63d6ac1d826719249e1bf357cff1dcc05966ec9c) golangci: disable goerr113 and fix godot ### 📊 Changes **6 files changed** (+11 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.golangci.yaml` (+1 -0) 📝 `fakestorage/bucket.go` (+2 -2) 📝 `fakestorage/server.go` (+1 -1) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -0) 📝 `internal/backend/storage.go` (+2 -1) </details> ### 📄 Description Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.5.0 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sirupsen/logrus/releases">github.com/sirupsen/logrus's releases</a>.</em></p> <blockquote> <p>Release v1.6.0</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md">github.com/sirupsen/logrus's changelog</a>.</em></p> <blockquote> <h1>1.6.0</h1> <p>Fixes:</p> <ul> <li>end of line cleanup</li> <li>revert the entry concurrency bug fix whic leads to deadlock under some circumstances</li> <li>update dependency on go-windows-terminal-sequences to fix a crash with go 1.14</li> </ul> <p>Features:</p> <ul> <li>add an option to the <code>TextFormatter</code> to completely disable fields quoting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sirupsen/logrus/commit/60c74ad9be0d874af0ab0daef6ab07c5c5911f0d"><code>60c74ad</code></a> update CHANGELOG.md with 1.5.0 and 1.6.0 version contents</li> <li><a href="https://github.com/sirupsen/logrus/commit/e8e563a8238de839b9cbbc1d9807d140a5a24a8d"><code>e8e563a</code></a> Merge remote-tracking branch 'origin/master' into thlacroix-disable-quotes</li> <li><a href="https://github.com/sirupsen/logrus/commit/0fd458a22e3b5a97cf56ea73476debb726b28f7e"><code>0fd458a</code></a> complete documetation on TextFormatter.DisableQuote</li> <li><a href="https://github.com/sirupsen/logrus/commit/4d96c600d93753fbf7f98a2c893a9c00109ce799"><code>4d96c60</code></a> Merge branch 'disable-quotes' of <a href="https://github.com/thlacroix/logrus">https://github.com/thlacroix/logrus</a> into thl...</li> <li><a href="https://github.com/sirupsen/logrus/commit/a5b02471f87c811516ef46321cdfcc115e838bd4"><code>a5b0247</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1136">#1136</a> from ialidzhikov/nit/line-endings</li> <li><a href="https://github.com/sirupsen/logrus/commit/163c051d4acd7631d2c22715f46d88b097468f5a"><code>163c051</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1137">#1137</a> from sirupsen/fix_crash_windows</li> <li><a href="https://github.com/sirupsen/logrus/commit/e79215d3d55027d19fd4b4ad8818caf586eafdd7"><code>e79215d</code></a> update github.com/konsorten/go-windows-terminal-sequences dependency to v1.0.3</li> <li><a href="https://github.com/sirupsen/logrus/commit/4989a3fd5d20dec3419c5df6daec077313e0b50f"><code>4989a3f</code></a> Change CRLF line endings to LF</li> <li><a href="https://github.com/sirupsen/logrus/commit/aff00feb0ad676280f521c4d65dba116c4caec8e"><code>aff00fe</code></a> Adds additional test cases for DisableQuote</li> <li><a href="https://github.com/sirupsen/logrus/commit/c7455de10af6bbe2b2bdafee2cb682e813817ed2"><code>c7455de</code></a> Adds flag to disable quotes in TextFormatter</li> <li>Additional commits viewable in <a href="https://github.com/sirupsen/logrus/compare/v1.5.0...v1.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.5.0&new-version=1.6.0)](https://dependabot.com/compatibility-score/?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.5.0&new-version=1.6.0) 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-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @fsouza. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:30:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#441
No description provided.