diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17d6e81..8c5b5ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,6 +50,8 @@ repos: rev: v1.96.1 hooks: - id: terraform_fmt + args: + - --args=-recursive - id: terraform_validate - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.5.5 diff --git a/README.md b/README.md index c4895f4..e5ab156 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![MLInfra Github Banner](docs/_images/mlinfra-banner-wide.png) +![MLInfra Github Banner](https://github.com/mlinfra-io/mlinfra/blob/main/docs/_images/mlinfra-banner-wide.png)

@@ -20,10 +20,10 @@ mlinfra Python package downloads on PyPi Discord cloud providers - AWS Examples - GCP Examples - Azure Examples - Alibaba Examples + AWS Examples + GCP Examples + Azure Examples + Alibaba Examples


diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ec23e33..7b96623 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,22 +1,22 @@ # Release Notes ## 2024-12-27 - version 0.0.26 -## What's Changed + * update-readme by @aliabbasjaffri in https://github.com/mlinfra-io/mlinfra/pull/176 * updated python version and dependencies by @aliabbasjaffri in https://github.com/mlinfra-io/mlinfra/pull/177 -**Full Changelog**: https://github.com/mlinfra-io/mlinfra/compare/0.0.25...0.0.26 +[**Full Changelog**](https://github.com/mlinfra-io/mlinfra/compare/0.0.25...0.0.26) --- ## 2024-12-26 - version 0.0.25 -## What's Changed + * 173-feature-setup-uv-lock by @aliabbasjaffri in https://github.com/mlinfra-io/mlinfra/pull/174 * Changed terraform s3 backend from dynamodb to s3 lockfile by @aliabbasjaffri in https://github.com/mlinfra-io/mlinfra/pull/175 -**Full Changelog**: https://github.com/mlinfra-io/mlinfra/compare/0.0.24...0.0.25 +[**Full Changelog**](https://github.com/mlinfra-io/mlinfra/compare/0.0.24...0.0.25) ---