diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d9e5fc0..2c543c4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.20.0" + ".": "1.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b94843..768b497a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## [1.21.0](https://github.com/robinmordasiewicz/devops-toolkit/compare/v1.20.0...v1.21.0) (2024-08-08) + + +### Features + +* **locals.tf:** update GPU size for virtual machine to support larger models and improve performance ([6657460](https://github.com/robinmordasiewicz/devops-toolkit/commit/66574602c99502ecb47fc4a8fa9bc3b96d9ecf37)) +* **terraform:** implement separate VNets for each AKS cluster as a best practice ([3d8658d](https://github.com/robinmordasiewicz/devops-toolkit/commit/3d8658d83c70cdb9aef95d3ecbe5a91c7ac55d15)) + + +### Bug Fixes + +* **locals.tf:** comment out unsupported GPU size for the current Azure Linux distribution ([6657460](https://github.com/robinmordasiewicz/devops-toolkit/commit/66574602c99502ecb47fc4a8fa9bc3b96d9ecf37)) + ## [1.20.0](https://github.com/robinmordasiewicz/devops-toolkit/compare/v1.19.3...v1.20.0) (2024-07-30)