From 0cd9a391f1e59f719458fa6f3ae0a65845befccf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:33:35 +0000 Subject: [PATCH] chore(main): release trigger-argo-workflow 1.1.0 --- .release-please-manifest.json | 2 +- actions/trigger-argo-workflow/CHANGELOG.md | 26 ++++++++++++++++++++++ actions/trigger-argo-workflow/README.md | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 494721ee8..65d1f8897 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -15,5 +15,5 @@ "actions/push-to-gcs": "0.1.0", "actions/techdocs-rewrite-relative-links": "1.0.0", "actions/validate-policy-bot-config": "1.0.0", - "actions/trigger-argo-workflow": "1.0.0" + "actions/trigger-argo-workflow": "1.1.0" } diff --git a/actions/trigger-argo-workflow/CHANGELOG.md b/actions/trigger-argo-workflow/CHANGELOG.md index 03b4b775f..3be5a112d 100644 --- a/actions/trigger-argo-workflow/CHANGELOG.md +++ b/actions/trigger-argo-workflow/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.1.0](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow-v1.0.0...trigger-argo-workflow-v1.1.0) (2025-01-22) + + +### 🎉 Features + +* **docs:** added EngHub doc links to corresponding actions readmes ([#635](https://github.com/grafana/shared-workflows/issues/635)) ([a7d04c1](https://github.com/grafana/shared-workflows/commit/a7d04c1e98496dbf07f8e44602933af07ba62f9f)) +* print workflow uri immediately even when using --wait flag ([#663](https://github.com/grafana/shared-workflows/issues/663)) ([32bb517](https://github.com/grafana/shared-workflows/commit/32bb517d371b3f8349345cc16365e859be76c323)) + + +### 🐛 Bug Fixes + +* **trigger-argo-workflow:** prevent unnecessary retries if a permanent error is encountered ([#631](https://github.com/grafana/shared-workflows/issues/631)) ([81c3771](https://github.com/grafana/shared-workflows/commit/81c377191b9f604bc5f2c64cc2258dfe4bc5ea9c)) + + +### 🏗️ Build System + +* **deps:** bump github.com/lmittmann/tint to 1.0.6 in trigger-argo-workflow ([#665](https://github.com/grafana/shared-workflows/issues/665)) ([a094a39](https://github.com/grafana/shared-workflows/commit/a094a395da63897275978d860fb1c79dc45d8895)) +* **deps:** bump golang.org/x/term from 0.26.0 to 0.27.0 in /actions/trigger-argo-workflow ([#639](https://github.com/grafana/shared-workflows/issues/639)) ([648f46e](https://github.com/grafana/shared-workflows/commit/648f46efa76a0370d1e0f25c8b81c2f4c7214f0c)) +* **deps:** bump golang.org/x/term from 0.27.0 to 0.28.0 in /actions/trigger-argo-workflow ([#673](https://github.com/grafana/shared-workflows/issues/673)) ([ee7ca4e](https://github.com/grafana/shared-workflows/commit/ee7ca4ed19ef4f64d0a42a22685a83666da5a99f)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/setup-go action to v5.2.0 ([#646](https://github.com/grafana/shared-workflows/issues/646)) ([bf4b9d4](https://github.com/grafana/shared-workflows/commit/bf4b9d4275d219cda56ae308981df427575b880e)) +* **deps:** update actions/setup-go action to v5.3.0 ([#707](https://github.com/grafana/shared-workflows/issues/707)) ([42df8ce](https://github.com/grafana/shared-workflows/commit/42df8cefcbb9c0a25cf060c7566c96eab5d5de69)) + ## 1.0.0 (2024-11-29) diff --git a/actions/trigger-argo-workflow/README.md b/actions/trigger-argo-workflow/README.md index 836de5589..1055f5d0d 100644 --- a/actions/trigger-argo-workflow/README.md +++ b/actions/trigger-argo-workflow/README.md @@ -45,7 +45,7 @@ Here is an example of how to use this action: ```yaml steps: - name: Trigger Argo Workflow -uses: grafana/shared-workflows/actions/trigger-argo-workflow@trigger-argo-workflow-v1.0.0 +uses: grafana/shared-workflows/actions/trigger-argo-workflow@trigger-argo-workflow-v1.1.0 with: instance: "ops" namespace: "mynamespace"