Skip to content

OCPBUGS-77151,OCPBUGS-83567: Branch Sync release-4.19 to release-4.18 [04-16-2026]#3143

Merged
openshift-merge-bot[bot] merged 12 commits intorelease-4.18from
sync-release-4.19-to-release-4.18-04-16-2026
Apr 27, 2026
Merged

OCPBUGS-77151,OCPBUGS-83567: Branch Sync release-4.19 to release-4.18 [04-16-2026]#3143
openshift-merge-bot[bot] merged 12 commits intorelease-4.18from
sync-release-4.19-to-release-4.18-04-16-2026

Conversation

@openshift-pr-manager
Copy link
Copy Markdown

Automated branch sync: release-4.19 to release-4.18.

pperiyasamy and others added 12 commits February 23, 2026 09:49
Combine all ipBlocks in a NetworkPolicy rule into single
ACL instead of creating one ACL per ipBlock.
This reduces ACL bloat when policy having multiple ipBlocks
for ingress/egress rules.

Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com>
(cherry picked from commit fd27015)
(cherry picked from commit 14b7309)
(cherry picked from commit 21ef647)
When an EndpointSlice for a UDP NodePort or loadbalancer type of service
is updated, stale conntrack entries for removed endpoints must be
flushed. The existing logic failed to do this correctly if the backend
pod was on a different node. This patch fixes the issue by flushing
conntrack entries by filtering the nodePort when the node is not
hosting the backend pod.

In case that the backend pod was on the same node as the service, this
issue won't happen. Since all old pod entries are removed from the node
by the function deletePodConntrack when the pod is deleted.

Signed-off-by: Peng Liu <pliu@redhat.com>
(cherry picked from commit b426934)
Signed-off-by: Venkata Charan Sunku <vsunku@redhat.com>
It should be able to preserve UDP traffic when server pod cycles for a
NodePort service via a different node.

Signed-off-by: Peng Liu <pliu@redhat.com>
(cherry picked from commit 4e55026)
Signed-off-by: Venkata Charan Sunku <vsunku@redhat.com>
[release-4.20] OCPBUGS-77357: Clear stale conntrack UDP entries for nodePorts
[release-4.20] OCPBUGS-77148: Minimize ACLs by combining ipBlocks into single ACL
…NS names

Signed-off-by: arkadeepsen <arsen@redhat.com>
(cherry picked from commit 1d5ee82)
[release-4.20] OCPBUGS-79537: EgressFirewall: Use exponential backoff to refresh IP addresses for DNS names
serviceUpdateNotNeeded() used explicit nil guards before dereferencing
InternalTrafficPolicy and AllocateLoadBalancerNodePorts. When both old
and new are nil (all non-LoadBalancer services), (nil != nil && ...)
evaluates to false, incorrectly indicating an update is needed.

Use reflect.DeepEqual on the pointer directly, which handles nil == nil.

Signed-off-by: Peng Liu <pliu@redhat.com>
(cherry picked from commit 40caf4c)
(cherry picked from commit 581bfde)
(cherry picked from commit 2a5bf31)
…4.19-04-04-2026

OCPBUGS-82032: Branch Sync release-4.20 to release-4.19 [04-04-2026]
[release-4.19] OCPBUGS-81478: node: fix serviceUpdateNotNeeded nil pointer comparison
@openshift-pr-manager
Copy link
Copy Markdown
Author

/ok-to-test
/payload 4.18 ci blocking
/payload 4.18 nightly blocking

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 16, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@openshift-pr-manager[bot]: This pull request explicitly references no jira issue.

Details

In response to this:

Automated branch sync: release-4.19 to release-4.18.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 16, 2026

@openshift-pr-manager[bot]: trigger 4 job(s) of type blocking for the ci release of OCP 4.18

  • periodic-ci-openshift-release-main-ci-4.18-upgrade-from-stable-4.17-e2e-aws-ovn-upgrade
  • periodic-ci-openshift-release-main-ci-4.18-upgrade-from-stable-4.17-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-main-ci-4.18-e2e-gcp-ovn-upgrade
  • periodic-ci-openshift-hypershift-release-4.18-periodics-e2e-aws-ovn

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/daf154e0-3972-11f1-94d9-a2b381fe26d0-0

trigger 8 job(s) of type blocking for the nightly release of OCP 4.18

  • periodic-ci-openshift-release-main-nightly-4.18-e2e-aws-ovn-serial
  • periodic-ci-openshift-release-main-ci-4.18-e2e-aws-upgrade-ovn-single-node
  • periodic-ci-openshift-release-main-ci-4.18-e2e-aws-ovn-upgrade
  • periodic-ci-openshift-release-main-ci-4.18-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-main-ci-4.18-upgrade-from-stable-4.17-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-4.18-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-main-nightly-4.18-e2e-metal-ipi-ovn-bm
  • periodic-ci-openshift-release-main-nightly-4.18-e2e-metal-ipi-ovn-ipv6

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/daf154e0-3972-11f1-94d9-a2b381fe26d0-1

@openshift-ci openshift-ci Bot requested review from kyrtapz and tssurya April 16, 2026 09:01
@openshift-ci openshift-ci Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Apr 16, 2026
@arkadeepsen
Copy link
Copy Markdown
Member

/retitle OCPBUGS-83567: Branch Sync release-4.19 to release-4.18 [04-16-2026]

@openshift-ci openshift-ci Bot changed the title NO-JIRA: Branch Sync release-4.19 to release-4.18 [04-16-2026] OCPBUGS-83567: Branch Sync release-4.19 to release-4.18 [04-16-2026] Apr 16, 2026
@openshift-ci-robot openshift-ci-robot added the jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. label Apr 16, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@openshift-pr-manager[bot]: This pull request references Jira Issue OCPBUGS-83567, which is valid. The bug has been moved to the POST state.

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.18.z) matches configured target version for branch (4.18.z)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note text is set and does not match the template
  • dependent bug Jira Issue OCPBUGS-82032 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA))
  • dependent Jira Issue OCPBUGS-82032 targets the "4.19.z" version, which is one of the valid target versions: 4.19.0, 4.19.z
  • bug has dependents

No GitHub users were found matching the public email listed for the QA contact in Jira (huirwang@redhat.com), skipping review request.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Automated branch sync: release-4.19 to release-4.18.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Apr 16, 2026
@arkadeepsen
Copy link
Copy Markdown
Member

/payload-job periodic-ci-openshift-hypershift-release-4.18-periodics-e2e-aws-ovn
/payload-job periodic-ci-openshift-hypershift-release-4.18-periodics-e2e-aws-ovn-conformance

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 16, 2026

@arkadeepsen: trigger 2 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-hypershift-release-4.18-periodics-e2e-aws-ovn
  • periodic-ci-openshift-hypershift-release-4.18-periodics-e2e-aws-ovn-conformance

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/c2a90bb0-3988-11f1-994e-242435ac5fc0-0

@arkadeepsen
Copy link
Copy Markdown
Member

/test e2e-aws-ovn-hypershift

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 16, 2026

@openshift-pr-manager[bot]: The following test 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/security 44d1145 link false /test security

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.

@arkadeepsen
Copy link
Copy Markdown
Member

/payload-job periodic-ci-openshift-release-main-ci-4.18-e2e-azure-ovn-upgrade
/payload-job periodic-ci-openshift-release-main-ci-4.18-e2e-aws-upgrade-ovn-single-node

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 16, 2026

@arkadeepsen: trigger 2 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-ci-4.18-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-main-ci-4.18-e2e-aws-upgrade-ovn-single-node

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/86dfe0e0-3997-11f1-92fe-5f71c0ff1b6d-0

@openshift-ci openshift-ci Bot changed the title OCPBUGS-83567: Branch Sync release-4.19 to release-4.18 [04-16-2026] OCPBUGS-77151,OCPBUGS-83567: Branch Sync release-4.19 to release-4.18 [04-16-2026] Apr 17, 2026
@openshift-ci-robot openshift-ci-robot added jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. and removed jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Apr 17, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@openshift-pr-manager[bot]: This pull request references Jira Issue OCPBUGS-77151, which is invalid:

  • expected dependent Jira Issue OCPBUGS-77150 to be in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but it is New instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

This pull request references Jira Issue OCPBUGS-83567, which is valid.

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.18.z) matches configured target version for branch (4.18.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note text is set and does not match the template
  • dependent bug Jira Issue OCPBUGS-82032 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA))
  • dependent Jira Issue OCPBUGS-82032 targets the "4.19.z" version, which is one of the valid target versions: 4.19.0, 4.19.z
  • bug has dependents

No GitHub users were found matching the public email listed for the QA contact in Jira (huirwang@redhat.com), skipping review request.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Automated branch sync: release-4.19 to release-4.18.

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 openshift-eng/jira-lifecycle-plugin repository.

@pperiyasamy
Copy link
Copy Markdown
Member

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Apr 22, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@pperiyasamy: This pull request references Jira Issue OCPBUGS-77151, which is valid.

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.18.z) matches configured target version for branch (4.18.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note type set to "Release Note Not Required"
  • dependent bug Jira Issue OCPBUGS-77150 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA))
  • dependent Jira Issue OCPBUGS-77150 targets the "4.19.z" version, which is one of the valid target versions: 4.19.0, 4.19.z
  • bug has dependents

Requesting review from QA contact:
/cc @anuragthehatter

This pull request references Jira Issue OCPBUGS-83567, which is valid.

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.18.z) matches configured target version for branch (4.18.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note text is set and does not match the template
  • dependent bug Jira Issue OCPBUGS-82032 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA))
  • dependent Jira Issue OCPBUGS-82032 targets the "4.19.z" version, which is one of the valid target versions: 4.19.0, 4.19.z
  • bug has dependents

No GitHub users were found matching the public email listed for the QA contact in Jira (huirwang@redhat.com), skipping review request.

Details

In response to this:

/jira refresh

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot requested a review from anuragthehatter April 22, 2026 14:44
@pperiyasamy
Copy link
Copy Markdown
Member

/assign @SachinNinganure

@SachinNinganure
Copy link
Copy Markdown

System handled complex policy setup without ACL explosion
more details
https://docs.google.com/document/d/1y5JSgEwT8aVwOKsxY3vjdiFIdX8ob7vdZhwAtuBj7ac/edit?tab=t.0#heading=h.klqn662hjs1l

/verified by @SachinNinganure

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@SachinNinganure: This PR has been marked as verified by @SachinNinganure.

Details

In response to this:

System handled complex policy setup without ACL explosion
more details
https://docs.google.com/document/d/1y5JSgEwT8aVwOKsxY3vjdiFIdX8ob7vdZhwAtuBj7ac/edit?tab=t.0#heading=h.klqn662hjs1l

/verified by @SachinNinganure

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 openshift-eng/jira-lifecycle-plugin repository.

@pperiyasamy
Copy link
Copy Markdown
Member

/lgtm
/approve
/label backport-risk-assessed

@openshift-ci openshift-ci Bot added the backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. label Apr 27, 2026
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 27, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 27, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: openshift-pr-manager[bot], pperiyasamy

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 Apr 27, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit 2609f42 into release-4.18 Apr 27, 2026
24 of 25 checks passed
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@openshift-pr-manager[bot]: Jira Issue Verification Checks: Jira Issue OCPBUGS-77151
✔️ This pull request was pre-merge verified.
✔️ All associated pull requests have merged.
✔️ All associated, merged pull requests were pre-merge verified.

Jira Issue OCPBUGS-77151 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓

Jira Issue Verification Checks: Jira Issue OCPBUGS-83567
✔️ This pull request was pre-merge verified.
✔️ All associated pull requests have merged.
✔️ All associated, merged pull requests were pre-merge verified.

Jira Issue OCPBUGS-83567 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓

Details

In response to this:

Automated branch sync: release-4.19 to release-4.18.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-merge-robot
Copy link
Copy Markdown
Contributor

Fix included in release 4.18.0-0.nightly-2026-04-27-154955

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. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. 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. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.