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

## [1.2.2](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow/v1.2.1...trigger-argo-workflow/v1.2.2) (2025-11-28)


### 🔧 Miscellaneous Chores

* **deps:** bump the go group ([a369fe9](https://github.com/grafana/shared-workflows/commit/a369fe99d9d98fa42eea954fb905c4a200dc5973))
* **deps:** bump the go group in /actions/trigger-argo-workflow with 2 updates ([#1560](https://github.com/grafana/shared-workflows/issues/1560)) ([a369fe9](https://github.com/grafana/shared-workflows/commit/a369fe99d9d98fa42eea954fb905c4a200dc5973))
* **deps:** update actions/checkout action to v6 ([#1570](https://github.com/grafana/shared-workflows/issues/1570)) ([af4d9df](https://github.com/grafana/shared-workflows/commit/af4d9dfcfa9da2582544cd2a6e6dcf06e516f9ea))
* **deps:** update actions/setup-go action to v6.1.0 ([#1565](https://github.com/grafana/shared-workflows/issues/1565)) ([cfddbee](https://github.com/grafana/shared-workflows/commit/cfddbeede13168d5c0d75c201fd298363a647e27))

## [1.2.1](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow/v1.2.0...trigger-argo-workflow/v1.2.1) (2025-11-20)


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