Skip to content

Commit

Permalink
chore(main): release push-to-gcs 0.1.0 (#418)
Browse files Browse the repository at this point in the history
* chore(main): release push-to-gcs 1.0.0

* 1.0.0 -> 0.1.0

---------

Co-authored-by: dsotirakis <[email protected]>
  • Loading branch information
github-actions[bot] and dsotirakis authored Nov 28, 2024
1 parent 97c6f45 commit eb3e512
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
18 changes: 18 additions & 0 deletions actions/push-to-gcs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit eb3e512

Please sign in to comment.