Skip to content

Commit 44c08c7

Browse files
chore(main): release trigger-argo-workflow 1.1.2 (#1019)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 711023b commit 44c08c7

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-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.1",
18+
"actions/trigger-argo-workflow": "1.1.2",
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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update go patch updates ([#1169](https://github.com/grafana/shared-workflows/issues/1169)) ([89ae65c](https://github.com/grafana/shared-workflows/commit/89ae65c957ef293342ebd9e42532a6a8067b9f21))
9+
10+
11+
### 🏗️ Build System
12+
13+
* **deps:** bump github.com/lmittmann/tint ([2aeb3e6](https://github.com/grafana/shared-workflows/commit/2aeb3e654cbe6a769b48f7530defa3a99b0981ad))
14+
* **deps:** bump github.com/lmittmann/tint to 1.1.2 in trigger-argo-workflow ([#1017](https://github.com/grafana/shared-workflows/issues/1017)) ([2aeb3e6](https://github.com/grafana/shared-workflows/commit/2aeb3e654cbe6a769b48f7530defa3a99b0981ad))
15+
* **deps:** bump github.com/urfave/cli/v2 ([efb9b27](https://github.com/grafana/shared-workflows/commit/efb9b277ac8015d4b1d86bb41a5732889cb568ed))
16+
* **deps:** bump github.com/urfave/cli/v2 to 2.27.7 in /trigger-argo-workflow ([#1027](https://github.com/grafana/shared-workflows/issues/1027)) ([efb9b27](https://github.com/grafana/shared-workflows/commit/efb9b277ac8015d4b1d86bb41a5732889cb568ed))
17+
18+
19+
### 🔧 Miscellaneous Chores
20+
21+
* **deps:** update actions/setup-go action to v5.5.0 ([#1055](https://github.com/grafana/shared-workflows/issues/1055)) ([bedd909](https://github.com/grafana/shared-workflows/commit/bedd909cfbd5a0d1df440552f0eb6891e7371509))
22+
* **deps:** update module github.com/cenkalti/backoff/v4 to v5 ([#1112](https://github.com/grafana/shared-workflows/issues/1112)) ([2e87db1](https://github.com/grafana/shared-workflows/commit/2e87db102d6c16a167fc1a6fa341b9a967bdb7f1))
23+
* **deps:** update module github.com/cenkalti/backoff/v4 to v5 ([#1115](https://github.com/grafana/shared-workflows/issues/1115)) ([7e81677](https://github.com/grafana/shared-workflows/commit/7e81677d19648194b622dc3448f4fb2b4b3ff6dc))
24+
* **deps:** update module github.com/urfave/cli/v2 to v3 ([#1113](https://github.com/grafana/shared-workflows/issues/1113)) ([77b35d6](https://github.com/grafana/shared-workflows/commit/77b35d6684b57abbd23dd0521518a11c024eb237))
25+
* **deps:** update module github.com/urfave/cli/v2 to v3 ([#1116](https://github.com/grafana/shared-workflows/issues/1116)) ([60f3402](https://github.com/grafana/shared-workflows/commit/60f340234824bbe468556cd2291876a509f05a48))
26+
* **deps:** update module golang.org/x/term to v0.33.0 ([#1128](https://github.com/grafana/shared-workflows/issues/1128)) ([af0b589](https://github.com/grafana/shared-workflows/commit/af0b5894104c3f7d937a51d2086050beb1929c5a))
27+
* **trigger-argo-workflow:** use cli/v3 ([#1127](https://github.com/grafana/shared-workflows/issues/1127)) ([cc1a0b6](https://github.com/grafana/shared-workflows/commit/cc1a0b6ad7d886337e15f9294830c3d4484eacda))
28+
329
## [1.1.1](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow-v1.1.0...trigger-argo-workflow/v1.1.1) (2025-06-04)
430

531

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.1
73+
uses: grafana/shared-workflows/actions/trigger-argo-workflow@0f705663f602e305aa22034489f351dc7022d8ce # trigger-argo-workflow-v1.1.2
7474
with:
7575
instance: "ops"
7676
namespace: "mynamespace"

0 commit comments

Comments
 (0)