Skip to content

Commit d76e298

Browse files
chore(main): release ci-cd-workflows 4.3.1
1 parent dbbcc52 commit d76e298

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/workflows/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [4.3.1](https://github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v4.3.0...ci-cd-workflows/v4.3.1) (2025-12-10)
4+
5+
6+
### ✅ Tests
7+
8+
* **act:** add pre-generated dist mockdata for test plugins ([#417](https://github.com/grafana/plugin-ci-workflows/issues/417)) ([cb33db6](https://github.com/grafana/plugin-ci-workflows/commit/cb33db657c080f4a5d60c6ac5edbfe67fec25f30))
9+
* add concurrency to pr-checks-test-ci workflow ([630b056](https://github.com/grafana/plugin-ci-workflows/commit/630b0567a932b5c1595d7fee1db70dd7cb1ba746))
10+
* pin actions in pr-checks-test-ci workflow ([630b056](https://github.com/grafana/plugin-ci-workflows/commit/630b0567a932b5c1595d7fee1db70dd7cb1ba746))
11+
* run smoke tests with act ([#389](https://github.com/grafana/plugin-ci-workflows/issues/389)) ([0f2f7c6](https://github.com/grafana/plugin-ci-workflows/commit/0f2f7c6fc427418a4367065129b398fae3e16831))
12+
* use local repository for release please manifest tag when running act ([630b056](https://github.com/grafana/plugin-ci-workflows/commit/630b0567a932b5c1595d7fee1db70dd7cb1ba746))
13+
14+
15+
### 🔧 Chores
16+
17+
* build and package plugin in its directory, better support for artifact prefix ([#438](https://github.com/grafana/plugin-ci-workflows/issues/438)) ([dbbcc52](https://github.com/grafana/plugin-ci-workflows/commit/dbbcc5276e91ee2be918cc9de9792f07b72deb50))
18+
* **deps:** update actions/checkout action to v5.0.1 ([#413](https://github.com/grafana/plugin-ci-workflows/issues/413)) ([8c591cd](https://github.com/grafana/plugin-ci-workflows/commit/8c591cdfe41c0ead6a235dcdb51f5e74af15642d))
19+
* **deps:** update actions/checkout action to v6 ([#437](https://github.com/grafana/plugin-ci-workflows/issues/437)) ([949a63c](https://github.com/grafana/plugin-ci-workflows/commit/949a63c075e5e00352872d5447919635da59c2f2))
20+
* **deps:** update actions/create-github-app-token action to v2.2.0 ([#435](https://github.com/grafana/plugin-ci-workflows/issues/435)) ([5b2407c](https://github.com/grafana/plugin-ci-workflows/commit/5b2407c17df02b33f6c4ff83de1ec363d4f44fe7))
21+
* **deps:** update actions/setup-go action to v6.1.0 ([#436](https://github.com/grafana/plugin-ci-workflows/issues/436)) ([5f5e089](https://github.com/grafana/plugin-ci-workflows/commit/5f5e0894940c7ebcd5f0492c0cc7ead07ce0cd84))
22+
* **deps:** update grafana/shared-workflows/trigger-argo-workflow action to v1.2.1 ([#433](https://github.com/grafana/plugin-ci-workflows/issues/433)) ([6c260c0](https://github.com/grafana/plugin-ci-workflows/commit/6c260c01bda5a3f3b4ae0aa46e54937d1acaaf5a))
23+
* **deps:** update peter-evans/create-pull-request action to v7.0.9 ([#434](https://github.com/grafana/plugin-ci-workflows/issues/434)) ([55c4108](https://github.com/grafana/plugin-ci-workflows/commit/55c4108fe05536f88f323434025fe5332f2f3652))
24+
* **main:** release plugins-frontend-e2e-against-stack 1.0.0 ([#430](https://github.com/grafana/plugin-ci-workflows/issues/430)) ([6443ba2](https://github.com/grafana/plugin-ci-workflows/commit/6443ba2a59ec8d75208cc5c04a0e47eedcda583d))
25+
326
## [4.3.0](https://github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v4.2.0...ci-cd-workflows/v4.3.0) (2025-11-26)
427

528

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"actions/plugins/publish/publish": "2.0.1",
3-
".github/workflows": "4.3.0",
3+
".github/workflows": "4.3.1",
44
"actions/plugins/version-bump-changelog": "1.1.0",
55
"actions/plugins/publish/change-plugin-scope": "1.0.0",
66
"actions/plugins/release-please": "1.0.1",

0 commit comments

Comments
 (0)