Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"actions/argo-lint": "1.0.2",
"actions/setup-conftest": "1.0.3",
"actions/setup-argo": "1.0.3",
"actions/generate-openapi-clients": "1.0.3",
"actions/generate-openapi-clients": "1.1.0",
"actions/push-to-gcs": "0.3.0",
"actions/techdocs-rewrite-relative-links": "1.0.3",
"actions/validate-policy-bot-config": "1.1.1",
Expand Down
7 changes: 7 additions & 0 deletions actions/generate-openapi-clients/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/grafana/shared-workflows/compare/generate-openapi-clients/v1.0.3...generate-openapi-clients/v1.1.0) (2025-12-11)


### 🎉 Features

* add committer info to openapi clients ([#1547](https://github.com/grafana/shared-workflows/issues/1547)) ([0c35ca9](https://github.com/grafana/shared-workflows/commit/0c35ca9c1d8794ccf9cfcfdcdd6b02261c7d0183))

## [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)


Expand Down
6 changes: 3 additions & 3 deletions actions/generate-openapi-clients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
permissions:
contents: write # Only needed if `commit-changes` is set to true
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.0.3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.1.0
with:
persist-credentials: false

- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.0.3
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.1.0
with:
go-version: 1.18
- name: Generate clients
uses: grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/v1.0.3
uses: grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/v1.1.0
with:
package-name: slo
spec-path: openapi.yaml
Expand Down