-
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 get-vault-secrets 1.0.0
- Loading branch information
1 parent
5ce770e
commit 2cd0d92
Showing
2 changed files
with
28 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 +1 @@ | ||
{"actions/lint-pr-title":"1.0.0"} | ||
{"actions/lint-pr-title":"1.0.0","actions/get-vault-secrets":"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,27 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-10-17) | ||
|
||
|
||
### 🎉 Features | ||
|
||
* added github oidc token as a header ([#471](https://github.com/grafana/shared-workflows/issues/471)) ([6426ecd](https://github.com/grafana/shared-workflows/commit/6426ecdc24bc202b5d0ac928f1bbede1ebcc4298)) | ||
|
||
|
||
### 🐛 Bug Fixes | ||
|
||
* **get-vault-secrets:** correct path to `translate-secrets` ([#477](https://github.com/grafana/shared-workflows/issues/477)) ([62b49bb](https://github.com/grafana/shared-workflows/commit/62b49bbef2c1cf401616434144c5e0a54e929e91)) | ||
* **renovate:** fix action versions, add more triggers ([#249](https://github.com/grafana/shared-workflows/issues/249)) ([3b1e65f](https://github.com/grafana/shared-workflows/commit/3b1e65f1b3b563a309b4aa5f888d916ad389cec3)) | ||
|
||
|
||
### 🤖 Continuous Integration | ||
|
||
* add workflow that lints shell scripts with ShellCheck ([#147](https://github.com/grafana/shared-workflows/issues/147)) ([570898e](https://github.com/grafana/shared-workflows/commit/570898eda6d4fb6c0e4d45a24bf9681c89a12aa6)) | ||
|
||
|
||
### 🔧 Miscellaneous Chores | ||
|
||
* **deps:** update google-github-actions/auth action to v2.1.5 ([#248](https://github.com/grafana/shared-workflows/issues/248)) ([a5d1613](https://github.com/grafana/shared-workflows/commit/a5d1613fba998ba9b99b7267b6f9b915562da962)) | ||
* **deps:** update google-github-actions/auth action to v2.1.6 ([#436](https://github.com/grafana/shared-workflows/issues/436)) ([a275eef](https://github.com/grafana/shared-workflows/commit/a275eefa9f63e3bec05bd90ea77cfbbc9879afe8)) | ||
* **deps:** update hashicorp/vault-action action to v3 ([#267](https://github.com/grafana/shared-workflows/issues/267)) ([553b76e](https://github.com/grafana/shared-workflows/commit/553b76e74be26afbed46de7df5393459deccacad)) | ||
* Update action dependencies ([#39](https://github.com/grafana/shared-workflows/issues/39)) ([b271a8b](https://github.com/grafana/shared-workflows/commit/b271a8b01e61d00dc987dbb77744bd9e01fe862d)) |