Skip to content

Commit 0f70566

Browse files
chore(main): release trigger-argo-workflow 1.1.0 (#634)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitris Sotirakis <[email protected]>
1 parent 092d21b commit 0f70566

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,6 +15,6 @@
1515
"actions/push-to-gcs": "0.2.0",
1616
"actions/techdocs-rewrite-relative-links": "1.0.0",
1717
"actions/validate-policy-bot-config": "1.0.0",
18-
"actions/trigger-argo-workflow": "1.0.0",
18+
"actions/trigger-argo-workflow": "1.1.0"
1919
"actions/setup-jrsonnet": "1.0.0"
2020
}

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.0](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow-v1.0.0...trigger-argo-workflow-v1.1.0) (2025-01-29)
4+
5+
6+
### 🎉 Features
7+
8+
* **docs:** added EngHub doc links to corresponding actions readmes ([#635](https://github.com/grafana/shared-workflows/issues/635)) ([a7d04c1](https://github.com/grafana/shared-workflows/commit/a7d04c1e98496dbf07f8e44602933af07ba62f9f))
9+
* print workflow uri immediately even when using --wait flag ([#663](https://github.com/grafana/shared-workflows/issues/663)) ([32bb517](https://github.com/grafana/shared-workflows/commit/32bb517d371b3f8349345cc16365e859be76c323))
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* **trigger-argo-workflow:** prevent unnecessary retries if a permanent error is encountered ([#631](https://github.com/grafana/shared-workflows/issues/631)) ([81c3771](https://github.com/grafana/shared-workflows/commit/81c377191b9f604bc5f2c64cc2258dfe4bc5ea9c))
15+
16+
17+
### 🏗️ Build System
18+
19+
* **deps:** bump github.com/lmittmann/tint to 1.0.6 in trigger-argo-workflow ([#665](https://github.com/grafana/shared-workflows/issues/665)) ([a094a39](https://github.com/grafana/shared-workflows/commit/a094a395da63897275978d860fb1c79dc45d8895))
20+
* **deps:** bump golang.org/x/term from 0.26.0 to 0.27.0 in /actions/trigger-argo-workflow ([#639](https://github.com/grafana/shared-workflows/issues/639)) ([648f46e](https://github.com/grafana/shared-workflows/commit/648f46efa76a0370d1e0f25c8b81c2f4c7214f0c))
21+
* **deps:** bump golang.org/x/term from 0.27.0 to 0.28.0 in /actions/trigger-argo-workflow ([#673](https://github.com/grafana/shared-workflows/issues/673)) ([ee7ca4e](https://github.com/grafana/shared-workflows/commit/ee7ca4ed19ef4f64d0a42a22685a83666da5a99f))
22+
23+
24+
### 🔧 Miscellaneous Chores
25+
26+
* **deps:** update actions/setup-go action to v5.2.0 ([#646](https://github.com/grafana/shared-workflows/issues/646)) ([bf4b9d4](https://github.com/grafana/shared-workflows/commit/bf4b9d4275d219cda56ae308981df427575b880e))
27+
* **deps:** update actions/setup-go action to v5.3.0 ([#707](https://github.com/grafana/shared-workflows/issues/707)) ([42df8ce](https://github.com/grafana/shared-workflows/commit/42df8cefcbb9c0a25cf060c7566c96eab5d5de69))
28+
329
## 1.0.0 (2024-11-29)
430

531

actions/trigger-argo-workflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here is an example of how to use this action:
4545
```yaml
4646
steps:
4747
- name: Trigger Argo Workflow
48-
uses: grafana/shared-workflows/actions/trigger-argo-workflow@trigger-argo-workflow-v1.0.0
48+
uses: grafana/shared-workflows/actions/trigger-argo-workflow@trigger-argo-workflow-v1.1.0
4949
with:
5050
instance: "ops"
5151
namespace: "mynamespace"

0 commit comments

Comments
 (0)