Skip to content

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

Open
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/github.com-sirupsen-logrus-1.x
Open

Update module github.com/sirupsen/logrus to v1.9.4#3194
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/github.com-sirupsen-logrus-1.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux Bot commented Feb 14, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/sirupsen/logrus v1.9.3v1.9.4 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Feb 14, 2026

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 14, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-sirupsen-logrus-1.x branch from c487b9b to 5d07429 Compare March 31, 2026 22:19
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/sirupsen/logrus to v1.9.4 Update module github.com/sirupsen/logrus to v1.9.4 - autoclosed Apr 19, 2026
@red-hat-konflux red-hat-konflux Bot closed this Apr 19, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/master/github.com-sirupsen-logrus-1.x branch April 19, 2026 22:25
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/sirupsen/logrus to v1.9.4 - autoclosed Update module github.com/sirupsen/logrus to v1.9.4 Apr 20, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 20, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-sirupsen-logrus-1.x branch 2 times, most recently from 5d07429 to 69e880d Compare April 20, 2026 06:07
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: 2eaa271c-ba8a-4648-be74-1bc33990398f

📥 Commits

Reviewing files that changed from the base of the PR and between c6c95de and 69e880d.

⛔ Files ignored due to path filters (15)
  • go.sum is excluded by !**/*.sum
  • vendor/github.com/sirupsen/logrus/.golangci.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/CHANGELOG.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/appveyor.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/entry.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/hooks.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/logger.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/logrus.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/terminal_check_bsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/terminal_check_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/terminal_check_wasi.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/terminal_check_wasip1.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/text_formatter.go is excluded by !vendor/**, !**/vendor/**
  • vendor/modules.txt is excluded by !vendor/**, !**/vendor/**
📒 Files selected for processing (1)
  • go.mod

📝 Walkthrough

Walkthrough

This pull request updates a Go module dependency in go.mod. The direct dependency for github.com/sirupsen/logrus is upgraded from version v1.9.3 to v1.9.4. This is the only modification made to the dependency declarations, with no changes to other require entries or replace directives. The update consists of one line added and one line removed in the module configuration file.

🚥 Pre-merge checks | ✅ 9 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is largely incomplete against the template requirements, missing most required sections like PR Summary, Detailed Description, Type of Change checkbox selection, test procedures, and developer verification checklist. Complete the PR description using the repository template by adding PR Summary, checking the appropriate Type of Change (likely 'build'), including test validation steps, and filling out the developer verification checklist.
✅ Passed checks (9 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating the logrus module dependency from v1.9.3 to v1.9.4, which matches the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed The custom check for Stable and Deterministic Test Names is not applicable to this pull request. This PR only updates dependency versions in go.mod and go.sum files—specifically updating github.com/sirupsen/logrus from v1.9.3 to v1.9.4. No test files are modified, created, or changed in any way, so there are no Ginkgo test names to evaluate. The check requirement only applies to pull requests that introduce or modify Ginkgo test definitions.
Test Structure And Quality ✅ Passed This PR is a dependency update to go.mod/go.sum files only, with no modifications to Ginkgo test code structure, assertions, setup/cleanup patterns, or timeouts.
Microshift Test Compatibility ✅ Passed This PR only updates the logrus dependency version in go.mod and does not add any new Ginkgo e2e tests, making the custom check inapplicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only updates logrus dependency in go.mod from v1.9.3 to v1.9.4 with no new test code added.
Topology-Aware Scheduling Compatibility ✅ Passed PR updates logrus dependency v1.9.3 to v1.9.4; no scheduling logic changes detected in deployment manifests, operator code, or controllers.
Ote Binary Stdout Contract ✅ Passed PR updates logrus dependency only without modifying source code. Logrus defaults to os.Stderr output, not stdout. No stdout writes introduced at process level.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR only updates the logrus dependency version in go.mod from v1.9.3 to v1.9.4, with no new Ginkgo e2e tests added.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/master/github.com-sirupsen-logrus-1.x

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 20, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign davidleerh for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 20, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign davidleerh for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants