Skip to content

Commit

Permalink
chore(main): release generate-openapi-clients 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 20, 2024
1 parent 2a9412a commit 9924aaa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
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.0",
"actions/setup-conftest": "1.0.0",
"actions/setup-argo": "1.0.0",
"actions/generate-openapi-clients": "1.0.0",
"actions/generate-openapi-clients": "1.0.1",
"actions/push-to-gcs": "0.1.0",
"actions/techdocs-rewrite-relative-links": "1.0.0",
"actions/validate-policy-bot-config": "1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions actions/generate-openapi-clients/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/grafana/shared-workflows/compare/generate-openapi-clients-v1.0.0...generate-openapi-clients-v1.0.1) (2024-12-20)


### 🔧 Miscellaneous Chores

* **deps:** update actions/cache action to v4.2.0 ([#636](https://github.com/grafana/shared-workflows/issues/636)) ([c4422fc](https://github.com/grafana/shared-workflows/commit/c4422fc4a4fa6cddae3862c7df7b4ec5f251053f))
* update readme when a new release is available ([#548](https://github.com/grafana/shared-workflows/issues/548)) ([9bf9163](https://github.com/grafana/shared-workflows/commit/9bf9163126c44247bcee6b6b9390eb488f9ead53))

## 1.0.0 (2024-11-28)


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 @@ -35,12 +35,12 @@ jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.0.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.0.1
with:
go-version: 1.18
- name: Generate clients
uses: grafana/shared-workflows/actions/[email protected].0
uses: grafana/shared-workflows/actions/[email protected].1
with:
package-name: slo
spec-path: openapi.yaml
Expand Down

0 comments on commit 9924aaa

Please sign in to comment.