Skip to content

HYPERFLEET-927 - fix: bump gRPC to v1.79.3 (CVE-2026-33186) + advisory lock race fix#105

Merged
rafabene merged 2 commits into
openshift-hyperfleet:release-0.2from
rafabene:cherry-pick-cve-grpc-to-release-0.2
Apr 13, 2026
Merged

HYPERFLEET-927 - fix: bump gRPC to v1.79.3 (CVE-2026-33186) + advisory lock race fix#105
rafabene merged 2 commits into
openshift-hyperfleet:release-0.2from
rafabene:cherry-pick-cve-grpc-to-release-0.2

Conversation

@rafabene

Copy link
Copy Markdown
Member

Summary

Cherry-picks for z-stream release 0.2.1:

  • HYPERFLEET-927/HYPERFLEET-762: Bump google.golang.org/grpc to v1.79.3 to fix CVE-2026-33186 (minimal dependency bump, no OpenTelemetry refactor)
  • HYPERFLEET-875: Fix advisory lock race condition with transactions

Test plan

  • make verify-all passes (721 unit tests)
  • Integration tests
  • E2E tests on release-0.2 branch

rafabene and others added 2 commits April 13, 2026 14:00
…actions

Fixes race condition where advisory locks could be acquired within existing
transactions, causing locks to be released before transactions commit.

- Add fail-fast validation in NewAdvisoryLockContext to detect pre-existing transactions
- Replace TestAdvisoryLocksWithTransactions with TestRowLevelConcurrency demonstrating correct SELECT FOR UPDATE pattern
- Add TestAdvisoryLockFailsWithExistingTransaction to validate fail-fast behavior
- Update documentation to clarify advisory locks are for pod coordination, not row-level concurrency

update
@openshift-ci
openshift-ci Bot requested review from jsell-rh and rh-amarin April 13, 2026 17:01
@openshift-ci

openshift-ci Bot commented Apr 13, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign tirthct 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

@coderabbitai

coderabbitai Bot commented Apr 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 6f062cfd-a8b8-478d-b47d-7ed4f35f29b7

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@rafabene
rafabene merged commit b9d5825 into openshift-hyperfleet:release-0.2 Apr 13, 2026
4 of 5 checks passed
kuudori pushed a commit to kuudori/hyperfleet-api that referenced this pull request Jul 14, 2026
…2 configuration

Enables revive linter and resolves all lint violations. Extracts operation
constants to fix goconst. Aligns golangci.yml with the architecture standard
from openshift-hyperfleet/architecture PR openshift-hyperfleet#105, enabling govet.enable-all
and resolving all 178 resulting violations (147 fieldalignment, 31 shadow).
kuudori pushed a commit to kuudori/hyperfleet-api that referenced this pull request Jul 14, 2026
HYPERFLEET-857 - refactor: update Sentinel config from Ready to Reconciled
kuudori pushed a commit to kuudori/hyperfleet-api that referenced this pull request Jul 14, 2026
…-1023

HYPERFLEET-1023 - refactor: migrate AfterEach cleanup to DeferCleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants