diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 356e3aa2d..7a9831e7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -15,5 +15,6 @@ "actions/push-to-gcs": "0.2.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.0", + "actions/setup-jrsonnet": "1.0.0" } diff --git a/actions/setup-jrsonnet/CHANGELOG.md b/actions/setup-jrsonnet/CHANGELOG.md new file mode 100644 index 000000000..ee4b46d11 --- /dev/null +++ b/actions/setup-jrsonnet/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2025-01-29) + + +### 🎉 Features + +* introduce setup-jrsonnet action ([#619](https://github.com/grafana/shared-workflows/issues/619)) ([c4c7060](https://github.com/grafana/shared-workflows/commit/c4c706001d0f3c9cc6a9fcea394b071b2b33e52f)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/cache action to v4.2.0 ([#636](https://github.com/grafana/shared-workflows/issues/636)) ([c4422fc](https://github.com/grafana/shared-workflows/commit/c4422fc4a4fa6cddae3862c7df7b4ec5f251053f)) diff --git a/actions/setup-jrsonnet/README.md b/actions/setup-jrsonnet/README.md index 8539795a1..209587ee6 100644 --- a/actions/setup-jrsonnet/README.md +++ b/actions/setup-jrsonnet/README.md @@ -9,7 +9,7 @@ Setup jrsonnet CLI and add it to the PATH, this action will pull the binary from ``` uses: grafana/shared-workflows/actions/setup-jrsonnet@setup-jrsonnet-v1.0.0 with: - version: 0.5.0-pre96-test # Version of the jrsonnet CLI to install. + version: 1.0.0-test # Version of the jrsonnet CLI to install. ```