From c29c5426ed0a861f1cc98ec6b5f3a2a221c6adf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:51:18 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8154c..e65bd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.5.0](https://github.com/nullplatform/scopes-lambda/compare/v0.4.0...v0.5.0) (2026-09-03) + + +### Features + +* add terraform module to install the lambda scope ([0020bd1](https://github.com/nullplatform/scopes-lambda/commit/0020bd133a61047dd21ed1713756670cee7d6af1)) +* add terraform module to install the lambda scope ([9ea41c3](https://github.com/nullplatform/scopes-lambda/commit/9ea41c3514ed7d3f5ad1339c0931ec0500892ddf)) +* build lambda worker image on worker-bridge base + register artifact ([4f15889](https://github.com/nullplatform/scopes-lambda/commit/4f15889dfc0fc2fdc94aceb6373f502f810a94bd)) +* build lambda worker image on worker-bridge base + register artifact ([7e57fa5](https://github.com/nullplatform/scopes-lambda/commit/7e57fa5179c28a970f7cd56a65ab28452a5aaaf5)) + + +### Bug Fixes + +* **docker:** bump tofu to 1.10.10 and retry its download ([#42](https://github.com/nullplatform/scopes-lambda/issues/42)) ([fda68df](https://github.com/nullplatform/scopes-lambda/commit/fda68df107a9f3aa655b5f56f1fcdca0c6684cb2)) +* **docker:** install OpenTofu >= 1.10 instead of alpine's 1.7.2 ([b10067b](https://github.com/nullplatform/scopes-lambda/commit/b10067b5e461889ac62411bb623e569ec4e6b81d)) +* **docker:** install OpenTofu >= 1.10 instead of alpine's 1.7.2 ([055b7ed](https://github.com/nullplatform/scopes-lambda/commit/055b7ed6377c2d365a905e612eb85e5df9c07473)) + ## [0.4.0](https://github.com/nullplatform/scopes-lambda/compare/v0.3.2...v0.4.0) (2026-09-02)