Skip to content

Commit

Permalink
cutting 1.4.0 (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
  • Loading branch information
kukushking authored Aug 1, 2024
1 parent 958df4d commit eb1b826
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### **Added**

### **Changed**

## v1.4.0

### **Added**

- adds workflow specific to changes for `requirements-dev.txt` so all static checks are run
- add `ray-cluster` module based on `kuberay-helm` charts
- added FSx for Lustre to `ray-on-eks` manifest & persistent volume claim to `ray-cluster` module
Expand Down
2 changes: 1 addition & 1 deletion DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1. Clone the repository and checkout a release branch using the below command:

```
git clone --origin upstream --branch release/1.3.0 https://github.com/awslabs/aiops-modules
git clone --origin upstream --branch release/1.4.0 https://github.com/awslabs/aiops-modules
```
The release version can be replaced with the version of interest.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
4 changes: 2 additions & 2 deletions one-click-launch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Description: Creates AIOps setup for Developers
Parameters:
VersionTag:
Type: String
Default: v1.3.0
Description: Version. Should reference version tag in the repository e.g v1.3.0.
Default: v1.4.0
Description: Version. Should reference version tag in the repository e.g v1.4.0.
ManifestPath:
Type: String
Default: manifests/mlops-sagemaker/deployment.yaml
Expand Down

0 comments on commit eb1b826

Please sign in to comment.