diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b695e3bb..d47245c65 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,8 +4,9 @@ "actions/dockerhub-login": "1.0.0", "actions/send-slack-message": "1.0.0", "actions/aws-auth": "1.0.0", - "actions/argo-lint": "1.0.0" - "actions/setup-conftest": "1.0.0" - "actions/setup-argo": "1.0.0" - "actions/generate-openapi-clients": "1.0.0" + "actions/argo-lint": "1.0.0", + "actions/setup-conftest": "1.0.0", + "actions/setup-argo": "1.0.0", + "actions/generate-openapi-clients": "1.0.0", + "actions/push-to-gcs": "0.1.0" } diff --git a/actions/push-to-gcs/CHANGELOG.md b/actions/push-to-gcs/CHANGELOG.md new file mode 100644 index 000000000..d46da1008 --- /dev/null +++ b/actions/push-to-gcs/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 0.1.0 (2024-11-28) + + +### 🎉 Features + +* **push-to-gcs:** allow setting 'predefinedAcl' on objects when uploading ([#193](https://github.com/grafana/shared-workflows/issues/193)) ([97e6191](https://github.com/grafana/shared-workflows/commit/97e6191605de61d528f08aa85fa2f9ee2dfac355)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/checkout action to v4.1.7 ([#244](https://github.com/grafana/shared-workflows/issues/244)) ([1d5fba5](https://github.com/grafana/shared-workflows/commit/1d5fba52e7cb2780dfd1af758e1d84e35ce6e8f7)) +* **deps:** update actions/checkout action to v4.2.0 ([#313](https://github.com/grafana/shared-workflows/issues/313)) ([ba6268c](https://github.com/grafana/shared-workflows/commit/ba6268c6beef0ab5b461f45eef4cfe1b4e6d6013)) +* **deps:** update actions/checkout action to v4.2.1 ([#445](https://github.com/grafana/shared-workflows/issues/445)) ([c72e039](https://github.com/grafana/shared-workflows/commit/c72e039d656ea7db5cbcfd98dffd0f8554e1f029)) +* **deps:** update actions/checkout action to v4.2.2 ([#498](https://github.com/grafana/shared-workflows/issues/498)) ([7c6dbe2](https://github.com/grafana/shared-workflows/commit/7c6dbe23c5fd8f3ab5863fb0e3f9d95de621b746)) +* **deps:** update google-github-actions/upload-cloud-storage action to v2.2.0 ([#261](https://github.com/grafana/shared-workflows/issues/261)) ([fc430d2](https://github.com/grafana/shared-workflows/commit/fc430d28d426938f51cf2cb575f775a1b7b55d40)) +* **deps:** update google-github-actions/upload-cloud-storage action to v2.2.1 ([#510](https://github.com/grafana/shared-workflows/issues/510)) ([8545475](https://github.com/grafana/shared-workflows/commit/85454759d8be4364b64b3a409e640fbec5797dcc))