Skip to content

chore(main): release trigger-argo-workflow 1.1.1 #748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
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.2.0",
"actions/techdocs-rewrite-relative-links": "1.0.1",
"actions/validate-policy-bot-config": "1.1.0",
"actions/trigger-argo-workflow": "1.1.0",
"actions/trigger-argo-workflow": "1.1.1",
"actions/setup-jrsonnet": "1.0.0",
"actions/find-pr-for-commit": "1.0.0"
}
28 changes: 28 additions & 0 deletions actions/trigger-argo-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.1.1](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow-v1.1.0...trigger-argo-workflow-v1.1.1) (2025-05-08)


### πŸ› Bug Fixes

* ensure every action disables git credential persistence ([#821](https://github.com/grafana/shared-workflows/issues/821)) ([31ebf3f](https://github.com/grafana/shared-workflows/commit/31ebf3f8e5d0f8709e6ec4ef73b39dd2bd08f959))
* **everything:** fix all things for zizmor ([af9b0c5](https://github.com/grafana/shared-workflows/commit/af9b0c52635d39023136fb9312a354f91d9b2bfd))
* fix linting issues ([#876](https://github.com/grafana/shared-workflows/issues/876)) ([1e7c66c](https://github.com/grafana/shared-workflows/commit/1e7c66cde9d0949c49fb319bc3cea5c2aa7cfb45))
* **trigger-argo-workflows:** support repos using Go workspaces ([#875](https://github.com/grafana/shared-workflows/issues/875)) ([3143df8](https://github.com/grafana/shared-workflows/commit/3143df809e37021321fcf823431f6580b4e1b652))


### πŸ—οΈ Build System

* **deps:** bump github.com/lmittmann/tint ([8b9c841](https://github.com/grafana/shared-workflows/commit/8b9c841229499e16241a0f8026038eaff4fc0ae3))
* **deps:** bump github.com/lmittmann/tint to 1.0.7 in trigger-argo-workflow ([#744](https://github.com/grafana/shared-workflows/issues/744)) ([8b9c841](https://github.com/grafana/shared-workflows/commit/8b9c841229499e16241a0f8026038eaff4fc0ae3))
* **deps:** bump golang.org/x/term ([ec620d9](https://github.com/grafana/shared-workflows/commit/ec620d967ceebc9580cd630cba0151eabbd8f252))
* **deps:** bump golang.org/x/term ([a54a6c2](https://github.com/grafana/shared-workflows/commit/a54a6c2bde469713c4af68a1bd5e0fd6eec1f537))
* **deps:** bump golang.org/x/term from 0.28.0 to 0.29.0 in /actions/trigger-argo-workflow ([#768](https://github.com/grafana/shared-workflows/issues/768)) ([a54a6c2](https://github.com/grafana/shared-workflows/commit/a54a6c2bde469713c4af68a1bd5e0fd6eec1f537))
* **deps:** bump golang.org/x/term from 0.30.0 to 0.31.0 in trigger-argo-workflow ([#890](https://github.com/grafana/shared-workflows/issues/890)) ([ec620d9](https://github.com/grafana/shared-workflows/commit/ec620d967ceebc9580cd630cba0151eabbd8f252))
* **deps:** bump the go group ([991851b](https://github.com/grafana/shared-workflows/commit/991851bcc4a4196ab5c8a8d501e46b5b02ec9e42))
* **deps:** bump the go group in /actions/trigger-argo-workflow with 2 updates ([#841](https://github.com/grafana/shared-workflows/issues/841)) ([991851b](https://github.com/grafana/shared-workflows/commit/991851bcc4a4196ab5c8a8d501e46b5b02ec9e42))


### πŸ”§ Miscellaneous Chores

* **deps:** update actions/setup-go action to v5.4.0 ([#856](https://github.com/grafana/shared-workflows/issues/856)) ([2a39322](https://github.com/grafana/shared-workflows/commit/2a39322a1f089f759684c4a4fa1a8219a77d6494))
* **main:** release push-to-gar-docker 0.3.0 ([#794](https://github.com/grafana/shared-workflows/issues/794)) ([a7bc536](https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc))

## [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)


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 @@ -45,7 +45,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