diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45734a7c6..285f9c5c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -15,7 +15,7 @@ "actions/push-to-gcs": "0.3.0", "actions/techdocs-rewrite-relative-links": "1.0.2", "actions/validate-policy-bot-config": "1.1.1", - "actions/trigger-argo-workflow": "1.2.0", + "actions/trigger-argo-workflow": "1.2.1", "actions/setup-jrsonnet": "1.0.1", "actions/find-pr-for-commit": "1.0.1", "actions/remove-checkout-credentials": "0.1.0", diff --git a/actions/trigger-argo-workflow/CHANGELOG.md b/actions/trigger-argo-workflow/CHANGELOG.md index d8ac8486c..5015670c7 100644 --- a/actions/trigger-argo-workflow/CHANGELOG.md +++ b/actions/trigger-argo-workflow/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.2.1](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow/v1.2.0...trigger-argo-workflow/v1.2.1) (2025-10-28) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/stretchr/testify to v1.11.0 ([#1263](https://github.com/grafana/shared-workflows/issues/1263)) ([92d0612](https://github.com/grafana/shared-workflows/commit/92d06123e73d57688a53671d0239197efb06cc60)) +* **deps:** update module github.com/stretchr/testify to v1.11.1 ([#1279](https://github.com/grafana/shared-workflows/issues/1279)) ([6901f03](https://github.com/grafana/shared-workflows/commit/6901f036a3aa16cfaaba7020f3515c31eaa2f999)) +* **deps:** update module golang.org/x/term to v0.35.0 ([#1315](https://github.com/grafana/shared-workflows/issues/1315)) ([1d21079](https://github.com/grafana/shared-workflows/commit/1d2107999865cd5fd0962e1622d323dc7748bc30)) +* **deps:** update module golang.org/x/term to v0.36.0 ([#1406](https://github.com/grafana/shared-workflows/issues/1406)) ([b352727](https://github.com/grafana/shared-workflows/commit/b3527272a14bf8e321593849c836fa72e1f95b08)) + + +### 🔧 Miscellaneous Chores + +* **deps:** bump github.com/urfave/cli/v3 ([2a42482](https://github.com/grafana/shared-workflows/commit/2a424823891a40ca1e5eaa8a8d64f0b9179da363)) +* **deps:** bump github.com/urfave/cli/v3 to 3.5.0 in /actions/trigger-argo-workflow ([#1458](https://github.com/grafana/shared-workflows/issues/1458)) ([2a42482](https://github.com/grafana/shared-workflows/commit/2a424823891a40ca1e5eaa8a8d64f0b9179da363)) +* **deps:** update actions/setup-go action to v6 ([#1297](https://github.com/grafana/shared-workflows/issues/1297)) ([9e05f00](https://github.com/grafana/shared-workflows/commit/9e05f0033a0bfa5582aa8f31842ad7eb49a376da)) +* **deps:** update actions/setup-go action to v6 ([#1299](https://github.com/grafana/shared-workflows/issues/1299)) ([6262c5e](https://github.com/grafana/shared-workflows/commit/6262c5e47024d01fd9a114356509ceb9872072b4)) + ## [1.2.0](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow/v1.1.2...trigger-argo-workflow/v1.2.0) (2025-08-18) diff --git a/actions/trigger-argo-workflow/README.md b/actions/trigger-argo-workflow/README.md index a0c8257bf..264b70b91 100644 --- a/actions/trigger-argo-workflow/README.md +++ b/actions/trigger-argo-workflow/README.md @@ -70,7 +70,7 @@ jobs: id-token: write steps: - name: Trigger Argo Workflow - uses: grafana/shared-workflows/actions/trigger-argo-workflow@0f705663f602e305aa22034489f351dc7022d8ce # trigger-argo-workflow-v1.2.0 + uses: grafana/shared-workflows/actions/trigger-argo-workflow@0f705663f602e305aa22034489f351dc7022d8ce # trigger-argo-workflow-v1.2.1 with: instance: "ops" namespace: "mynamespace"