Skip to content
Merged
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.2.1",
"actions/techdocs-rewrite-relative-links": "1.0.2",
"actions/validate-policy-bot-config": "1.1.1",
"actions/trigger-argo-workflow": "1.1.2",
"actions/trigger-argo-workflow": "1.2.0",
"actions/setup-jrsonnet": "1.0.1",
"actions/find-pr-for-commit": "1.0.1",
"actions/remove-checkout-credentials": "0.1.0",
Expand Down
20 changes: 20 additions & 0 deletions actions/trigger-argo-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [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)


### 🎉 Features

* **trigger-argo-workflow:** allow overiding `sender` argument ([#1246](https://github.com/grafana/shared-workflows/issues/1246)) ([ff6c6f9](https://github.com/grafana/shared-workflows/commit/ff6c6f924c0b66afc6dccae7ad5b1498270ef1e9))


### 🐛 Bug Fixes

* **deps:** update module github.com/urfave/cli/v3 to v3.4.1 ([#1229](https://github.com/grafana/shared-workflows/issues/1229)) ([d79478b](https://github.com/grafana/shared-workflows/commit/d79478b279700e6ab5af810a14cc86b0a7bed598))


### 🔧 Miscellaneous Chores

* **deps:** bump golang.org/x/term ([fbfc18b](https://github.com/grafana/shared-workflows/commit/fbfc18b9aec1427f23243459f62a8a9bb8f15d5a))
* **deps:** bump golang.org/x/term from 0.33.0 to 0.34.0 ([#1213](https://github.com/grafana/shared-workflows/issues/1213)) ([fbfc18b](https://github.com/grafana/shared-workflows/commit/fbfc18b9aec1427f23243459f62a8a9bb8f15d5a))
* **deps:** update actions/checkout action to v4.3.0 ([#1221](https://github.com/grafana/shared-workflows/issues/1221)) ([17ab531](https://github.com/grafana/shared-workflows/commit/17ab531bf2c16c79af38988e7caf7a3d8a37634b))
* **deps:** update actions/checkout action to v5 ([#1227](https://github.com/grafana/shared-workflows/issues/1227)) ([fd79c02](https://github.com/grafana/shared-workflows/commit/fd79c02730e0629f728e2f5c3d614545269208a9))

## [1.1.2](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow/v1.1.1...trigger-argo-workflow/v1.1.2) (2025-07-30)


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.1.2
uses: grafana/shared-workflows/actions/trigger-argo-workflow@0f705663f602e305aa22034489f351dc7022d8ce # trigger-argo-workflow-v1.2.0
with:
instance: "ops"
namespace: "mynamespace"
Expand Down
Loading