Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor-fixes #178

Merged
merged 3 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading