Skip to content

Commit 2b6ace8

Browse files
chore(main): release trigger-argo-workflow 1.2.0 (#1216)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff6c6f9 commit 2b6ace8

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"actions/push-to-gcs": "0.2.1",
1616
"actions/techdocs-rewrite-relative-links": "1.0.2",
1717
"actions/validate-policy-bot-config": "1.1.1",
18-
"actions/trigger-argo-workflow": "1.1.2",
18+
"actions/trigger-argo-workflow": "1.2.0",
1919
"actions/setup-jrsonnet": "1.0.1",
2020
"actions/find-pr-for-commit": "1.0.1",
2121
"actions/remove-checkout-credentials": "0.1.0",

actions/trigger-argo-workflow/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### 🎉 Features
7+
8+
* **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))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **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))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **deps:** bump golang.org/x/term ([fbfc18b](https://github.com/grafana/shared-workflows/commit/fbfc18b9aec1427f23243459f62a8a9bb8f15d5a))
19+
* **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))
20+
* **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))
21+
* **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))
22+
323
## [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)
424

525

actions/trigger-argo-workflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
id-token: write
7171
steps:
7272
- name: Trigger Argo Workflow
73-
uses: grafana/shared-workflows/actions/trigger-argo-workflow@0f705663f602e305aa22034489f351dc7022d8ce # trigger-argo-workflow-v1.1.2
73+
uses: grafana/shared-workflows/actions/trigger-argo-workflow@0f705663f602e305aa22034489f351dc7022d8ce # trigger-argo-workflow-v1.2.0
7474
with:
7575
instance: "ops"
7676
namespace: "mynamespace"

0 commit comments

Comments
 (0)