Skip to content

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

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
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 into
masterfrom
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
@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: Enterprise

Run ID: 67a59241-f03e-4ef5-95a9-a348225cc5c8

📥 Commits

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

⛔ 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
✅ Files skipped from review due to trivial changes (1)
  • go.mod

📝 Walkthrough

Walkthrough

This pull request updates a Go module dependency in go.mod. The direct require entry for github.com/sirupsen/logrus is upgraded from version v1.9.3 to v1.9.4. No other require or replace directives were modified. The change is a one-line replacement in the module file (one line removed, one line added).

🚥 Pre-merge checks | ✅ 11 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is incomplete. It lacks required sections such as PR Summary, Detailed Description, Type of Change, Previous/After Behavior, Testing steps, Breaking Changes assessment, and Developer Verification Checklist. Add missing template sections including PR Summary, Type of Change checkbox selection, Previous/After Behavior, Testing/Validation steps, Breaking Changes confirmation, and Developer Verification Checklist items.
✅ Passed checks (11 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: updating the logrus module dependency from v1.9.3 to v1.9.4.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR only updates go.mod/go.sum dependency versions; no test code is modified. The check for stable Ginkgo test names does not apply to this dependency update PR.
Test Structure And Quality ✅ Passed This PR only updates logrus from v1.9.3 to v1.9.4 in go.mod/go.sum. No test code or implementation code was modified. The Ginkgo test quality check is not applicable to dependency-only changes.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests reference MicroShift-incompatible APIs. Added tests are CLI/unit tests using mocked OCM and AWS APIs, not direct Kubernetes cluster API calls. No problematic patterns detected.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR only updates the logrus dependency version in go.mod from v1.9.3 to v1.9.4. No new Ginkgo e2e tests are added, so the SNO test compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates logrus dependency version in go.mod. No deployment manifests, operator code, controllers, or scheduling constraints are modified. Check not applicable to dependency-only updates.
Ote Binary Stdout Contract ✅ Passed OTE Stdout Contract check is not applicable. Rosa is a CLI tool, not an OTE binary. Logrus v1.9.4 has no stdout behavior changes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR only updates the logrus dependency in go.mod. No new Ginkgo e2e tests were added. The custom check applies only to new test additions and is not applicable to this dependency-only update.

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

@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 May 4, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 4, 2026
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 May 5, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 5, 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 69e880d to faf497d Compare May 5, 2026 02:25
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