Skip to content

Commit

Permalink
chore(main): release trigger-argo-workflow 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
1 parent 5efeccb commit 4b506a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"actions/push-to-gcs": "0.1.0",
"actions/techdocs-rewrite-relative-links": "1.0.0",
"actions/validate-policy-bot-config": "1.0.0",
"actions/trigger-argo-workflow": "1.0.0"
"actions/trigger-argo-workflow": "1.0.1"
}
7 changes: 7 additions & 0 deletions actions/trigger-argo-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow-v1.0.0...trigger-argo-workflow-v1.0.1) (2024-12-09)


### 🐛 Bug Fixes

* **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))

## 1.0.0 (2024-11-29)


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 @@ -42,7 +42,7 @@ Here is an example of how to use this action:
```yaml
steps:
- name: Trigger Argo Workflow
uses: grafana/shared-workflows/actions/[email protected].0
uses: grafana/shared-workflows/actions/[email protected].1
with:
instance: "ops"
namespace: "mynamespace"
Expand Down

0 comments on commit 4b506a9

Please sign in to comment.