Skip to content

Update go module minor/patch updates#230

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/mintmaker/main/go-module-minorpatch-updates
Jul 7, 2026
Merged

Update go module minor/patch updates#230
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/mintmaker/main/go-module-minorpatch-updates

Conversation

@red-hat-konflux-kflux-prd-rh02

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-openapi/jsonpointer v0.23.2v0.24.0 age confidence
github.com/go-openapi/swag v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/cmdutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/conv v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/fileutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/jsonname v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/jsonutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/loading v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/mangling v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/netutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/stringutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/typeutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/yamlutils v0.26.1v0.27.0 age confidence
github.com/google/cel-go v0.28.1v0.29.1 age confidence
github.com/klauspost/compress v1.18.6v1.19.0 age confidence
github.com/prometheus/procfs v0.20.1v0.21.1 age confidence
github.com/shirou/gopsutil/v4 v4.26.5v4.26.6 age confidence
golang.org/x/text v0.38.0v0.39.0 age confidence
google.golang.org/api v0.286.0v0.287.0 age confidence
google.golang.org/grpc v1.81.1v1.82.0 age confidence

Release Notes

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

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

v0.27.0

Compare Source

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

swag license terms

License

Per-module changes

conv (0.27.0)
Miscellaneous tasks
Updates

fileutils (0.27.0)
Updates

jsonname (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/easyjson (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration/benchmarks (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration (0.27.0)
Miscellaneous tasks
Updates

jsonutils/fixtures_test (0.27.0)
Updates

jsonutils (0.27.0)
Miscellaneous tasks
Updates

loading (0.27.0)
Miscellaneous tasks
Updates

mangling (0.27.0)
Updates

netutils (0.27.0)
Updates

pools (0.27.0)
Implemented enhancements

stringutils (0.27.0)
Updates

typeutils (0.27.0)
Updates

yamlutils (0.27.0)
Miscellaneous tasks
Updates
google/cel-go (github.com/google/cel-go)

v0.29.1

Compare Source

What's Changed

Full Changelog: cel-expr/cel-go@v0.29.0...v0.29.1

v0.29.0

Compare Source

What's Changed

New Features
Bug Fixes
Cost Tracking
Testing & Tooling
Documentation
klauspost/compress (github.com/klauspost/compress)

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.6...v1.19.0

v1.18.7

Compare Source

  • Fix s2.NewDict OOB read.

Security release without other changes.

Full Changelog: klauspost/compress@v1.18.6...v1.18.7

prometheus/procfs (github.com/prometheus/procfs)

v0.21.1

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.21.0...v0.21.1

v0.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.20.1...v0.21.0

shirou/gopsutil (github.com/shirou/gopsutil/v4)

v4.26.6

Compare Source

What's Changed

cpu
disk
  • [disk][linux]: fix missiing sub volume partitions on zfs and btrfs by @​shirou in #​2101
mem
sensor
  • fix(sensors/darwin): parse sp78 temperatures instead of returning 0.0 by @​drutsan in #​2084

New Contributors

Full Changelog: shirou/gopsutil@v4.26.5...v4.26.6

googleapis/google-api-go-client (google.golang.org/api)

v0.287.0

Compare Source

Features
grpc/grpc-go (google.golang.org/grpc)

v1.82.0: Release 1.82.0

Compare Source

Behavior Changes

  • server: Remove support for GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING environment varibale. Strict incoming RPC path validation (which has been the default since v1.79.3) can no longer be disabled. (#​9112)
  • transport: Add environment variable to change the default max header list size from 16MB to 8KB. This may be enabled by setting GRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE=true. This will be enabled by default in a subsequent release. (#​9019)
  • balancer: Load Balancing policy registry is now case-sensitive. Set GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES=false (and file an issue) to revert to case-insensitive behavior. (#​9017)

New Features

  • experimental/stats: Expose a new API, NewContextWithLabelCallback, to register a callback that is invoked when telemetry labels are added. (#​8877)
  • client: Return a portion of the response body in the error message, when the client receives an unexpected non-gRPC HTTP response, to make debugging easier. (#​8929)
  • server: Add environment variable GRPC_GO_SERVER_GOROUTINE_LABELS that controls setting runtime/pprof.Labels on goroutines spawned by the server. Set GRPC_GO_SERVER_GOROUTINE_LABELS=grpc.method=true to add the grpc.method label on goroutines spawned to handle incoming requests. (#​9082)

Bug Fixes

  • xds/server: Fix a memory leak of HTTP filter instances occurring when route configurations are updated in-place during a Route Discovery Service (RDS) update. (#​9138)
  • grpc: In the deprecated gzip Compressor (used via the deprecated WithCompressor dial option), enforce the MaxRecvMsgSize limit on the decompressed message buffer, preventing excessive memory allocation from highly compressed payloads. (#​9114)
  • stats/opentelemetry: Record retry attempts, grpc.previous-rpc-attempts, at the call level and not the attempt level. (#​8923)
  • encoding: Ensure Close() is always called on readers returned from Compressor.Decompress if possible. (#​9135)
  • channelz: Fix the LastMessageSentTimestamp and LastMessageReceivedTimestamp fields in SocketMetrics to ensure they contain correct timestamp values. (#​9109)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday"
  • 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.

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@openshift-ci

openshift-ci Bot commented Jul 6, 2026

Copy link
Copy Markdown

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

I'm waiting for a openshift-hyperfleet 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.

@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

go.mod modifies indirect dependency version pins: cel-go, golang.org/x/text, go-openapi/swag suite (with jsonpointer bumped and swag/jsonname entry removed), klauspost/compress, prometheus/procfs, shirou/gopsutil/v4, and google.golang.org/api and grpc. No exported/public declarations changed.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Security note: Unverified transitive bumps to google.golang.org/grpc (v1.81.1→v1.82.0) and google.golang.org/api touch network/RPC attack surface — check upstream changelogs/advisories (no CVE cited in diff) before merge. go-openapi/swag/jsonname removal changes the dependency graph shape; confirm no residual references or supply-chain substitution risk (CWE-1104-class: unmaintained/third-party component reliance). No go.sum hashes included in this summary — verify checksum integrity separately.

Suggested labels: dependencies, go.mod

Suggested reviewers: N/A — assign based on module ownership of vendored network/RPC and OpenAPI dependencies.

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
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.
Sec-02: Secrets In Log Output ✅ Passed PASS: PR only updates go.mod/go.sum dependency versions; no non-test log statements were added or modified, so no CWE-532 exposure.
No Hardcoded Secrets ✅ Passed No hardcoded secrets found; only dependency version bumps and standard go.sum checksums, with no CWE-321/CWE-798 indicators.
No Weak Cryptography ✅ Passed PASS: diff only updates go.mod/go.sum; no added crypto/md5/des/rc4/SHA1/HMAC/ECB code or custom crypto, so no CWE-327/CWE-916 issue.
No Injection Vectors ✅ Passed Only go.mod/go.sum changed; no added SQL, exec.Command, template.HTML, or yaml.Unmarshal sinks in repo code.
No Privileged Containers ✅ Passed PR diff only touches go.mod/go.sum; no Kubernetes/OpenShift manifests, Helm templates, or Dockerfiles were modified.
No Pii Or Sensitive Data In Logs ✅ Passed PASS: Diff only updates go.mod/go.sum deps; no logging calls or sensitive fields changed, so no CWE-532 exposure.
Title check ✅ Passed The title identifies the main change: Go module dependency version bumps.
Description check ✅ Passed The description matches the changeset and lists the updated dependencies.
✨ 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/main/go-module-minorpatch-updates
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch konflux/mintmaker/main/go-module-minorpatch-updates

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

@rafabene

rafabene commented Jul 6, 2026

Copy link
Copy Markdown
Member

/ok-to-test

@hyperfleet-ci-bot

Copy link
Copy Markdown

Risk Score: 0 — risk/low

Signal Detail Points
PR size 129 lines +0
Sensitive paths none +0

Computed by hyperfleet-risk-scorer

@rafabene

rafabene commented Jul 7, 2026

Copy link
Copy Markdown
Member

/lgtm

@openshift-ci

openshift-ci Bot commented Jul 7, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rafabene

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 label Jul 7, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit b8698b6 into main Jul 7, 2026
10 checks passed
kuudori added a commit to kuudori/hyperfleet-adapter that referenced this pull request Jul 7, 2026
…overy

- Cap gRPC reconnect backoff at 5s via ExtraDialOpts/ConnectParams
  (upstream sdk-go PR openshift-hyperfleet#230 merged)
- Add bounded retry (3 attempts, exponential backoff) for transient
  gRPC errors (codes.Unavailable) in Create/Get/Patch ManifestWork
- Log structured warning in AlwaysAck before discarding errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant