Skip to content

Commit

Permalink
Elacey/0.2.0-doc-updates (#7)
Browse files Browse the repository at this point in the history
* Doc updates

* Contribution guidelines update

* Update changelog

* Update README's version of GPU operator
  • Loading branch information
evberrypi authored Aug 29, 2023
1 parent d1506cb commit 57eb795
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 0.2.0

### New Features
- [EKS] Add support for selecting NVIDIA Driver Version [PR #2](https://github.com/NVIDIA/nvidia-terraform-modules/pull/2)
- [GKE] Add support for selecting NVIDIA Driver Version [PR #2](https://github.com/NVIDIA/nvidia-terraform-modules/pull/2)
- [EKS] Increment version of GPU operator [PR #2](https://github.com/NVIDIA/nvidia-terraform-modules/pull/2)
- [GKE] Increment version of GPU operator [PR #2](https://github.com/NVIDIA/nvidia-terraform-modules/pull/2)
- [AKS] Add support for deploying cluster in existing resource group [PR #3](https://github.com/NVIDIA/nvidia-terraform-modules/pull/3)

### Bug Fixes
- [EKS] Remove kubeconfig script [PR #4](https://github.com/NVIDIA/nvidia-terraform-modules/pull/4)

### Breaking Changes
n/a

### Other Changes
n/a

### Known Issues
- [EKS] Default VPC `public_subnets` and `private_subnets` values do not maximize reserved `10.0.0.0/16` `cidr_block`. Adjust accordingly to fit your needs.
- [GKE] Permissions to launch module are not explicit [Issue #6](https://github.com/NVIDIA/nvidia-terraform-modules/issues/6)
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#### Issue Tracking

* All enhancement, bugfix, or change requests must begin with the creation of a [TensorRT Issue Request](https://github.com/nvidia/nvidia-terraform-modules/issues).
* The issue request must be reviewed by TensorRT engineers and approved prior to code review.
* All enhancement, bugfix, or change requests must begin with the creation of an [Issue Request](https://github.com/nvidia/nvidia-terraform-modules/issues).
* The issue request must be reviewed by NVIDIA engineers and approved prior to code review.


#### Coding Guidelines
Expand Down Expand Up @@ -40,7 +40,7 @@ Developer workflow for code contributions is as follows:
2. Git clone the forked repository and push changes to the personal fork.

```bash
git clone https://github.com/YOUR_USERNAME/YOUR_FORK.git TensorRT
git clone https://github.com/YOUR_USERNAME/YOUR_FORK.git NVIDIAK8s
# Checkout the targeted branch and commit changes
# Push the commits to a branch on the fork (remote).
git push -u origin <local-branch>:<remote-branch>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Each CSP has its own end of life date for the versions of Kubernetes they suppor

| Version | Release Date | Kubernetes Versions | NVIDIA GPU Operator | NVIDIA Data Center Driver | End of Life |
| :--- | :--- | :--- | :--- | :--- | :--- |
| 0.2.0 | August 2023 | EKS - 1.26 <br> GKE - 1.26 <br> AKS - 1.26 | 23.3.2 | 535.54.03 (EKS & GKE) | EKS - June 2024 <br> GKE - June 2024 <br> AKS - March 2024 |
| 0.1.0 | June 2023 | EKS - 1.26 <br> GKE - 1.26 <br> AKS - 1.26 | 23.3.2 | 525.105.17 | EKS - June 2024 <br> GKE - June 2024 <br> AKS - March 2024 |


Expand Down

0 comments on commit 57eb795

Please sign in to comment.