Skip to content

OSDOCS-18179-bug-batch-olm-4-22#112594

Open
wgabor0427 wants to merge 1 commit into
openshift:enterprise-4.22from
wgabor0427:OSDOCS-18179-bug-batch-olm-4-22
Open

OSDOCS-18179-bug-batch-olm-4-22#112594
wgabor0427 wants to merge 1 commit into
openshift:enterprise-4.22from
wgabor0427:OSDOCS-18179-bug-batch-olm-4-22

Conversation

@wgabor0427
Copy link
Copy Markdown
Contributor

@wgabor0427 wgabor0427 commented Jun 1, 2026

@openshift-ci openshift-ci Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jun 1, 2026
@ocpdocs-previewbot
Copy link
Copy Markdown

ocpdocs-previewbot commented Jun 1, 2026

🤖 Tue Jun 02 20:58:45 - Prow CI generated the docs preview:

https://112594--ocpdocs-pr.netlify.app/openshift-enterprise/latest/release_notes/ocp-4-22-release-notes.html

@wgabor0427 wgabor0427 force-pushed the OSDOCS-18179-bug-batch-olm-4-22 branch from fea6dbc to 95d8556 Compare June 1, 2026 19:49
@wgabor0427
Copy link
Copy Markdown
Contributor Author

/label merge-review-needed

@openshift-ci openshift-ci Bot added the merge-review-needed Signifies that the merge review team needs to review this PR label Jun 2, 2026
@dfitzmau dfitzmau added merge-review-in-progress Signifies that the merge review team is reviewing this PR branch/enterprise-4.22 and removed merge-review-needed Signifies that the merge review team needs to review this PR labels Jun 2, 2026
Copy link
Copy Markdown
Contributor

@dfitzmau dfitzmau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @wgabor0427 . I added comments inline.


* Before this update, the `collect-profiles` job was affected by maintenance difficulties, causing confusion for customers and support engineers during troubleshooting. With this release, the `collect-profiles` job is removed, improving user experience and reducing maintenance effort. (link:https://issues.redhat.com/browse/OCPBUGS-31547[OCPBUGS-31547])

* Before this update, the `cluster-olm-operator` did not detect version changes during cluster upgrades. As a consequence, the Operator failed to report the `Progressing=True` status during upgrades, which prevented accurate upgrade monitoring. With this release, version detection logic was added that compares RELEASE_VERSION against the stored operator version and sets the `Progressing=True`status when an upgrade is detected. As a result, the Operator correctly reports the `Progressing` status during upgrades, which improves upgrade observability. (link:https://redhat.atlassian.net/browse/OCPBUGS-65623[OCPBUGS-65623])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Before this update, the `cluster-olm-operator` did not detect version changes during cluster upgrades. As a consequence, the Operator failed to report the `Progressing=True` status during upgrades, which prevented accurate upgrade monitoring. With this release, version detection logic was added that compares RELEASE_VERSION against the stored operator version and sets the `Progressing=True`status when an upgrade is detected. As a result, the Operator correctly reports the `Progressing` status during upgrades, which improves upgrade observability. (link:https://redhat.atlassian.net/browse/OCPBUGS-65623[OCPBUGS-65623])
* Before this update, the `cluster-olm-operator` did not detect version changes during cluster upgrades. As a consequence, the Operator failed to report the `Progressing=True` status during upgrades, which prevented accurate upgrade monitoring. With this release, version detection logic was added that compares `RELEASE_VERSION` against the stored Operator version and sets the `Progressing=True`status when an upgrade is detected. As a result, the Operator correctly reports the `Progressing` status during upgrades, which improves upgrade observability. (link:https://redhat.atlassian.net/browse/OCPBUGS-65623[OCPBUGS-65623])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


* Before this update, the `cluster-olm-operator` did not detect version changes during cluster upgrades. As a consequence, the Operator failed to report the `Progressing=True` status during upgrades, which prevented accurate upgrade monitoring. With this release, version detection logic was added that compares RELEASE_VERSION against the stored operator version and sets the `Progressing=True`status when an upgrade is detected. As a result, the Operator correctly reports the `Progressing` status during upgrades, which improves upgrade observability. (link:https://redhat.atlassian.net/browse/OCPBUGS-65623[OCPBUGS-65623])

* Before this update, `NetworkPolicy` egress rules hardcoded port 6443 for `kube-apiserver` access. Because HyperShift allows custom API server ports via the `hostedcluster.spec.networking.apiServer.port`, OLM Operators failed to communicate with `kube-apiserver` in the HyperShift clusters which used non-default API ports. As a consequence, the Operator functionality and catalog operations were broken. With this release, the hardcoded port 6443 is replaced with wildcard egress (egress: [{}]) for `kube-apiserver` traffic. Explicit DNS rules (ports 53, 5353) were also added for documentation and future policy refinements. As a result, OLM now supports HyperShift deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-66980[OCPBUGS-66980])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check with Laura Hinson is HYperShift should be replace by hosted control plane

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replaced all Hypershift with hosted control planes


* Before this update, `NetworkPolicy` egress rules hardcoded port 6443 for `kube-apiserver` access. Because HyperShift allows custom API server ports via the `hostedcluster.spec.networking.apiServer.port`, OLM Operators failed to communicate with `kube-apiserver` in the HyperShift clusters which used non-default API ports. As a consequence, the Operator functionality and catalog operations were broken. With this release, the hardcoded port 6443 is replaced with wildcard egress (egress: [{}]) for `kube-apiserver` traffic. Explicit DNS rules (ports 53, 5353) were also added for documentation and future policy refinements. As a result, OLM now supports HyperShift deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-66980[OCPBUGS-66980])

* Before this update, `NetworkPolicy` egress rules in OLM v0 hardcoded port 6443 for `kube-apiserver` access across static manifests and generated policies. Because HyperShift allows custom API server ports that differ from 6443, OLM v0 components (`olm-operator`, `catalog-operator`, `packageserver`) did not communicate with `kube-apiserver` in HyperShift clusters that used custom API ports. As a consequence, operator installation and catalog operations were prevented. With this update, `NetworkPolicy` egress rules are updated to use a wildcard (egress: [{}]) for `kube-apiserver` traffic in both static manifests and dynamic policy generation code. Explicit DNS rules (ports 53, 5353) are also added for future policy refinements. As a result, OLM v0 supports HyperShift deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-76971[OCPBUGS-76971])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Before this update, `NetworkPolicy` egress rules in OLM v0 hardcoded port 6443 for `kube-apiserver` access across static manifests and generated policies. Because HyperShift allows custom API server ports that differ from 6443, OLM v0 components (`olm-operator`, `catalog-operator`, `packageserver`) did not communicate with `kube-apiserver` in HyperShift clusters that used custom API ports. As a consequence, operator installation and catalog operations were prevented. With this update, `NetworkPolicy` egress rules are updated to use a wildcard (egress: [{}]) for `kube-apiserver` traffic in both static manifests and dynamic policy generation code. Explicit DNS rules (ports 53, 5353) are also added for future policy refinements. As a result, OLM v0 supports HyperShift deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-76971[OCPBUGS-76971])
* Before this update, `NetworkPolicy` egress rules in OLM v0 hardcoded port 6443 for `kube-apiserver` access across static manifests and generated policies. Because HyperShift allows custom API server ports that differ from 6443, OLM v0 components (`olm-operator`, `catalog-operator`, `packageserver`) did not communicate with `kube-apiserver` in HyperShift clusters that used custom API ports. As a consequence, Operator installation and catalog operations were prevented. With this update, `NetworkPolicy` egress rules are updated to use a wildcard (egress: [{}]) for `kube-apiserver` traffic in both static manifests and dynamic policy generation code. Explicit DNS rules (ports 53, 5353) are also added for future policy refinements. As a result, OLM v0 supports HyperShift deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-76971[OCPBUGS-76971])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


* Before this update, the `collect-profiles` job was affected by maintenance difficulties, causing confusion for customers and support engineers during troubleshooting. With this release, the `collect-profiles` job is removed, improving user experience and reducing maintenance effort. (link:https://issues.redhat.com/browse/OCPBUGS-31547[OCPBUGS-31547])

* Before this update, the `cluster-olm-operator` did not detect version changes during cluster upgrades. As a consequence, the Operator failed to report the `Progressing=True` status during upgrades, which prevented accurate upgrade monitoring. With this release, version detection logic was added that compares RELEASE_VERSION against the stored operator version and sets the `Progressing=True`status when an upgrade is detected. As a result, the Operator correctly reports the `Progressing` status during upgrades, which improves upgrade observability. (link:https://redhat.atlassian.net/browse/OCPBUGS-65623[OCPBUGS-65623])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Before this update, the `cluster-olm-operator` did not detect version changes during cluster upgrades. As a consequence, the Operator failed to report the `Progressing=True` status during upgrades, which prevented accurate upgrade monitoring. With this release, version detection logic was added that compares RELEASE_VERSION against the stored operator version and sets the `Progressing=True`status when an upgrade is detected. As a result, the Operator correctly reports the `Progressing` status during upgrades, which improves upgrade observability. (link:https://redhat.atlassian.net/browse/OCPBUGS-65623[OCPBUGS-65623])
* Before this update, the `cluster-olm-operator` did not detect version changes during cluster upgrades. As a consequence, the Operator failed to report the `Progressing=True` status during upgrades, which prevented accurate upgrade monitoring. With this release, version detection logic was added that compares RELEASE_VERSION against the stored operator version and sets the `Progressing=True` status when an upgrade is detected. As a result, the Operator correctly reports the `Progressing` status during upgrades, which improves upgrade observability. (link:https://redhat.atlassian.net/browse/OCPBUGS-65623[OCPBUGS-65623])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


* Before this update, `NetworkPolicy` egress rules in OLM v0 hardcoded port 6443 for `kube-apiserver` access across static manifests and generated policies. Because HyperShift allows custom API server ports that differ from 6443, OLM v0 components (`olm-operator`, `catalog-operator`, `packageserver`) did not communicate with `kube-apiserver` in HyperShift clusters that used custom API ports. As a consequence, operator installation and catalog operations were prevented. With this update, `NetworkPolicy` egress rules are updated to use a wildcard (egress: [{}]) for `kube-apiserver` traffic in both static manifests and dynamic policy generation code. Explicit DNS rules (ports 53, 5353) are also added for future policy refinements. As a result, OLM v0 supports HyperShift deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-76971[OCPBUGS-76971])

* Before this update, the `catalog-operator Pod failed during the {sno} cluster install. With this release, the nil pointer dereference in the `sortUnpackJobs` parameter when sorting non-failed jobs is fixed. As a result, the `catalog-operator` Pod does not fail during the cluster install. (link:https://issues.redhat.com/browse/OCPBUGS-77179[OCPBUGS-77179])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Before this update, the `catalog-operator Pod failed during the {sno} cluster install. With this release, the nil pointer dereference in the `sortUnpackJobs` parameter when sorting non-failed jobs is fixed. As a result, the `catalog-operator` Pod does not fail during the cluster install. (link:https://issues.redhat.com/browse/OCPBUGS-77179[OCPBUGS-77179])
* Before this update, the `catalog-operator` Pod failed during the {sno} cluster install. With this release, the nil pointer dereference in the `sortUnpackJobs` parameter when sorting non-failed jobs is fixed. As a result, the `catalog-operator` Pod does not fail during the cluster install. (link:https://issues.redhat.com/browse/OCPBUGS-77179[OCPBUGS-77179])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@dfitzmau dfitzmau removed the merge-review-in-progress Signifies that the merge review team is reviewing this PR label Jun 2, 2026
@wgabor0427 wgabor0427 force-pushed the OSDOCS-18179-bug-batch-olm-4-22 branch from 95d8556 to 7dd630e Compare June 2, 2026 17:35
@wgabor0427
Copy link
Copy Markdown
Contributor Author

/label merge-review-needed

@openshift-ci openshift-ci Bot added the merge-review-needed Signifies that the merge review team needs to review this PR label Jun 2, 2026
@wgabor0427
Copy link
Copy Markdown
Contributor Author

/remove-label merge-review-needed

@openshift-ci openshift-ci Bot removed the merge-review-needed Signifies that the merge review team needs to review this PR label Jun 2, 2026
@wgabor0427 wgabor0427 force-pushed the OSDOCS-18179-bug-batch-olm-4-22 branch from 7dd630e to 49b38bd Compare June 2, 2026 18:10
@wgabor0427
Copy link
Copy Markdown
Contributor Author

/label merge-review-needed

@openshift-ci openshift-ci Bot added the merge-review-needed Signifies that the merge review team needs to review this PR label Jun 2, 2026
@mburke5678 mburke5678 added the merge-review-in-progress Signifies that the merge review team is reviewing this PR label Jun 2, 2026

* Before this update, `NetworkPolicy` egress rules hardcoded port 6443 for `kube-apiserver` access. Because hosted control planes allows custom API server ports via the `hostedcluster.spec.networking.apiServer.port` parameter, OLM Operators failed to communicate with `kube-apiserver` in hosted clusters that used non-default API ports. As a consequence, the Operator functionality and catalog operations were broken. With this release, the hardcoded port 6443 is replaced with wildcard egress (egress: [{}]) for `kube-apiserver` traffic. Explicit DNS rules (ports 53, 5353) were also added for documentation and future policy refinements. As a result, OLM now supports hosted control planes deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-66980[OCPBUGS-66980])

* Before this update, `NetworkPolicy` egress rules in OLM v0 hardcoded port 6443 for `kube-apiserver` access across static manifests and generated policies. Because hosted control planes allows custom API server ports that differ from 6443, OLM v0 components (`olm-operator`, `catalog-operator`, `packageserver`) did not communicate with `kube-apiserver` in hosted control planes clusters that used custom API ports. As a consequence, Operator installation and catalog operations were prevented. With this update, `NetworkPolicy` egress rules are updated to use a wildcard (egress: [{}]) for `kube-apiserver` traffic in both static manifests and dynamic policy generation code. Explicit DNS rules (ports 53, 5353) are also added for future policy refinements. As a result, OLM v0 supports HyperShift deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-76971[OCPBUGS-76971])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you miss one?

Suggested change
* Before this update, `NetworkPolicy` egress rules in OLM v0 hardcoded port 6443 for `kube-apiserver` access across static manifests and generated policies. Because hosted control planes allows custom API server ports that differ from 6443, OLM v0 components (`olm-operator`, `catalog-operator`, `packageserver`) did not communicate with `kube-apiserver` in hosted control planes clusters that used custom API ports. As a consequence, Operator installation and catalog operations were prevented. With this update, `NetworkPolicy` egress rules are updated to use a wildcard (egress: [{}]) for `kube-apiserver` traffic in both static manifests and dynamic policy generation code. Explicit DNS rules (ports 53, 5353) are also added for future policy refinements. As a result, OLM v0 supports HyperShift deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-76971[OCPBUGS-76971])
* Before this update, `NetworkPolicy` egress rules in OLM v0 hardcoded port 6443 for `kube-apiserver` access across static manifests and generated policies. Because hosted control planes allows custom API server ports that differ from 6443, OLM v0 components (`olm-operator`, `catalog-operator`, `packageserver`) did not communicate with `kube-apiserver` in hosted control planes clusters that used custom API ports. As a consequence, Operator installation and catalog operations were prevented. With this update, `NetworkPolicy` egress rules are updated to use a wildcard (egress: [{}]) for `kube-apiserver` traffic in both static manifests and dynamic policy generation code. Explicit DNS rules (ports 53, 5353) are also added for future policy refinements. As a result, OLM v0 supports hosted control plane deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-76971[OCPBUGS-76971])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did, sorry. Updated now


* Before this update, the `cluster-olm-operator` did not detect version changes during cluster upgrades. As a consequence, the Operator failed to report the `Progressing=True` status during upgrades, which prevented accurate upgrade monitoring. With this release, version detection logic was added that compares RELEASE_VERSION against the stored Operator version and sets the `Progressing=True` status when an upgrade is detected. As a result, the Operator correctly reports the `Progressing` status during upgrades, which improves upgrade observability. (link:https://redhat.atlassian.net/browse/OCPBUGS-65623[OCPBUGS-65623])

* Before this update, `NetworkPolicy` egress rules hardcoded port 6443 for `kube-apiserver` access. Because hosted control planes allows custom API server ports via the `hostedcluster.spec.networking.apiServer.port` parameter, OLM Operators failed to communicate with `kube-apiserver` in hosted clusters that used non-default API ports. As a consequence, the Operator functionality and catalog operations were broken. With this release, the hardcoded port 6443 is replaced with wildcard egress (egress: [{}]) for `kube-apiserver` traffic. Explicit DNS rules (ports 53, 5353) were also added for documentation and future policy refinements. As a result, OLM now supports hosted control planes deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-66980[OCPBUGS-66980])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"hosted control planes deployments" doesn't sound grammatically correct. Do you know if "deploying hosted control planes" is technically correct?

Suggested change
* Before this update, `NetworkPolicy` egress rules hardcoded port 6443 for `kube-apiserver` access. Because hosted control planes allows custom API server ports via the `hostedcluster.spec.networking.apiServer.port` parameter, OLM Operators failed to communicate with `kube-apiserver` in hosted clusters that used non-default API ports. As a consequence, the Operator functionality and catalog operations were broken. With this release, the hardcoded port 6443 is replaced with wildcard egress (egress: [{}]) for `kube-apiserver` traffic. Explicit DNS rules (ports 53, 5353) were also added for documentation and future policy refinements. As a result, OLM now supports hosted control planes deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-66980[OCPBUGS-66980])
* Before this update, `NetworkPolicy` egress rules hardcoded port 6443 for `kube-apiserver` access. Because hosted control planes allows custom API server ports via the `hostedcluster.spec.networking.apiServer.port` parameter, OLM Operators failed to communicate with `kube-apiserver` in hosted clusters that used non-default API ports. As a consequence, the Operator functionality and catalog operations were broken. With this release, the hardcoded port 6443 is replaced with wildcard egress (egress: [{}]) for `kube-apiserver` traffic. Explicit DNS rules (ports 53, 5353) were also added for documentation and future policy refinements. As a result, OLM now supports deploying hosted control planes with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-66980[OCPBUGS-66980])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think deploying sounds much better


* Before this update, `NetworkPolicy` egress rules in OLM v0 hardcoded port 6443 for `kube-apiserver` access across static manifests and generated policies. Because hosted control planes allows custom API server ports that differ from 6443, OLM v0 components (`olm-operator`, `catalog-operator`, `packageserver`) did not communicate with `kube-apiserver` in hosted control planes clusters that used custom API ports. As a consequence, Operator installation and catalog operations were prevented. With this update, `NetworkPolicy` egress rules are updated to use a wildcard (egress: [{}]) for `kube-apiserver` traffic in both static manifests and dynamic policy generation code. Explicit DNS rules (ports 53, 5353) are also added for future policy refinements. As a result, OLM v0 supports HyperShift deployments with any configured API server port. (link:https://redhat.atlassian.net/browse/OCPBUGS-76971[OCPBUGS-76971])

* Before this update, the `catalog-operator` Pod failed during the {sno} cluster install. With this release, the nil pointer dereference in the `sortUnpackJobs` parameter when sorting non-failed jobs is fixed. As a result, the `catalog-operator` Pod does not fail during the cluster install. (link:https://issues.redhat.com/browse/OCPBUGS-77179[OCPBUGS-77179])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Before this update, the `catalog-operator` Pod failed during the {sno} cluster install. With this release, the nil pointer dereference in the `sortUnpackJobs` parameter when sorting non-failed jobs is fixed. As a result, the `catalog-operator` Pod does not fail during the cluster install. (link:https://issues.redhat.com/browse/OCPBUGS-77179[OCPBUGS-77179])
* Before this update, the `catalog-operator` pod failed during the {sno} cluster install. With this release, the nil pointer dereference in the `sortUnpackJobs` parameter when sorting non-failed jobs is fixed. As a result, the `catalog-operator` Pod does not fail during the cluster install. (link:https://issues.redhat.com/browse/OCPBUGS-77179[OCPBUGS-77179])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed both "Pods"

@mburke5678
Copy link
Copy Markdown
Contributor

@wgabor0427 A couple more nits. Sorry!

@wgabor0427 wgabor0427 force-pushed the OSDOCS-18179-bug-batch-olm-4-22 branch from 49b38bd to 870f011 Compare June 2, 2026 20:48
@mburke5678 mburke5678 added ok-to-merge and removed merge-review-in-progress Signifies that the merge review team is reviewing this PR merge-review-needed Signifies that the merge review team needs to review this PR labels Jun 2, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Jun 2, 2026

@wgabor0427: 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.

@wgabor0427
Copy link
Copy Markdown
Contributor Author

/label merge-review-needed

@openshift-ci openshift-ci Bot added the merge-review-needed Signifies that the merge review team needs to review this PR label Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branch/enterprise-4.22 merge-review-needed Signifies that the merge review team needs to review this PR ok-to-merge size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants