[PR #445] [MERGED] build(deps): bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1 #618

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/445
Author: @dependabot[bot]
Created: 3/10/2021
Status: Merged
Merged: 3/10/2021
Merged by: @fsouza

Base: mainHead: dependabot/go_modules/github.com/sirupsen/logrus-1.8.1


📝 Commits (1)

  • ced9a78 build(deps): bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1

📊 Changes

2 files changed (+3 additions, -5 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -4)

📄 Description

Bumps github.com/sirupsen/logrus from 1.8.0 to 1.8.1.

Changelog

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

1.8.1

Code quality:

  • move magefile in its own subdir/submodule to remove magefile dependency on logrus consumer
  • improve timestamp format documentation

Fixes:

  • fix race condition on logger hooks
Commits
  • bdc0db8 Merge pull request #1244 from sirupsen/dbd-release
  • 1bfef4b update changelog
  • 7a997b9 improve documentation about timestamp format
  • f104497 Merge pull request #1238 from thaJeztah/move_mage
  • 1d8091a move "mage" to a separate module
  • feebf74 travis: run mage with -v to not discard output
  • 6cff360 Merge pull request #1234 from sirupsen/dbd-cleanup
  • d172886 fix race condition AddHook and traces
  • See full diff 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 it's up-to-date and 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)

🔄 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/445 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/10/2021 **Status:** ✅ Merged **Merged:** 3/10/2021 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/sirupsen/logrus-1.8.1` --- ### 📝 Commits (1) - [`ced9a78`](https://github.com/fsouza/fake-gcs-server/commit/ced9a78231fc4f917e4115de74fe1b75a3b761c6) build(deps): bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1 ### 📊 Changes **2 files changed** (+3 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -4) </details> ### 📄 Description Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.0 to 1.8.1. <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.8.1</h1> <p>Code quality:</p> <ul> <li>move magefile in its own subdir/submodule to remove magefile dependency on logrus consumer</li> <li>improve timestamp format documentation</li> </ul> <p>Fixes:</p> <ul> <li>fix race condition on logger hooks</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sirupsen/logrus/commit/bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b"><code>bdc0db8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1244">#1244</a> from sirupsen/dbd-release</li> <li><a href="https://github.com/sirupsen/logrus/commit/1bfef4b98654a1c76ee6f3eb2c844b5178e7d81b"><code>1bfef4b</code></a> update changelog</li> <li><a href="https://github.com/sirupsen/logrus/commit/7a997b92850ad24b0a836d7416ff2009bfc6e98d"><code>7a997b9</code></a> improve documentation about timestamp format</li> <li><a href="https://github.com/sirupsen/logrus/commit/f104497f2b2129ab888fd274891f3a278756bcde"><code>f104497</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1238">#1238</a> from thaJeztah/move_mage</li> <li><a href="https://github.com/sirupsen/logrus/commit/1d8091a7e9eb9d08b8bfe15ba93cdf16c347e7a4"><code>1d8091a</code></a> move &quot;mage&quot; to a separate module</li> <li><a href="https://github.com/sirupsen/logrus/commit/feebf74e97cb01ec01c8161ddc2dfee68f19d897"><code>feebf74</code></a> travis: run mage with -v to not discard output</li> <li><a href="https://github.com/sirupsen/logrus/commit/6cff360233dc4457f1536e4f3df4e4e740fd3410"><code>6cff360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1234">#1234</a> from sirupsen/dbd-cleanup</li> <li><a href="https://github.com/sirupsen/logrus/commit/d17288604571da9cdf3fa88254f39a4a746ca97d"><code>d172886</code></a> fix race condition AddHook and traces</li> <li>See full diff in <a href="https://github.com/sirupsen/logrus/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 it's up-to-date and 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) </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:52 +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#618
No description provided.