Update mcr.microsoft.com/playwright Docker tag to v1.61.1#2095
Update mcr.microsoft.com/playwright Docker tag to v1.61.1#2095red-hat-konflux[bot] wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
d941f33 to
9db299f
Compare
📝 WalkthroughWalkthroughThe Playwright container image tag in the Tekton integration test pipeline ChangesPlaywright Image Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
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
📒 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 |
There was a problem hiding this comment.
🎯 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:
- 1: https://github.com/microsoft/playwright/releases/tag/v1.61.0
- 2: https://npmx.dev/package/playwright
- 3: https://newreleases.io/project/npm/playwright/release/1.61.0
- 4: https://github.com/microsoft/playwright/releases
- 5: https://playwright.dev/docs/release-notes
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.
This PR contains the following updates:
v1.60.0-noble→v1.61.1-nobleConfiguration
📅 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.
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.