From bc170f34333c48261dc079de1c9149747be8d7ce 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:44:13 +0000 Subject: [PATCH] chore(main): release setup-argo 1.0.0 (#417) 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-argo/CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 actions/setup-argo/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cfc459ae2..a1f9221e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,6 @@ "actions/dockerhub-login": "1.0.0", "actions/send-slack-message": "1.0.0", "actions/aws-auth": "1.0.0", + "actions/setup-argo": "1.0.0" "actions/generate-openapi-clients": "1.0.0" } diff --git a/actions/setup-argo/CHANGELOG.md b/actions/setup-argo/CHANGELOG.md new file mode 100644 index 000000000..25dfc540d --- /dev/null +++ b/actions/setup-argo/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## 1.0.0 (2024-11-28) + + +### 🐛 Bug Fixes + +* **setup-argo:** less fragile OS/ARCH selection ([#222](https://github.com/grafana/shared-workflows/issues/222)) ([e9775f3](https://github.com/grafana/shared-workflows/commit/e9775f3ace2ef954b81548720476fb42ebde52e8)) +* **setup-argo:** use amd64 as arch ([#217](https://github.com/grafana/shared-workflows/issues/217)) ([7a0ba14](https://github.com/grafana/shared-workflows/commit/7a0ba14ec0596297d38441c7829cbe8eb30fb036)) +* **setup-argo:** use bash, fix idempotency, only restore if needed ([#221](https://github.com/grafana/shared-workflows/issues/221)) ([1e75822](https://github.com/grafana/shared-workflows/commit/1e75822620b1413e97deb7d60b10cad9ebf0fdeb)) +* wrong linked action in argo docs ([#538](https://github.com/grafana/shared-workflows/issues/538)) ([170f6ab](https://github.com/grafana/shared-workflows/commit/170f6abb2b5e83be95d6b885c1f3a8e3e5200b57)) + + +### 🔧 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)) + + +### ♻️ Code Refactoring + +* **setup-argo:** refactor following feedback ([#215](https://github.com/grafana/shared-workflows/issues/215)) ([64a196a](https://github.com/grafana/shared-workflows/commit/64a196a127bcfe135cf6152a387db2024efc3044))