diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ef25f5..3871db8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "bundle-size": "1.1.0", "bundle-types": "1.0.2", "create-plugin-update": "2.0.1", - "e2e-version": "1.2.0", + "e2e-version": "1.2.1", "is-compatible": "1.0.2", "package-plugin": "1.0.2", "playwright-gh-pages/deploy-report-pages": "1.1.0", diff --git a/e2e-version/CHANGELOG.md b/e2e-version/CHANGELOG.md index 38fce34..0bdabeb 100644 --- a/e2e-version/CHANGELOG.md +++ b/e2e-version/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/grafana/plugin-actions/compare/e2e-version/v1.2.0...e2e-version/v1.2.1) (2026-02-05) + + +### 🔧 Chores + +* switch to enterprise image by default ([#198](https://github.com/grafana/plugin-actions/issues/198)) ([22550b7](https://github.com/grafana/plugin-actions/commit/22550b795140f7f2c3e799def6dc5e3ac5697ccf)) + ## [1.2.0](https://github.com/grafana/plugin-actions/compare/e2e-version/v1.1.2...e2e-version/v1.2.0) (2026-01-12) diff --git a/e2e-version/README.md b/e2e-version/README.md index 49ea807..7804559 100644 --- a/e2e-version/README.md +++ b/e2e-version/README.md @@ -114,7 +114,7 @@ jobs: uses: actions/checkout@v4 - name: Resolve Grafana E2E versions id: resolve-versions - uses: grafana/plugin-actions/e2e-version@e2e-version/v1.2.0 + uses: grafana/plugin-actions/e2e-version@e2e-version/v1.2.1 with: # target all minor versions of Grafana that have been released since the version that was specified as grafanaDependency in the plugin version-resolver-type: plugin-grafana-dependency @@ -151,7 +151,7 @@ jobs: steps: - name: Resolve Grafana E2E versions id: resolve-versions - uses: grafana/plugin-actions/e2e-version@e2e-version/v1.2.0 + uses: grafana/plugin-actions/e2e-version@e2e-version/v1.2.1 with: #target all minors for the current major version of Grafana and the last minor of the previous major version of Grafana version-resolver-type: version-support-policy