Skip to content

Update mcr.microsoft.com/playwright Docker tag to v1.61.1#2095

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/test
Open

Update mcr.microsoft.com/playwright Docker tag to v1.61.1#2095
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/test

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
mcr.microsoft.com/playwright tekton-step-image minor v1.60.0-noblev1.61.1-noble

Configuration

📅 Schedule: Branch creation - Every minute ( * * * * * ) in timezone UTC, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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.

@openshift-ci openshift-ci Bot requested review from JoaoFula and syedriko June 17, 2026 08:13
@openshift-ci

openshift-ci Bot commented Jun 17, 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 joaofula 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

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/test branch from d941f33 to 9db299f Compare June 23, 2026 14:55
@red-hat-konflux red-hat-konflux Bot changed the title Update mcr.microsoft.com/playwright Docker tag to v1.61.0 Update mcr.microsoft.com/playwright Docker tag to v1.61.1 Jun 23, 2026
@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

The Playwright container image tag in the Tekton integration test pipeline ols-console-pre-commits is bumped from v1.60.0-noble to v1.61.1-noble in both the run-lint step and the run-e2e-tests step. No other logic or configuration is changed.

Changes

Playwright Image Version Bump

Layer / File(s) Summary
Playwright image tag update in lint and e2e steps
.tekton/integration-tests/lightspeed-console-pre-commit.yaml
Updates the mcr.microsoft.com/playwright image tag from v1.60.0-noble to v1.61.1-noble in both the run-lint step (line 121) and the run-e2e-tests step (line 205).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A hop, a skip, a version leap,
From 1.60 to 1.61 we creep,
Two lines updated, nothing more,
The playwright's ready, tests restore,
🐇 This bunny approves the bump with cheer!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately describes the main change: updating the Playwright Docker image tag from v1.60.0 to v1.61.1 across the Tekton pipeline configuration.
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.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/test

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.tekton/integration-tests/lightspeed-console-pre-commit.yaml:
- Line 121: The Playwright image tag v1.61.1-noble does not exist as a valid
stable release. Update both occurrences of the image reference
mcr.microsoft.com/playwright:v1.61.1-noble to
mcr.microsoft.com/playwright:v1.61.0-noble, which is the latest stable
Playwright version. This change needs to be made in two locations within the
file.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 980184f9-bd1b-470c-b97e-71c5e99b38a7

📥 Commits

Reviewing files that changed from the base of the PR and between ab1ee42 and 9db299f.

📒 Files selected for processing (1)
  • .tekton/integration-tests/lightspeed-console-pre-commit.yaml

- name: COMMIT_SHA
value: $(params.commit)
image: mcr.microsoft.com/playwright:v1.60.0-noble
image: mcr.microsoft.com/playwright:v1.61.1-noble

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

Is Playwright v1.61.1 released? What are the release notes for Playwright v1.61.1 vs v1.61.0?

💡 Result:

As of June 23, 2026, Playwright v1.61.1 has not been officially released as a stable version. The latest stable version is v1.61.0, which was released on June 15, 2026 [1][2]. Because v1.61.1 does not exist as a stable release, there are no official release notes available for it. While some beta versions (e.g., 1.61.1-beta-*) have been identified in package registries [3], these are pre-release builds and do not constitute a formal stable release. For reference, the release notes for v1.61.0 include updates such as WebAuthn passkey support and enhancements to Web Storage [4]. You can view the full, official release history and notes for stable versions on the Playwright documentation website [5].

Citations:


Update Playwright image tag to v1.61.0-noble: v1.61.1-noble does not exist as a stable release.

Lines 121 and 205 reference mcr.microsoft.com/playwright:v1.61.1-noble, but v1.61.1 has not been officially released. The latest stable Playwright version is v1.61.0 (released June 15, 2026). Update both occurrences to v1.61.0-noble to use a valid, stable image tag.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.tekton/integration-tests/lightspeed-console-pre-commit.yaml at line 121,
The Playwright image tag v1.61.1-noble does not exist as a valid stable release.
Update both occurrences of the image reference
mcr.microsoft.com/playwright:v1.61.1-noble to
mcr.microsoft.com/playwright:v1.61.0-noble, which is the latest stable
Playwright version. This change needs to be made in two locations within the
file.

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.

0 participants