Skip to content

Commit 8657dfb

Browse files
chore(main): release generate-openapi-clients 1.0.2 (#789)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac4e561 commit 8657dfb

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-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.1",
1313
"actions/setup-argo": "1.0.1",
14-
"actions/generate-openapi-clients": "1.0.1",
14+
"actions/generate-openapi-clients": "1.0.2",
1515
"actions/push-to-gcs": "0.2.0",
1616
"actions/techdocs-rewrite-relative-links": "1.0.1",
1717
"actions/validate-policy-bot-config": "1.1.1",

actions/generate-openapi-clients/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* ensure every action disables git credential persistence ([#821](https://github.com/grafana/shared-workflows/issues/821)) ([31ebf3f](https://github.com/grafana/shared-workflows/commit/31ebf3f8e5d0f8709e6ec4ef73b39dd2bd08f959))
9+
* **everything:** fix all things for zizmor ([af9b0c5](https://github.com/grafana/shared-workflows/commit/af9b0c52635d39023136fb9312a354f91d9b2bfd))
10+
11+
12+
### 📝 Documentation
13+
14+
* **multiple-actions:** move permissions to job level in workflow examples ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
15+
* **multiple-actions:** move permissions to job level in workflows ([#969](https://github.com/grafana/shared-workflows/issues/969)) ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
16+
* update all readmes to replace hyphen with slash ([#1008](https://github.com/grafana/shared-workflows/issues/1008)) ([472df76](https://github.com/grafana/shared-workflows/commit/472df76fb1cbb92a17fb9e055bdf0d1399109ee3))
17+
18+
19+
### 🔧 Miscellaneous Chores
20+
21+
* **deps:** update actions/cache action to v4.2.1 ([#788](https://github.com/grafana/shared-workflows/issues/788)) ([e26a7f2](https://github.com/grafana/shared-workflows/commit/e26a7f265ddef3a68c322a94a716e6453f656cba))
22+
* **deps:** update actions/cache action to v4.2.2 ([#822](https://github.com/grafana/shared-workflows/issues/822)) ([0c036cd](https://github.com/grafana/shared-workflows/commit/0c036cdbfb4c912c287f0023073c4c07c10a76e7))
23+
* **deps:** update actions/cache action to v4.2.3 ([#858](https://github.com/grafana/shared-workflows/issues/858)) ([bc9486e](https://github.com/grafana/shared-workflows/commit/bc9486e0e7cbe24b54d0dcdf8be459eb777567b0))
24+
* **deps:** update stefanzweifel/git-auto-commit-action action to v5.2.0 ([#908](https://github.com/grafana/shared-workflows/issues/908)) ([da511b7](https://github.com/grafana/shared-workflows/commit/da511b720bc646fe01a29ddaf37e92df2c4bacb3))
25+
* **main:** release push-to-gar-docker 0.3.0 ([#794](https://github.com/grafana/shared-workflows/issues/794)) ([a7bc536](https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc))
26+
327
## [1.0.1](https://github.com/grafana/shared-workflows/compare/generate-openapi-clients-v1.0.0...generate-openapi-clients-v1.0.1) (2025-01-28)
428

529

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.1
37+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.0.2
3838
with:
3939
persist-credentials: false
4040

41-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.0.1
41+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.0.2
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.1
45+
uses: grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/v1.0.2
4646
with:
4747
package-name: slo
4848
spec-path: openapi.yaml

0 commit comments

Comments
 (0)