From 3d7cd77cd348e6b2b2265c724426758b5c815c34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:37:46 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c0130b9..0d8789961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.1.0](https://github.com/grafana/shared-workflows/compare/v1.0.0...v1.1.0) (2024-09-18) + + +### Features + +* add release-please action ([#183](https://github.com/grafana/shared-workflows/issues/183)) ([0c6afbf](https://github.com/grafana/shared-workflows/commit/0c6afbfb9e7f4af01cf3cfed7535eae33943fe46)) +* add setup-conftest action ([#212](https://github.com/grafana/shared-workflows/issues/212)) ([6a252ee](https://github.com/grafana/shared-workflows/commit/6a252ee32cc3109533ce51789842d3ed78e6abf2)) +* **aws-auth:** add workflow_ref claim ([#227](https://github.com/grafana/shared-workflows/issues/227)) ([c0e3298](https://github.com/grafana/shared-workflows/commit/c0e329819eb62c2cfb5611a56289a2017066b1e7)) +* **deps:** Use Renovate to manage Actions dependncies ([#240](https://github.com/grafana/shared-workflows/issues/240)) ([cd594c3](https://github.com/grafana/shared-workflows/commit/cd594c37d6f39fd9fb74d4abe8055d36a262c677)) +* modify openapi spec at client generation time ([#204](https://github.com/grafana/shared-workflows/issues/204)) ([fc84de9](https://github.com/grafana/shared-workflows/commit/fc84de984d84586aaa4c05c88620553d1473f735)) +* **push-to-gar-docker:** replace underscores with hyphens in repo names ([#199](https://github.com/grafana/shared-workflows/issues/199)) ([a67842b](https://github.com/grafana/shared-workflows/commit/a67842be4f21319c80f40041d7bc02a26d8722bc)) +* **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)) + + +### Bug Fixes + +* add repository_name input to push-to-gar-docker ([#198](https://github.com/grafana/shared-workflows/issues/198)) ([264a3f2](https://github.com/grafana/shared-workflows/commit/264a3f2a5d4f756715d5c1f3b37f627689e70ab1)) +* **argo-lint:** fallback to hardcode action repo ([#213](https://github.com/grafana/shared-workflows/issues/213)) ([c663230](https://github.com/grafana/shared-workflows/commit/c6632305ef48112fe6b1aad26ecf2b32a743bda9)) +* generate go client in a subdir ([#208](https://github.com/grafana/shared-workflows/issues/208)) ([335e261](https://github.com/grafana/shared-workflows/commit/335e261108a1299ee06227acad2e487118e3110e)) +* **push-gar-doc:** fix typo ([#200](https://github.com/grafana/shared-workflows/issues/200)) ([5d89d95](https://github.com/grafana/shared-workflows/commit/5d89d954c8bc3d7664e576b86bfdbaa1302a1ca5)) +* **setup-argo:** less fragile OS/ARCH selection ([#222](https://github.com/grafana/shared-workflows/issues/222)) ([e9775f3](https://github.com/grafana/shared-workflows/commit/e9775f3ace2ef954b81548720476fb42ebde52e8)) +* **setup-argo:** use amd64 as arch ([#217](https://github.com/grafana/shared-workflows/issues/217)) ([7a0ba14](https://github.com/grafana/shared-workflows/commit/7a0ba14ec0596297d38441c7829cbe8eb30fb036)) +* **setup-argo:** use bash, fix idempotency, only restore if needed ([#221](https://github.com/grafana/shared-workflows/issues/221)) ([1e75822](https://github.com/grafana/shared-workflows/commit/1e75822620b1413e97deb7d60b10cad9ebf0fdeb)) +* **setup-conftest:** normalize runner.os ([#216](https://github.com/grafana/shared-workflows/issues/216)) ([318d33e](https://github.com/grafana/shared-workflows/commit/318d33e1f443b2f511a21593f1945e9e026c86d0)) +* **trigger-argo-workflow:** use setup-argo action ([#219](https://github.com/grafana/shared-workflows/issues/219)) ([47a1c7f](https://github.com/grafana/shared-workflows/commit/47a1c7f387daf4ef593b82cb6ac2abca0cd7cf73)) + ## 1.0.0 (2024-07-15) ### Features