Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 18 additions & 0 deletions actions/trigger-argo-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion actions/trigger-argo-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down