Skip to content

Commit

Permalink
Update Versions for v23.11.00 (#57)
Browse files Browse the repository at this point in the history
This PR contains the changes from running the `ci/release/update-version.sh` script for a new release

Authors:
  - Michael Demoret (https://github.com/mdemoret-nv)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)

URL: #57
  • Loading branch information
mdemoret-nv committed Jul 14, 2023
1 parent 06a235c commit 1260fd9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion anomalous-auth-detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ or "fraudulent" authentication.<br>
### What training is recommended for developers working with this model? If none, please state "none."
* None
### Link the relevant end user license agreement
* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-23.07/LICENSE)
* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-23.11/LICENSE)

## Model Card ++ Saftey & Security Subcard

Expand Down
11 changes: 11 additions & 0 deletions ci/release/pr_code_freeze_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## :snowflake: Code freeze for `branch-${VERSION}` and `v${VERSION}` release

### What does this mean?
Only critical/hotfix level issues should be merged into `branch-${VERSION}` until release (merging of this PR).

All other development PRs should be retargeted towards the next release branch: `branch-${NEXT_VERSION}`.

### What is the purpose of this PR?
- Update documentation
- Allow testing for the new release
- Enable a means to merge `branch-${VERSION}` into `main` for the release
6 changes: 3 additions & 3 deletions dga-detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ limitations under the License.

**Link:** <br>

* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-23.07/dga-detection/datasets/dga-training-data.csv <br>
* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-23.11/dga-detection/datasets/dga-training-data.csv <br>

**Properties (Quantity, Dataset Descriptions, Sensor(s)):** <br>

Expand All @@ -109,7 +109,7 @@ limitations under the License.

**Link:** <br>

* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-23.07/dga-detection/datasets/dga-validation-data.csv <br>
* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-23.11/dga-detection/datasets/dga-validation-data.csv <br>

**Properties (Quantity, Dataset Descriptions, Sensor(s)):**

Expand Down Expand Up @@ -232,7 +232,7 @@ limitations under the License.

### Link the location of the training dataset's repository.

* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-23.07/dga-detection/datasets/dga-training-data.csv
* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-23.11/dga-detection/datasets/dga-training-data.csv

### Is the model used in an application with physical safety impact?

Expand Down
2 changes: 1 addition & 1 deletion ids-detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ variance = 0.99
* None

### Link the relevant end user license agreement
* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-23.07/LICENSE)
* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-23.11/LICENSE)

## Model Card ++ Saftey & Security Subcard

Expand Down
2 changes: 1 addition & 1 deletion log-sequence-ad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Binary classifier output is assigned to each sequence log message in the input f
### What training is recommended for developers working with this model? If none, please state "none."
* None
### Link the relevant end user license agreement
* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-23.07/LICENSE)
* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-23.11/LICENSE)

## Model Card ++ Saftey & Security Subcard

Expand Down

0 comments on commit 1260fd9

Please sign in to comment.