[PR #813] [CLOSED] build(deps): bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1 #1623

Closed
opened 2026-03-01 21:51:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/813
Author: @dependabot[bot]
Created: 9/13/2021
Status: Closed

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

v1.8.1

No release notes provided.

v1.8.0

Correct versioning number replacing v1.7.1

v1.7.1

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
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

1.8.0

Correct versioning number replacing v1.7.1.

1.7.1

Beware this release has introduced a new public API and its semver is therefore incorrect.

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
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
  • d59e561 Merge pull request #1231 from sirupsen/dbd-cleanup
  • 35ab8d8 update changelog
  • 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 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/nektos/act/pull/813 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/13/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/sirupsen/logrus-1.8.1` --- ### 📝 Commits (1) - [`b3bd6b6`](https://github.com/nektos/act/commit/b3bd6b6a3575c656a3a213c41f982133dee57942) build(deps): bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1 ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -1) </details> ### 📄 Description Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.8.1. <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> <h2>v1.8.1</h2> <p>No release notes provided.</p> <h2>v1.8.0</h2> <p>Correct versioning number replacing v1.7.1</p> <h2>v1.7.1</h2> <h1>Code quality:</h1> <ul> <li>use go 1.15 in travis</li> <li>use magefile as task runner</li> </ul> <h1>Fixes:</h1> <ul> <li>small fixes about new go 1.13 error formatting system</li> <li>Fix for long time race condiction with mutating data hooks</li> </ul> <h1>Features:</h1> <ul> <li>build support for zos</li> </ul> </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.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> <h1>1.8.0</h1> <p>Correct versioning number replacing v1.7.1.</p> <h1>1.7.1</h1> <p>Beware this release has introduced a new public API and its semver is therefore incorrect.</p> <p>Code quality:</p> <ul> <li>use go 1.15 in travis</li> <li>use magefile as task runner</li> </ul> <p>Fixes:</p> <ul> <li>small fixes about new go 1.13 error formatting system</li> <li>Fix for long time race condiction with mutating data hooks</li> </ul> <p>Features:</p> <ul> <li>build support for zos</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><a href="https://github.com/sirupsen/logrus/commit/d59e5619da7b597f81da5b56ba4f315daba0a667"><code>d59e561</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1231">#1231</a> from sirupsen/dbd-cleanup</li> <li><a href="https://github.com/sirupsen/logrus/commit/35ab8d8fef777a520fdaea54bfa3e1d2e5eb7c2e"><code>35ab8d8</code></a> update changelog</li> <li>Additional commits viewable in <a href="https://github.com/sirupsen/logrus/compare/v1.7.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.7.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-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-01 21:51:58 +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/act#1623
No description provided.