Skip to content

Commit

Permalink
minor-fixes (#178)
Browse files Browse the repository at this point in the history
* Added deep fmt for terraform

Signed-off-by: Ali Abbas Jaffri <[email protected]>

* Updated release notes

Signed-off-by: Ali Abbas Jaffri <[email protected]>

* Updated readme

Signed-off-by: Ali Abbas Jaffri <[email protected]>

---------

Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri authored Dec 27, 2024
1 parent f475b91 commit fa170a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<div align="center">
<h3>
Expand All @@ -20,10 +20,10 @@
<img src="https://img.shields.io/pypi/dm/mlinfra?color=orange" alt="mlinfra Python package downloads on PyPi">
<a href="https://discord.gg/8eYWVvEYmR"><img src="https://img.shields.io/discord/1199078513463009321?logo=Discord&logoColor=white&label=Discord&color=%23434EE4" alt="Discord"></a>
<img src="https://img.shields.io/badge/Cloud%20Providers-orange" alt="cloud providers"/>
<a href="https://mlinfra.io/latest/code/aws/cloud_vm/"><img src="docs/_images/aws_icon.svg" height="20" alt="AWS Examples"/></a>
<img src="docs/_images/gcp_icon.svg" height="20" alt="GCP Examples"/>
<img src="docs/_images/azure_icon.svg" height="20" alt="Azure Examples"/>
<img src="docs/_images/alibaba_icon.svg" height="20" alt="Alibaba Examples"/>
<a href="https://mlinfra.io/latest/code/aws/cloud_vm/"><img src="https://github.com/mlinfra-io/mlinfra/blob/main/docs/_images/aws_icon.svg" height="20" alt="AWS Examples"/></a>
<img src="https://github.com/mlinfra-io/mlinfra/blob/main/docs/_images/gcp_icon.svg" height="20" alt="GCP Examples"/>
<img src="https://github.com/mlinfra-io/mlinfra/blob/main/docs/_images/azure_icon.svg" height="20" alt="Azure Examples"/>
<img src="https://github.com/mlinfra-io/mlinfra/blob/main/docs/_images/alibaba_icon.svg" height="20" alt="Alibaba Examples"/>
</div>
</div>
</br>
Expand Down
8 changes: 4 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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)

---

Expand Down

0 comments on commit fa170a1

Please sign in to comment.