From f1e0d329717a49554ae274ea494a225684d69424 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 05:58:30 +0000 Subject: [PATCH] chore(main): release get-vault-secrets 1.0.0 --- .release-please-manifest.json | 2 +- actions/get-vault-secrets/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 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..975acfa35 --- /dev/null +++ b/actions/get-vault-secrets/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 1.0.0 (2024-10-15) + + +### 🐛 Bug Fixes + +* **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)) + + +### 🔧 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))