Skip to content

OCPBUGS-86614: prep for 4.22 GA SDK publish#16507

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
logonoff:4.22-sdk-main
May 28, 2026
Merged

OCPBUGS-86614: prep for 4.22 GA SDK publish#16507
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
logonoff:4.22-sdk-main

Conversation

@logonoff
Copy link
Copy Markdown
Member

@logonoff logonoff commented May 27, 2026

/label px-approved
/label docs-approved
/assign @vojtechszocs

Summary by CodeRabbit

  • Documentation

    • Updated changelogs and release notes for version 4.22.0, consolidating important notices into the main release entry and removing a prerelease warning/preface.
  • Deprecations

    • VirtualizedTable, ListPageFilter, and useListPageFilter are deprecated and will be removed in a future release.
  • New Features

    • Added a tooltipTriggerRef prop to topology node properties for finer tooltip control.
  • Bug Fixes

    • Improved dynamic module resolution to skip unavailable packages and avoid errors.

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

@logonoff: This pull request explicitly references no jira issue.

Details

In response to this:

/label px-approved
/label docs-approved
/assign @vojtechszocs

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.

@logonoff
Copy link
Copy Markdown
Member Author

/verified bypass

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label May 27, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@logonoff: The verified label has been added.

Details

In response to this:

/verified bypass

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 added px-approved Signifies that Product Support has signed off on this PR docs-approved Signifies that Docs has signed off on this PR labels May 27, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 27, 2026

Walkthrough

Updates release documentation for Console 4.22.0 in the dynamic plugin SDK: adds 4.22.0 changelog entries (core and webpack), records breaking changes and deprecations, appends reference links, and removes a warning preface from the release notes.

Changes

4.22.0 Release Documentation

Layer / File(s) Summary
Core SDK changelog 4.22.0
frontend/packages/console-dynamic-plugin-sdk/CHANGELOG-core.md
Adds ## 4.22.0 release section with an IMPORTANT breaking-changes block (tooltipTriggerRef on BaseNodeProps) and deprecations for VirtualizedTable, ListPageFilter, and useListPageFilter; appends reference links [CONSOLE-4541], [OCPBUGS-84216], [#14967], [#16241].
Webpack changelog 4.22.0
frontend/packages/console-dynamic-plugin-sdk/CHANGELOG-webpack.md
Adds 4.22.0 - 2026-06-09 entry noting resolveDynamicModuleMaps now skips unavailable packages; appends [OCPBUGS-84338] and [#16340] reference links.
Release notes preface cleanup
frontend/packages/console-dynamic-plugin-sdk/release-notes/4.22.md
Removes the [!WARNING] preface and the preceding "Additional updates…" paragraph so the document title is followed directly by "## Changes to shared modules".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

component/sdk, plugin-api-approved, verified

Suggested reviewers

  • cajieh
  • Leo6Leo
🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is missing critical required sections from the template including analysis, solution description, test cases, and browser conformance, containing only GitHub command labels and assignee directives. Fill in all required template sections: provide analysis/root cause, detailed solution description, test setup details, and test case validation steps. Mark browser conformance testing as completed.
✅ Passed checks (14 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.
Stable And Deterministic Test Names ✅ Passed PR modifies only documentation files (CHANGELOGs and release notes). No test files, no Ginkgo test code, and no dynamic test identifiers present.
Test Structure And Quality ✅ Passed PR contains only documentation updates (changelog and release notes). No Ginkgo test code present, so check is not applicable.
Microshift Test Compatibility ✅ Passed This PR contains only documentation changes (CHANGELOG and release-notes files) and TypeScript unit tests. It adds no new Ginkgo e2e tests, making the MicroShift compatibility check inapplicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR. Changes are documentation-only (changelog and release notes updates for Console SDK 4.22). Check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only documentation files (changelogs and release notes). Custom check applies only when deployment manifests, operator code, or controllers are modified—none present.
Ote Binary Stdout Contract ✅ Passed PR only modifies documentation files (CHANGELOG and release notes in Markdown); no Go code or test suite code changes present, so OTE Binary Stdout Contract check is not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No Ginkgo e2e tests are added in this PR. The PR only modifies documentation files (CHANGELOG-core.md, CHANGELOG-webpack.md, and release-notes/4.22.md), so the check is not applicable.
No-Weak-Crypto ✅ Passed PR contains only documentation changes. No cryptographic code patterns, weak algorithms, or insecure comparisons found in code.
Container-Privileges ✅ Passed PR modifies only documentation files (CHANGELOG and release notes), not container/K8s manifests. No container privilege configurations are present or modified.
No-Sensitive-Data-In-Logs ✅ Passed PR contains only documentation changes (CHANGELOG and release notes). No code modifications or logging statements that expose passwords, tokens, API keys, PII, or other sensitive data.
Title check ✅ Passed The title directly references the main objective of the PR: preparing for version 4.22 GA SDK release, which aligns with the changelog and release-notes updates.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

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

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

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@logonoff: This pull request explicitly references no jira issue.

Details

In response to this:

/label px-approved
/label docs-approved
/assign @vojtechszocs

Summary by CodeRabbit

  • Documentation

  • Updated release notes and changelogs for version 4.22.0 with breaking changes and important notices.

  • Deprecations

  • VirtualizedTable, ListPageFilter, and useListPageFilter are now deprecated and will be removed in a future release.

  • New Features

  • Added tooltipTriggerRef prop to topology node properties for enhanced control.

  • Bug Fixes

  • Fixed handling of unavailable packages in dynamic module resolution to prevent errors.

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 removed the verified Signifies that the PR passed pre-merge verification criteria label May 27, 2026
@logonoff
Copy link
Copy Markdown
Member Author

/verified bypass

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label May 27, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@logonoff: The verified label has been added.

Details

In response to this:

/verified bypass

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
Copy link
Copy Markdown
Contributor

@logonoff: This pull request explicitly references no jira issue.

Details

In response to this:

/label px-approved
/label docs-approved
/assign @vojtechszocs

Summary by CodeRabbit

  • Documentation

  • Updated changelogs and release notes for version 4.22.0, consolidating important notices into the main release entry and removing a prerelease warning/preface.

  • Deprecations

  • VirtualizedTable, ListPageFilter, and useListPageFilter are deprecated and will be removed in a future release.

  • New Features

  • Added a tooltipTriggerRef prop to topology node properties for finer tooltip control.

  • Bug Fixes

  • Improved dynamic module resolution to skip unavailable packages and avoid errors.

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 review from TheRealJon and stefanonardo May 27, 2026 20:35
@openshift-ci openshift-ci Bot added component/sdk Related to console-plugin-sdk approved Indicates a PR has been approved by an approver from all required OWNERS files. labels May 27, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 27, 2026

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

@vojtechszocs
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 28, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 28, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: logonoff, vojtechszocs

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

@logonoff logonoff changed the title NO-JIRA: prep for 4.22 GA SDK publish OCPBUGS-86614: prep for 4.22 GA SDK publish May 28, 2026
@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 May 28, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@logonoff: This pull request references Jira Issue OCPBUGS-86614, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

No GitHub users were found matching the public email listed for the QA contact in Jira (yapei@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:

/label px-approved
/label docs-approved
/assign @vojtechszocs

Summary by CodeRabbit

  • Documentation

  • Updated changelogs and release notes for version 4.22.0, consolidating important notices into the main release entry and removing a prerelease warning/preface.

  • Deprecations

  • VirtualizedTable, ListPageFilter, and useListPageFilter are deprecated and will be removed in a future release.

  • New Features

  • Added a tooltipTriggerRef prop to topology node properties for finer tooltip control.

  • Bug Fixes

  • Improved dynamic module resolution to skip unavailable packages and avoid errors.

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-bot openshift-merge-bot Bot merged commit c8929d2 into openshift:main May 28, 2026
4 checks passed
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@logonoff: Jira Issue OCPBUGS-86614 is in an unrecognized state (Closed) and will not be moved to the MODIFIED state.

Details

In response to this:

/label px-approved
/label docs-approved
/assign @vojtechszocs

Summary by CodeRabbit

  • Documentation

  • Updated changelogs and release notes for version 4.22.0, consolidating important notices into the main release entry and removing a prerelease warning/preface.

  • Deprecations

  • VirtualizedTable, ListPageFilter, and useListPageFilter are deprecated and will be removed in a future release.

  • New Features

  • Added a tooltipTriggerRef prop to topology node properties for finer tooltip control.

  • Bug Fixes

  • Improved dynamic module resolution to skip unavailable packages and avoid errors.

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.

@logonoff logonoff deleted the 4.22-sdk-main branch May 28, 2026 22:34
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. component/sdk Related to console-plugin-sdk docs-approved Signifies that Docs has signed off on this PR 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. px-approved Signifies that Product Support has signed off on this PR verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants