diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 002865483..03862416e 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.0.1" } diff --git a/actions/trigger-argo-workflow/CHANGELOG.md b/actions/trigger-argo-workflow/CHANGELOG.md index 03b4b775f..a3d96b30f 100644 --- a/actions/trigger-argo-workflow/CHANGELOG.md +++ b/actions/trigger-argo-workflow/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.1](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow-v1.0.0...trigger-argo-workflow-v1.0.1) (2024-12-09) + + +### 🐛 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 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)) + ## 1.0.0 (2024-11-29) diff --git a/actions/trigger-argo-workflow/README.md b/actions/trigger-argo-workflow/README.md index 1073cbb05..da17a9982 100644 --- a/actions/trigger-argo-workflow/README.md +++ b/actions/trigger-argo-workflow/README.md @@ -42,7 +42,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.0.1 with: instance: "ops" namespace: "mynamespace"