-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release generate-openapi-clients 1.0.0
- Loading branch information
1 parent
8ca86e0
commit d69072e
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"actions/lint-pr-title": "1.0.0", | ||
"actions/get-vault-secrets": "1.0.0", | ||
"actions/dockerhub-login": "1.0.0" | ||
"actions/dockerhub-login": "1.0.0", | ||
"actions/generate-openapi-clients": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-11-12) | ||
|
||
|
||
### 🎉 Features | ||
|
||
* modify openapi spec at client generation time ([#204](https://github.com/grafana/shared-workflows/issues/204)) ([fc84de9](https://github.com/grafana/shared-workflows/commit/fc84de984d84586aaa4c05c88620553d1473f735)) | ||
|
||
|
||
### 🐛 Bug Fixes | ||
|
||
* generate go client in a subdir ([#208](https://github.com/grafana/shared-workflows/issues/208)) ([335e261](https://github.com/grafana/shared-workflows/commit/335e261108a1299ee06227acad2e487118e3110e)) | ||
|
||
|
||
### 🔧 Miscellaneous Chores | ||
|
||
* **deps:** update actions/cache action to v4.1.0 ([#441](https://github.com/grafana/shared-workflows/issues/441)) ([e583f36](https://github.com/grafana/shared-workflows/commit/e583f3676b58bba1b3a278be432b4220800abf2f)) | ||
* **deps:** update actions/cache action to v4.1.1 ([#448](https://github.com/grafana/shared-workflows/issues/448)) ([db270ac](https://github.com/grafana/shared-workflows/commit/db270ac9e0cd900940a87e7187c1d4863a997568)) | ||
* **deps:** update actions/cache action to v4.1.2 ([#494](https://github.com/grafana/shared-workflows/issues/494)) ([0f7e124](https://github.com/grafana/shared-workflows/commit/0f7e1244ff37782aaca907e8287d73173776646f)) |