From 1c0fc7c521d6f4f60953677132971dcbb4a5c718 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 10:04:01 +0000 Subject: [PATCH] chore(main): release trigger-argo-workflow 1.1.1 --- .release-please-manifest.json | 2 +- actions/trigger-argo-workflow/CHANGELOG.md | 28 ++++++++++++++++++++++ actions/trigger-argo-workflow/README.md | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6faaf868..22dd5e0fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/actions/trigger-argo-workflow/CHANGELOG.md b/actions/trigger-argo-workflow/CHANGELOG.md index 0570433f0..77ecf72b3 100644 --- a/actions/trigger-argo-workflow/CHANGELOG.md +++ b/actions/trigger-argo-workflow/CHANGELOG.md @@ -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) diff --git a/actions/trigger-argo-workflow/README.md b/actions/trigger-argo-workflow/README.md index 1055f5d0d..c85013cee 100644 --- a/actions/trigger-argo-workflow/README.md +++ b/actions/trigger-argo-workflow/README.md @@ -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/trigger-argo-workflow@trigger-argo-workflow-v1.1.0 +uses: grafana/shared-workflows/actions/trigger-argo-workflow@trigger-argo-workflow-v1.1.1 with: instance: "ops" namespace: "mynamespace"