From e366faf4a60a6fb3b79110edb39e05a03264a587 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Fri, 26 May 2023 11:28:38 +0000 Subject: [PATCH] Release v0.100.2 (#410) ## Changes CLI: * Reduce parallellism in locker integration test ([#407](https://github.com/databricks/bricks/pull/407)). Bundles: * Don't pass synthesized TMPDIR if not already set ([#409](https://github.com/databricks/bricks/pull/409)). * Added support for bundle.Seq, simplified Mutator.Apply interface ([#403](https://github.com/databricks/bricks/pull/403)). * Regenerated internal schema structs based on Terraform provider schemas ([#401](https://github.com/databricks/bricks/pull/401)). --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6bf490..dcb9f295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Version changelog +## 0.100.2 + +CLI: +* Reduce parallellism in locker integration test ([#407](https://github.com/databricks/bricks/pull/407)). + +Bundles: +* Don't pass synthesized TMPDIR if not already set ([#409](https://github.com/databricks/bricks/pull/409)). +* Added support for bundle.Seq, simplified Mutator.Apply interface ([#403](https://github.com/databricks/bricks/pull/403)). +* Regenerated internal schema structs based on Terraform provider schemas ([#401](https://github.com/databricks/bricks/pull/401)). + ## 0.100.1 CLI: