File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
actions/generate-openapi-clients Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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.3 " ,
14+ "actions/generate-openapi-clients" : " 1.1.0 " ,
1515 "actions/push-to-gcs" : " 0.3.0" ,
1616 "actions/techdocs-rewrite-relative-links" : " 1.0.3" ,
1717 "actions/validate-policy-bot-config" : " 1.1.1" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.0] ( https://github.com/grafana/shared-workflows/compare/generate-openapi-clients/v1.0.3...generate-openapi-clients/v1.1.0 ) (2025-12-05)
4+
5+
6+ ### 🎉 Features
7+
8+ * add committer info to openapi clients ([ #1547 ] ( https://github.com/grafana/shared-workflows/issues/1547 ) ) ([ 0c35ca9] ( https://github.com/grafana/shared-workflows/commit/0c35ca9c1d8794ccf9cfcfdcdd6b02261c7d0183 ) )
9+
310## [ 1.0.3] ( https://github.com/grafana/shared-workflows/compare/generate-openapi-clients/v1.0.2...generate-openapi-clients/v1.0.3 ) (2025-11-10)
411
512
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
3737 permissions :
3838 contents : write # Only needed if `commit-changes` is set to true
3939 steps :
40- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.0.3
40+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.1.0
4141 with :
4242 persist-credentials : false
4343
44- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.0.3
44+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.1.0
4545 with :
4646 go-version : 1.18
4747 - name : Generate clients
48- uses : grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/v1.0.3
48+ uses : grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/v1.1.0
4949 with :
5050 package-name : slo
5151 spec-path : openapi.yaml
You can’t perform that action at this time.
0 commit comments