From 77b98ecd89be2462517f9532f475edc48293cf7b Mon Sep 17 00:00:00 2001 From: "Marcelo E. Magallon" Date: Fri, 9 Aug 2024 18:31:23 -0600 Subject: [PATCH] Release v0.19.1 * Limit build paralellism * Rework build to avoid emulation * Test if limiting build parallelism is still necesary Signed-off-by: Marcelo E. Magallon --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f7aff..51d62c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v0.19.1] - 2024-08-09 + ## [v0.19.0] - 2024-08-05 @@ -107,7 +110,8 @@ ## v0.0.0 - 2023-11-24 -[Unreleased]: https://github.com/grafana/grafana-build-tools/compare/v0.19.0...HEAD +[Unreleased]: https://github.com/grafana/grafana-build-tools/compare/v0.19.1...HEAD +[v0.19.1]: https://github.com/grafana/grafana-build-tools/compare/v0.19.0...v0.19.1 [v0.19.0]: https://github.com/grafana/grafana-build-tools/compare/v0.18.0...v0.19.0 [v0.18.0]: https://github.com/grafana/grafana-build-tools/compare/v0.17.1...v0.18.0 [v0.17.1]: https://github.com/grafana/grafana-build-tools/compare/v0.17.0...v0.17.1