From e5b9ef201768fa080d7d86dcf3d250a276cb8d6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 08:47:32 +0000 Subject: [PATCH] chore(main): release setup-conftest 1.0.0 (#425) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitris Sotirakis --- .release-please-manifest.json | 1 + actions/setup-conftest/CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 actions/setup-conftest/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a1f9221e9..f290cc8fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,6 +4,7 @@ "actions/dockerhub-login": "1.0.0", "actions/send-slack-message": "1.0.0", "actions/aws-auth": "1.0.0", + "actions/setup-conftest": "1.0.0" "actions/setup-argo": "1.0.0" "actions/generate-openapi-clients": "1.0.0" } diff --git a/actions/setup-conftest/CHANGELOG.md b/actions/setup-conftest/CHANGELOG.md new file mode 100644 index 000000000..f72fbabf2 --- /dev/null +++ b/actions/setup-conftest/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## 1.0.0 (2024-11-28) + + +### 🎉 Features + +* add setup-conftest action ([#212](https://github.com/grafana/shared-workflows/issues/212)) ([6a252ee](https://github.com/grafana/shared-workflows/commit/6a252ee32cc3109533ce51789842d3ed78e6abf2)) + + +### 🐛 Bug Fixes + +* **setup-conftest:** normalize runner.os ([#216](https://github.com/grafana/shared-workflows/issues/216)) ([318d33e](https://github.com/grafana/shared-workflows/commit/318d33e1f443b2f511a21593f1945e9e026c86d0)) + + +### 🔧 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)) +* **deps:** update dsaltares/fetch-gh-release-asset action to v1.1.2 ([#247](https://github.com/grafana/shared-workflows/issues/247)) ([cfd4f70](https://github.com/grafana/shared-workflows/commit/cfd4f702bf0e979fe1f3d074154ab1616a7c4d75))