From 526029390407ee8c25a0d7a9ae850799ddb5502b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:23:47 +0000 Subject: [PATCH] chore(main): release get-vault-secrets 1.0.0 --- .release-please-manifest.json | 2 +- actions/get-vault-secrets/CHANGELOG.md | 27 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 actions/get-vault-secrets/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b41aef4ba..2a9c1ffa2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"actions/lint-pr-title":"1.0.0"} +{"actions/lint-pr-title":"1.0.0","actions/get-vault-secrets":"1.0.0"} diff --git a/actions/get-vault-secrets/CHANGELOG.md b/actions/get-vault-secrets/CHANGELOG.md new file mode 100644 index 000000000..fa839896a --- /dev/null +++ b/actions/get-vault-secrets/CHANGELOG.md @@ -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))