From ec770809cd118f1fb859fdf3abbcb858c9c8a19a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:53:15 +0000 Subject: [PATCH] chore(main): release setup-conftest 1.0.5 --- .release-please-manifest.json | 2 +- actions/setup-conftest/CHANGELOG.md | 12 ++++++++++++ actions/setup-conftest/README.md | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc21fae045..e155102530 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "actions/login-to-gar": "1.0.3", "actions/login-to-gcs": "0.3.1", "actions/argo-lint": "1.1.1", - "actions/setup-conftest": "1.0.4", + "actions/setup-conftest": "1.0.5", "actions/setup-argo": "1.2.1", "actions/generate-openapi-clients": "1.1.1", "actions/push-to-gcs": "0.3.2", diff --git a/actions/setup-conftest/CHANGELOG.md b/actions/setup-conftest/CHANGELOG.md index 19f13fccb5..b3618328a6 100644 --- a/actions/setup-conftest/CHANGELOG.md +++ b/actions/setup-conftest/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.5](https://github.com/grafana/shared-workflows/compare/setup-conftest/v1.0.4...setup-conftest/v1.0.5) (2026-09-09) + + +### 📝 Documentation + +* generate action and workflow input/output tables ([#2276](https://github.com/grafana/shared-workflows/issues/2276)) ([ddcc1f8](https://github.com/grafana/shared-workflows/commit/ddcc1f84239514abefa7b02481bfcc24bd88c4ca)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/cache action to v6 ([#2227](https://github.com/grafana/shared-workflows/issues/2227)) ([ddc2a23](https://github.com/grafana/shared-workflows/commit/ddc2a23ec2ab41811bb9ba72e26afc7ed72466b0)) + ## [1.0.4](https://github.com/grafana/shared-workflows/compare/setup-conftest/v1.0.3...setup-conftest/v1.0.4) (2026-06-10) diff --git a/actions/setup-conftest/README.md b/actions/setup-conftest/README.md index 0c9aaec1f9..dc3ef6dc92 100644 --- a/actions/setup-conftest/README.md +++ b/actions/setup-conftest/README.md @@ -7,9 +7,9 @@ Setup conftest and add it to the PATH, this action will pull the binary from Git ```yaml -uses: grafana/shared-workflows/actions/setup-conftest@setup-conftest/v1.0.4 +uses: grafana/shared-workflows/actions/setup-conftest@setup-conftest/v1.0.5 with: - version: 1.0.4 # Version of conftest to install. + version: 1.0.5 # Version of conftest to install. ```