Skip to content

Commit e64bb85

Browse files
chore(main): release go-flaky-tests 0.1.0
1 parent bdcde64 commit e64bb85

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
"actions/cleanup-branches": "0.2.1",
2929
"actions/docker-build-push-image": "0.1.0",
3030
"actions/docker-export-digest": "0.1.0",
31-
"actions/docker-import-digests-push-manifest": "0.1.0"
31+
"actions/docker-import-digests-push-manifest": "0.1.0",
32+
"actions/go-flaky-tests": "0.1.0"
3233
}

actions/go-flaky-tests/CHANGELOG.md

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

3+
## 0.1.0 (2025-10-29)
4+
5+
6+
### 🎉 Features
7+
8+
* add git history analysis to go flaky tests ([#1029](https://github.com/grafana/shared-workflows/issues/1029)) ([d005a71](https://github.com/grafana/shared-workflows/commit/d005a712405c56f649db427886a189e353322811))
9+
* add go flaky tests github action ([#1013](https://github.com/grafana/shared-workflows/issues/1013)) ([ae1b33b](https://github.com/grafana/shared-workflows/commit/ae1b33b57e55c030a48e80b86c1c163559aee846))
10+
* add go-flaky-tests action to release-please config ([#1416](https://github.com/grafana/shared-workflows/issues/1416)) ([eed6978](https://github.com/grafana/shared-workflows/commit/eed69781bdf177e1c126172712690dae79b0bc11))
11+
* **go-flaky-tests:** add github issue management ([#1276](https://github.com/grafana/shared-workflows/issues/1276)) ([f2c0b02](https://github.com/grafana/shared-workflows/commit/f2c0b0223f8e954cdc034aed2de5be6b7a90df3d))
12+
* **go-flaky-tests:** add ignored-tests option to filter out specific test failures ([#1359](https://github.com/grafana/shared-workflows/issues/1359)) ([1f61f1d](https://github.com/grafana/shared-workflows/commit/1f61f1dfffd8226c0a403db65c5c9a87fd80e6cb))
13+
14+
15+
### 🐛 Bug Fixes
16+
17+
* **deps:** pin dependencies ([#1039](https://github.com/grafana/shared-workflows/issues/1039)) ([e30e6f6](https://github.com/grafana/shared-workflows/commit/e30e6f65b998ed50dafba32702007f0ba1f41f94))
18+
* **deps:** update module github.com/stretchr/testify to v1.11.0 ([#1263](https://github.com/grafana/shared-workflows/issues/1263)) ([92d0612](https://github.com/grafana/shared-workflows/commit/92d06123e73d57688a53671d0239197efb06cc60))
19+
* **deps:** update module github.com/stretchr/testify to v1.11.1 ([#1279](https://github.com/grafana/shared-workflows/issues/1279)) ([6901f03](https://github.com/grafana/shared-workflows/commit/6901f036a3aa16cfaaba7020f3515c31eaa2f999))
20+
21+
22+
### 🤖 Continuous Integration
23+
24+
* enhance, fix, run pre-commit ([#1033](https://github.com/grafana/shared-workflows/issues/1033)) ([9ffb9ce](https://github.com/grafana/shared-workflows/commit/9ffb9cec67a7712b4247e4ac37eb69946d802aed))
25+
26+
27+
### 🔧 Miscellaneous Chores
28+
29+
* **deps:** update actions/setup-go action to v6 ([#1299](https://github.com/grafana/shared-workflows/issues/1299)) ([6262c5e](https://github.com/grafana/shared-workflows/commit/6262c5e47024d01fd9a114356509ceb9872072b4))
30+
* **deps:** update dependency go to v1.24.4 ([#1060](https://github.com/grafana/shared-workflows/issues/1060)) ([b98700b](https://github.com/grafana/shared-workflows/commit/b98700baac9733d6a8d155afde6141c004ed3a6a))
31+
* **deps:** update dependency go to v1.25.0 ([#1251](https://github.com/grafana/shared-workflows/issues/1251)) ([5b400bc](https://github.com/grafana/shared-workflows/commit/5b400bcc8e746df9281ac11d28c10e4d26a20c9e))
32+
333
## [Unreleased]
434

535
### Added

actions/go-flaky-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: Go Flaky Tests
31-
uses: grafana/shared-workflows/actions/go-flaky-tests@go-flaky-tests/v0.0.0
31+
uses: grafana/shared-workflows/actions/go-flaky-tests@go-flaky-tests/v0.1.0
3232
with:
3333
loki-url: ${{ secrets.LOKI_URL }}
3434
loki-username: ${{ secrets.LOKI_USERNAME }}

0 commit comments

Comments
 (0)