Skip to content

Conversation

@jackw
Copy link
Collaborator

@jackw jackw commented Oct 21, 2025

What this PR does / why we need it:
The latest mandatory zizmor checks brownout caused the publishing pipeline to fail to push commits to main which also prevented the gh releases from being created. This has the unfortunate side-effect of preventing packages in this repo from being published now as the version calculation doesn't take into account the last published packages. This PR addresses the first part of the issue by adding the changes auto would have pushed to the repo. I will manually create the associated gh releases once this PR is approved.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

@jackw jackw self-assigned this Oct 21, 2025
Copilot AI review requested due to automatic review settings October 21, 2025 13:55
@jackw jackw requested review from a team as code owners October 21, 2025 13:55
@jackw jackw requested a review from briangann October 21, 2025 13:55
@jackw jackw requested review from s4kh and toddtreece October 21, 2025 13:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR synchronizes the repository with pending npm releases by manually applying version bumps and changelog entries that the automated publishing pipeline failed to commit due to a zizmor checks brownout. The changes prepare the repository for manual GitHub release creation.

Key Changes:

  • Version bumps for three packages affected by the publishing failure
  • Addition of changelog entries documenting the previously published bug fix

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/plugin-e2e/package.json Bump version from 2.2.1 to 2.2.2
packages/create-plugin/package.json Bump version from 6.1.0 to 6.1.1
packages/create-plugin/CHANGELOG.md Add v6.1.1 changelog entry for install command fix
docusaurus/website/package.json Bump version from 4.0.1 to 4.0.2
CHANGELOG.md Add root-level changelog entry for the bug fix release

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jackw jackw added chore Other changes that don't modify src or test files no-changelog Don't include in changelog and version calculations labels Oct 21, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 21, 2025

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged. It will not be considered when calculating future versions of the npm packages and will not appear in the changelogs.

@jackw jackw moved this from 📬 Triage to 🔬 In review in Plugins Platform / Grafana Community Oct 21, 2025
@github-actions
Copy link
Contributor

Playwright test results

Image Name Version Result Report
grafana-dev 12.3.0-18685446948
grafana-enterprise 12.2.1
grafana-enterprise 11.5.10
grafana-enterprise 10.3.12
grafana-enterprise 9.3.16
grafana-enterprise 8.5.27
Troubleshooting

404 when clicking on View report

By default, the deploy-report-pages Action deploys reports to the gh-pages branch. However, you need to take an extra step to ensure that GitHub Pages can build and serve the site from this branch. To do so:

  1. Go to the Settings tab of your repository.
  2. In the left-hand sidebar, click on Pages.
  3. Under Source, select Deploy from a branch, then choose the gh-pages branch.

This action needs to be completed manually in order for your GitHub Pages site to be built and accessible from the gh-pages branch. Once configured, GitHub will automatically build and serve the site whenever new reports are deployed.

@jackw jackw merged commit 689ef84 into main Oct 21, 2025
34 of 35 checks passed
@jackw jackw deleted the jackw/sync-repo-npm-reg branch October 21, 2025 14:42
@github-project-automation github-project-automation bot moved this from 🔬 In review to 🚀 Shipped in Plugins Platform / Grafana Community Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Other changes that don't modify src or test files no-changelog Don't include in changelog and version calculations

Projects

Development

Successfully merging this pull request may close these issues.

2 participants