Skip to content

OCM-00000 | ci: Update module github.com/briandowns/spinner to v1.23.2#3287

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-briandowns-spinner-1.x
Open

OCM-00000 | ci: Update module github.com/briandowns/spinner to v1.23.2#3287
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-briandowns-spinner-1.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/briandowns/spinner v1.11.1v1.23.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

briandowns/spinner (github.com/briandowns/spinner)

v1.23.2

Compare Source

v1.23.1

Compare Source

What's Changed

New Contributors

Full Changelog: briandowns/spinner@v1.23.0...v1.23.1

v1.23.0

Compare Source

v1.22.0

Compare Source

v1.21.0

Compare Source

v1.20.0

Compare Source

v1.19.0

Compare Source

v1.18.1

Compare Source

v1.18.0

Compare Source

v1.17.0

Compare Source

v1.16.0

Compare Source

v1.15.0

Compare Source

v1.14.0

Compare Source

v1.13.0

Compare Source

v1.12.0

Compare Source


Configuration

📅 Schedule: (UTC)

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

@red-hat-konflux red-hat-konflux Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jun 25, 2026
@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

The go.mod file updates the direct requirement for github.com/briandowns/spinner from v1.11.1 to v1.23.2.

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR body is a Renovate update note and does not follow the repository template, missing the required summary, issue links, test steps, and change classification. Rewrite the description using the template sections, add the Jira/GitHub links, explain why/what changed, and include validation steps or N/A where appropriate.
✅ Passed checks (14 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the dependency bump to spinner v1.23.2 and matches the change.
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 Only go.mod changed; no test files or Ginkgo titles were added or modified, so there’s no unstable test-name risk.
Test Structure And Quality ✅ Passed PASS: This PR only updates go.mod’s spinner version; no Ginkgo test files or test logic changed, so the test-structure checklist isn’t applicable.
Microshift Test Compatibility ✅ Passed PR only bumps a Go dependency in go.mod; no new Ginkgo tests or MicroShift-relevant APIs/features were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS: The PR only bumps briandowns/spinner in go.mod/go.sum; no new or modified Ginkgo e2e tests were added, so SNO compatibility checks don't apply.
Topology-Aware Scheduling Compatibility ✅ Passed Only go.mod/go.sum/vendor spinner files changed; no manifests, controllers, or scheduling code were modified, and spinner usage is CLI-only.
Ote Binary Stdout Contract ✅ Passed Only go.mod changed for a dependency bump; no main/init/TestMain or suite stdout code was modified.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PASS — This PR only updates go.mod's spinner dependency; no new or modified Ginkgo e2e tests or network-reliant test code were introduced.
No-Weak-Crypto ✅ Passed PR only bumps briandowns/spinner; the vendored spinner package imports no crypto libs and contains no MD5/SHA1/DES/RC4/ECB or secret-compare code.
Container-Privileges ✅ Passed PR only bumps a Go dependency in go.mod; no container/K8s manifests or privilege settings are changed.
No-Sensitive-Data-In-Logs ✅ Passed Only a spinner dependency/vendor bump changed; no new logging code or sensitive-data output was introduced.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/master/github.com-briandowns-spinner-1.x

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

@openshift-ci openshift-ci Bot requested review from gdbranco and jerichokeyne June 25, 2026 15:41
@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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.

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 26.17%. Comparing base (aae6b62) to head (4177c39).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3287   +/-   ##
=======================================
  Coverage   26.17%   26.17%           
=======================================
  Files         334      334           
  Lines       36704    36704           
=======================================
  Hits         9608     9608           
  Misses      26359    26359           
  Partials      737      737           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-briandowns-spinner-1.x branch from a71c8d5 to 4177c39 Compare June 25, 2026 22:43
@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux[bot]: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@amandahla

Copy link
Copy Markdown
Contributor

/approve
/lgtm
/check-required-labels

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 26, 2026
@openshift-ci

openshift-ci Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: amandahla, red-hat-konflux[bot]

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

The pull request process is described 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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant