Skip to content

Commit 8185d09

Browse files
chore(main): release generate-openapi-clients 1.0.1
1 parent c4422fc commit 8185d09

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-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.0",
1212
"actions/setup-conftest": "1.0.0",
1313
"actions/setup-argo": "1.0.0",
14-
"actions/generate-openapi-clients": "1.0.0",
14+
"actions/generate-openapi-clients": "1.0.1",
1515
"actions/push-to-gcs": "0.1.0",
1616
"actions/techdocs-rewrite-relative-links": "1.0.0",
1717
"actions/validate-policy-bot-config": "1.0.0",

actions/generate-openapi-clients/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/grafana/shared-workflows/compare/generate-openapi-clients-v1.0.0...generate-openapi-clients-v1.0.1) (2024-12-06)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **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))
9+
* 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))
10+
311
## 1.0.0 (2024-11-28)
412

513

actions/generate-openapi-clients/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
build-and-publish:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
38+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.0.1
39+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.0.1
4040
with:
4141
go-version: 1.18
4242
- name: Generate clients
43-
uses: grafana/shared-workflows/actions/[email protected].0
43+
uses: grafana/shared-workflows/actions/[email protected].1
4444
with:
4545
package-name: slo
4646
spec-path: openapi.yaml

0 commit comments

Comments
 (0)