From 1260fd9c7e126bbe12dfc7aaf1c7687c5b079304 Mon Sep 17 00:00:00 2001 From: Michael Demoret <42954918+mdemoret-nv@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:36:59 -0400 Subject: [PATCH] Update Versions for v23.11.00 (#57) 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: https://github.com/nv-morpheus/morpheus-experimental/pull/57 --- anomalous-auth-detection/README.md | 2 +- ci/release/pr_code_freeze_template.md | 11 +++++++++++ dga-detection/README.md | 6 +++--- ids-detection/README.md | 2 +- log-sequence-ad/README.md | 2 +- 5 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 ci/release/pr_code_freeze_template.md diff --git a/anomalous-auth-detection/README.md b/anomalous-auth-detection/README.md index ba1b6e5..fb7b13e 100644 --- a/anomalous-auth-detection/README.md +++ b/anomalous-auth-detection/README.md @@ -179,7 +179,7 @@ or "fraudulent" authentication.
### 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 diff --git a/ci/release/pr_code_freeze_template.md b/ci/release/pr_code_freeze_template.md new file mode 100644 index 0000000..99642f7 --- /dev/null +++ b/ci/release/pr_code_freeze_template.md @@ -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 diff --git a/dga-detection/README.md b/dga-detection/README.md index 64852ac..dd9d0a3 100644 --- a/dga-detection/README.md +++ b/dga-detection/README.md @@ -95,7 +95,7 @@ limitations under the License. **Link:**
-* 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
**Properties (Quantity, Dataset Descriptions, Sensor(s)):**
@@ -109,7 +109,7 @@ limitations under the License. **Link:**
-* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-23.07/dga-detection/datasets/dga-validation-data.csv
+* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-23.11/dga-detection/datasets/dga-validation-data.csv
**Properties (Quantity, Dataset Descriptions, Sensor(s)):** @@ -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? diff --git a/ids-detection/README.md b/ids-detection/README.md index 641520f..21d6cbd 100644 --- a/ids-detection/README.md +++ b/ids-detection/README.md @@ -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 diff --git a/log-sequence-ad/README.md b/log-sequence-ad/README.md index f6638c0..2871518 100644 --- a/log-sequence-ad/README.md +++ b/log-sequence-ad/README.md @@ -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