diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a9c1ffa2..bcfd5a2f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"actions/lint-pr-title":"1.0.0","actions/get-vault-secrets":"1.0.0"} +{"actions/lint-pr-title":"1.0.0","actions/get-vault-secrets":"1.0.0","actions/login-to-gcs":"1.0.0"} diff --git a/actions/login-to-gcs/CHANGELOG.md b/actions/login-to-gcs/CHANGELOG.md new file mode 100644 index 000000000..3efd69a1c --- /dev/null +++ b/actions/login-to-gcs/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.0.0 (2024-10-22) + + +### 🔧 Miscellaneous Chores + +* **deps:** update google-github-actions/auth action to v2.1.5 ([#248](https://github.com/grafana/shared-workflows/issues/248)) ([a5d1613](https://github.com/grafana/shared-workflows/commit/a5d1613fba998ba9b99b7267b6f9b915562da962)) +* **deps:** update google-github-actions/auth action to v2.1.6 ([#436](https://github.com/grafana/shared-workflows/issues/436)) ([a275eef](https://github.com/grafana/shared-workflows/commit/a275eefa9f63e3bec05bd90ea77cfbbc9879afe8))