Skip to content

fix(deps): update gomod dependencies#293

Open
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/gomod-dependencies
Open

fix(deps): update gomod dependencies#293
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/gomod-dependencies

Conversation

@red-hat-konflux-kflux-prd-rh03

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
github.com/evanphx/json-patch v4.12.0+incompatiblev4.13.0+incompatible age confidence indirect minor
github.com/fsnotify/fsnotify v1.6.0v1.10.1 age confidence indirect minor
github.com/go-logr/logr v1.3.0v1.4.3 age confidence require minor
github.com/go-openapi/jsonpointer v0.23.1v0.24.0 age confidence indirect minor
github.com/go-openapi/jsonreference v0.21.5v0.21.6 age confidence indirect patch
github.com/go-openapi/swag v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/cmdutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/conv v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/fileutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/jsonname v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/jsonutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/loading v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/mangling v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/netutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/stringutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/typeutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/yamlutils v0.26.0v0.27.0 age confidence indirect minor
github.com/golang/groupcache 41bb18b2c02b82 age confidence indirect digest
github.com/google/gnostic v0.5.7-v3refsv0.7.1 age confidence indirect minor
github.com/google/pprof 4bb14d47023385 age confidence indirect digest
github.com/hashicorp/go-version v1.6.0v1.9.0 age confidence require minor
github.com/onsi/ginkgo/v2 v2.9.5v2.32.0 age confidence require minor
github.com/onsi/gomega v1.27.7v1.42.1 age confidence require minor
github.com/openshift/api 96eec44ef71f94 require digest
github.com/prometheus/client_golang v1.15.1v1.23.2 age confidence indirect minor
github.com/prometheus/common v0.43.0v0.69.0 age confidence indirect minor
github.com/prometheus/procfs v0.9.0v0.21.0 age confidence indirect minor v0.21.1
go (source) 1.26.31.26.4 age confidence toolchain patch
go.uber.org/multierr v1.10.0v1.11.0 age confidence indirect minor
go.uber.org/zap v1.26.0v1.28.0 age confidence indirect minor
golang.org/x/net v0.38.0v0.56.0 age confidence indirect minor
golang.org/x/oauth2 v0.7.0v0.36.0 age confidence indirect minor
golang.org/x/sys v0.31.0v0.46.0 age confidence indirect minor
golang.org/x/term v0.30.0v0.44.0 age confidence indirect minor
golang.org/x/text v0.23.0v0.38.0 age confidence indirect minor
golang.org/x/time v0.3.0v0.15.0 age confidence indirect minor
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2dv0.47.0 age confidence indirect minor
gomodules.xyz/jsonpatch/v2 v2.3.0v2.5.0 age confidence indirect minor
google.golang.org/protobuf v1.36.6v1.36.11 age confidence indirect patch
k8s.io/api v0.27.8v0.36.2 age confidence require minor
k8s.io/apiextensions-apiserver v0.27.7v0.36.2 age confidence indirect minor
k8s.io/apimachinery v0.27.8v0.36.2 age confidence require minor
k8s.io/client-go v0.27.8v0.36.2 age confidence require minor
k8s.io/component-base v0.27.7v0.36.2 age confidence indirect minor
k8s.io/klog/v2 v2.90.1v2.140.0 age confidence indirect minor
k8s.io/kube-openapi 8b0f38b8f3fa49 age confidence require digest
k8s.io/utils a5ecb01be93311 age confidence require digest
sigs.k8s.io/controller-runtime v0.15.3v0.24.1 age confidence require minor
sigs.k8s.io/e2e-framework v0.2.0v0.7.0 age confidence indirect minor
sigs.k8s.io/json bc3834c2d32026 age confidence indirect digest
sigs.k8s.io/structured-merge-diff/v4 v4.2.3v4.7.0 age confidence indirect minor
sigs.k8s.io/yaml v1.3.0v1.6.0 age confidence indirect minor

Warning

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


Release Notes

evanphx/json-patch (github.com/evanphx/json-patch)

v4.13.0+incompatible

Compare Source

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.10.1

Compare Source

Changes and fixes
  • inotify: don't remove sibling watches sharing a path prefix (#​754)

  • inotify, windows: don't rename sibling watches sharing a path prefix
    (#​755)

v1.10.0

Compare Source

This version of fsnotify needs Go 1.23.

Changes and fixes
  • inotify: improve initialization error message (#​731)

  • inotify: send Rename event if recursive watch is renamed (#​696)

  • inotify: avoid copying event buffers when reading names (#​741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#​748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#​740)

  • windows: fix nil pointer dereference in remWatch (#​736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#​709, #​749)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

v1.8.0

Compare Source

Additions

  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#​619)
Changes and fixes
  • windows: fix behaviour of WatchList() to be consistent with other platforms (#​610)

  • kqueue: ignore events with Ident=0 (#​590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#​617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#​625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#​620)

  • inotify: fix panic when calling Remove() in a goroutine (#​650)

  • fen: allow watching subdirectories of watched directories (#​621)

v1.7.0

Compare Source

This version of fsnotify needs Go 1.17.

Additions
  • illumos: add FEN backend to support illumos and Solaris. (#​371)

  • all: add NewBufferedWatcher() to use a buffered channel, which can be useful in cases where you can't control the kernel buffer and receive a large number of events in bursts. (#​550, #​572)

  • all: add AddWith(), which is identical to Add() but allows passing options. (#​521)

  • windows: allow setting the ReadDirectoryChangesW() buffer size with fsnotify.WithBufferSize(); the default of 64K is the highest value that works on all platforms and is enough for most purposes, but in some cases a highest buffer is needed. (#​521)

Changes and fixes
  • inotify: remove watcher if a watched path is renamed (#​518)

    After a rename the reported name wasn't updated, or even an empty string. Inotify doesn't provide any good facilities to update it, so just remove the watcher. This is already how it worked on kqueue and FEN.

    On Windows this does work, and remains working.

  • windows: don't listen for file attribute changes (#​520)

    File attribute changes are sent as FILE_ACTION_MODIFIED by the Windows API, with no way to see if they're a file write or attribute change, so would show up as a fsnotify.Write event. This is never useful, and could result in many spurious Write events.

  • windows: return ErrEventOverflow if the buffer is full (#​525)

    Before it would merely return "short read", making it hard to detect this error.

  • kqueue: make sure events for all files are delivered properly when removing a watched directory (#​526)

    Previously they would get sent with "" (empty string) or "." as the path name.

  • kqueue: don't emit spurious Create events for symbolic links (#​524)

    The link would get resolved but kqueue would "forget" it already saw the link itself, resulting on a Create for every Write event for the directory.

  • all: return ErrClosed on Add() when the watcher is closed (#​516)

  • other: add Watcher.Errors and Watcher.Events to the no-op Watcher in backend_other.go, making it easier to use on unsupported platforms such as WASM, AIX, etc. (#​528)

  • other: use the backend_other.go no-op if the appengine build tag is set; Google AppEngine forbids usage of the unsafe package so the inotify backend won't compile there.

go-logr/logr (github.com/go-logr/logr)

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

v1.4.2

Compare Source

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

Full Changelog: go-logr/logr@v1.4.0...v1.4.1

v1.4.0

Compare Source

This release dramatically improves interoperability with Go's log/slog package. In particular, logr.NewContext and logr.NewContextWithSlogLogger use the same context key, which allows logr.FromContext and logr.FromContextAsSlogLogger to return logr.Logger or *slog.Logger respectively, including transparently converting each to the other as needed.

Functions logr/slogr.NewLogr and logr/slogr.ToSlogHandler have been superceded by logr.FromSlogHandler and logr.ToSlogHandler respectively, and type logr/slogr.SlogSink has been superceded by logr.SlogSink. All of the old names in logr/slogr remain, for compatibility.

Package logr/funcr now supports logr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being that funcr handles the timestamp itself).

Users who have a logr.Logger and need a *slog.Logger can call slog.New(logr.ToSlogHandler(...)) and all output will go through the same stack.

Users who have a *slog.Logger or slog.Handler can call logr.FromSlogHandler(...) and all output will go through the same stack.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.3.0...v1.4.0

go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.24.0

Compare Source

0.24.0 - 2026-06-29

Full Changelog: go-openapi/jsonpointer@v0.23.2...v0.24.0

17 commits in this release.


Implemented enhancements
  • feat(jsonname): added new json name provider more respectful of go conventions for JSON (#​195) by @​fredbi ...
Refactor
  • refact: refactored the package into multiple specialized sub-packages by @​fredbi ...
  • refact loading, jsonutils, yamlutils utililities by @​fredbi ...
Documentation
Code quality
Testing
Miscellaneous tasks
  • chore: removed most remaining external dependencies by @​fredbi ...
Updates
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
Other (technical)

People who contributed to this release

jsonpointer license terms

License

v0.23.2

Compare Source

0.23.2 - 2026-06-26

Full Changelog: go-openapi/jsonpointer@v0.23.1...v0.23.2

13 commits in this release.


Implemented enhancements
  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

jsonpointer license terms

License

go-openapi/jsonreference (github.com/go-openapi/jsonreference)

v0.21.6

Compare Source

0.21.6 - 2026-05-31

Full Changelog: go-openapi/jsonreference@v0.21.5...v0.21.6

21 commits in this release.


Documentation
Code quality
Miscellaneous tasks
Updates
  • build(deps): bump the development-dependencies group across 1 directory with 7 updates by @​dependabot[bot] in #​97 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.5.0 to 2.5.1 in the go-openapi-dependencies group by @​dependabot[bot] in #​96 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.4.2 to 2.5.0 in the go-openapi-dependencies group by @​dependabot[bot] in #​95 ...
  • build(deps): bump github.com/go-openapi/jsonpointer from 0.23.0 to 0.23.1 in the go-openapi-dependencies group by @​dependabot[bot] in #​93 ...
  • build(deps): bump github.com/go-openapi/jsonpointer from 0.22.5 to 0.23.0 in the go-openapi-dependencies group by @​dependabot[bot] in #​90 ...
  • build(deps): bump the development-dependencies group with 7 updates by @​dependabot[bot] in #​91 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.4.1 to 2.4.2 in the go-openapi-dependencies group by @​dependabot[bot] in #​88 ...
  • build(deps): bump github.com/go-openapi/testify/v2 from 2.4.0 to 2.4.1 in the go-o

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 02:00 AM and 04:59 AM, Monday through Friday (* 2-4 * * 1-5)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot added 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. labels Jun 16, 2026
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot enabled auto-merge (squash) June 16, 2026 04:08
@red-hat-konflux-kflux-prd-rh03

red-hat-konflux-kflux-prd-rh03 Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f -> v0.0.0-20260519202549-bbf5c5577288
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee

@openshift-ci openshift-ci Bot requested review from joshbranham and reedcort June 16, 2026 04:09
@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 Jun 16, 2026
@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Hi @red-hat-konflux-kflux-prd-rh03[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-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD c62659d and 2 for PR HEAD bdae9b0 in total

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux-kflux-prd-rh03[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/images bdae9b0 link true /test images
ci/prow/validate bdae9b0 link true /test validate
ci/prow/lint bdae9b0 link true /test lint
ci/prow/coverage bdae9b0 link true /test coverage
ci/prow/test bdae9b0 link true /test test

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.

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from bdae9b0 to dabffe7 Compare June 17, 2026 04:14
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 17, 2026
@openshift-ci

openshift-ci Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch 4 times, most recently from aae1598 to 3c37249 Compare June 24, 2026 04:05
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch 2 times, most recently from e74d0ba to 16341db Compare June 26, 2026 04:03
@red-hat-konflux-kflux-prd-rh03

red-hat-konflux-kflux-prd-rh03 Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go mod tidy
go: downloading github.com/onsi/ginkgo/v2 v2.32.0
go: downloading github.com/onsi/gomega v1.42.1
go: downloading github.com/openshift/osde2e-common v0.0.0-20230828192052-1b1a774e2df6
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading sigs.k8s.io/e2e-framework v0.7.0
go: downloading go.uber.org/goleak v1.3.0
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/vladimirvivien/gexe v0.5.0
go: downloading github.com/gkampitakis/go-snaps v0.5.15
go: downloading github.com/joshdk/go-junit v1.0.0
go: downloading github.com/mfridman/tparse v0.18.0
go: downloading github.com/Masterminds/semver/v3 v3.4.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/go-openapi/testify/v2 v2.6.0
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/klauspost/compress v1.18.0
go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
go: downloading k8s.io/streaming v0.36.2
go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading golang.org/x/tools v0.47.0
go: downloading github.com/gkampitakis/ciinfo v0.3.2
go: downloading github.com/gkampitakis/go-diff v1.3.2
go: downloading github.com/goccy/go-yaml v1.18.0
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/maruel/natural v1.1.1
go: downloading github.com/tidwall/gjson v1.18.0
go: downloading github.com/tidwall/pretty v1.2.1
go: downloading github.com/go-openapi/swag/jsonutils/fixtures_test v0.27.0
go: downloading github.com/go-openapi/testify/enable/yaml/v2 v2.6.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/moby/spdystream v0.5.1
go: downloading k8s.io/component-base v0.36.2
go: downloading github.com/google/pprof v0.0.0-20260604005048-7023385849c0
go: downloading github.com/tidwall/sjson v1.2.5
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.14.1
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
go: downloading golang.org/x/mod v0.37.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading go.opentelemetry.io/otel/trace v1.41.0
go: downloading go.opentelemetry.io/otel v1.41.0
go: finding module for package k8s.io/api/autoscaling/v2beta2
go: finding module for package k8s.io/api/autoscaling/v2beta1
go: finding module for package k8s.io/api/flowcontrol/v1alpha1
go: finding module for package k8s.io/api/scheduling/v1alpha1
go: github.com/openshift/custom-domains-operator/test/e2e imports
	github.com/openshift/osde2e-common/pkg/clients/openshift imports
	github.com/openshift/api imports
	k8s.io/api/autoscaling/v2beta1: module k8s.io/api@latest found (v0.36.2), but does not contain package k8s.io/api/autoscaling/v2beta1
go: github.com/openshift/custom-domains-operator/test/e2e imports
	github.com/openshift/osde2e-common/pkg/clients/openshift imports
	github.com/openshift/api imports
	k8s.io/api/autoscaling/v2beta2: module k8s.io/api@latest found (v0.36.2), but does not contain package k8s.io/api/autoscaling/v2beta2
go: github.com/openshift/custom-domains-operator/test/e2e imports
	github.com/openshift/osde2e-common/pkg/clients/openshift imports
	github.com/openshift/api imports
	k8s.io/api/flowcontrol/v1alpha1: module k8s.io/api@latest found (v0.36.2), but does not contain package k8s.io/api/flowcontrol/v1alpha1
go: github.com/openshift/custom-domains-operator/test/e2e imports
	github.com/openshift/osde2e-common/pkg/clients/openshift imports
	github.com/openshift/api imports
	k8s.io/api/scheduling/v1alpha1: module k8s.io/api@latest found (v0.36.2), but does not contain package k8s.io/api/scheduling/v1alpha1

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch 4 times, most recently from b2fc2cc to 300b083 Compare July 2, 2026 04:02
@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh03[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

Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from 300b083 to 3fea5ae Compare July 3, 2026 04:02
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. 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