Skip to content

Commit bbea4e2

Browse files
chore(main): release generate-openapi-clients 1.0.3
1 parent 08d3e23 commit bbea4e2

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"actions/argo-lint": "1.0.2",
1212
"actions/setup-conftest": "1.0.2",
1313
"actions/setup-argo": "1.0.2",
14-
"actions/generate-openapi-clients": "1.0.2",
14+
"actions/generate-openapi-clients": "1.0.3",
1515
"actions/push-to-gcs": "0.2.1",
1616
"actions/techdocs-rewrite-relative-links": "1.0.2",
1717
"actions/validate-policy-bot-config": "1.1.1",

actions/generate-openapi-clients/CHANGELOG.md

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

3+
## [1.0.3](https://github.com/grafana/shared-workflows/compare/generate-openapi-clients/v1.0.2...generate-openapi-clients/v1.0.3) (2025-08-14)
4+
5+
6+
### 🤖 Continuous Integration
7+
8+
* enhance, fix, run pre-commit ([#1033](https://github.com/grafana/shared-workflows/issues/1033)) ([9ffb9ce](https://github.com/grafana/shared-workflows/commit/9ffb9cec67a7712b4247e4ac37eb69946d802aed))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **deps:** update actions/cache action to v4.2.4 ([#1201](https://github.com/grafana/shared-workflows/issues/1201)) ([25cf7e3](https://github.com/grafana/shared-workflows/commit/25cf7e34e371246a9a9843bade599df92fca88ae))
14+
* **deps:** update stefanzweifel/git-auto-commit-action action to v6 ([#1085](https://github.com/grafana/shared-workflows/issues/1085)) ([7a91eed](https://github.com/grafana/shared-workflows/commit/7a91eed93c921ed1a55795ad6f30fb01fe2de1aa))
15+
316
## [1.0.2](https://github.com/grafana/shared-workflows/compare/generate-openapi-clients-v1.0.1...generate-openapi-clients/v1.0.2) (2025-06-04)
417

518

actions/generate-openapi-clients/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
permissions:
3535
contents: write # Only needed if `commit-changes` is set to true
3636
steps:
37-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.0.2
37+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.0.3
3838
with:
3939
persist-credentials: false
4040

41-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.0.2
41+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.0.3
4242
with:
4343
go-version: 1.18
4444
- name: Generate clients
45-
uses: grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/v1.0.2
45+
uses: grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/v1.0.3
4646
with:
4747
package-name: slo
4848
spec-path: openapi.yaml

0 commit comments

Comments
 (0)