diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml index 63b9613..c22131c 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,3 +20,4 @@ auto_merger: true branch_checker: true label_checker: true release_drafter: true +forward_merger: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d02dc..39124fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> +# morpheus-experimental 24.03.00 (27 Mar 2024) + +## 🛠️ Improvements + +- Update ops-bot.yaml ([#71](https://github.com/nv-morpheus/morpheus-experimental/pull/71)) [@AyodeAwe](https://github.com/AyodeAwe) + # morpheus-experimental 23.11.01 (30 Nov 2023) ## 🛠️ Improvements diff --git a/anomalous-auth-detection/README.md b/anomalous-auth-detection/README.md index fb7b13e..6fb7605 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.11/LICENSE) +* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/LICENSE) ## Model Card ++ Saftey & Security Subcard diff --git a/ci/release/pr_code_freeze_template.md b/ci/release/pr_code_freeze_template.md index 99642f7..62f0e82 100644 --- a/ci/release/pr_code_freeze_template.md +++ b/ci/release/pr_code_freeze_template.md @@ -1,11 +1,11 @@ -## :snowflake: Code freeze for `branch-${VERSION}` and `v${VERSION}` release +## :snowflake: Code freeze for `branch-${CURRENT_VERSION}` and `v${CURRENT_VERSION}` release ### What does this mean? -Only critical/hotfix level issues should be merged into `branch-${VERSION}` until release (merging of this PR). +Only critical/hotfix level issues should be merged into `branch-${CURRENT_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 +- Enable a means to merge `branch-${CURRENT_VERSION}` into `main` for the release diff --git a/ci/release/update-version.sh b/ci/release/update-version.sh index da46253..2d83a9b 100755 --- a/ci/release/update-version.sh +++ b/ci/release/update-version.sh @@ -68,5 +68,6 @@ function sed_runner() { sed_runner "s|blob/branch-${CURRENT_SHORT_TAG}|blob/branch-${NEXT_SHORT_TAG}|g" \ anomalous-auth-detection/README.md \ dga-detection/README.md \ + gnn-asset-clustering/README.md \ ids-detection/README.md \ log-sequence-ad/README.md diff --git a/dga-detection/README.md b/dga-detection/README.md index dd9d0a3..7b381e6 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.11/dga-detection/datasets/dga-training-data.csv
+* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.03/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.11/dga-detection/datasets/dga-validation-data.csv
+* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.03/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.11/dga-detection/datasets/dga-training-data.csv +* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.03/dga-detection/datasets/dga-training-data.csv ### Is the model used in an application with physical safety impact? diff --git a/gnn-asset-clustering/README.md b/gnn-asset-clustering/README.md index 0ac8d4e..e415bb3 100644 --- a/gnn-asset-clustering/README.md +++ b/gnn-asset-clustering/README.md @@ -159,7 +159,7 @@ Armis device and application data
* None ### Link the relevant end user license agreement -* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-23.11/LICENSE) +* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/LICENSE) ## Model Card ++ Saftey & Security Subcard diff --git a/ids-detection/README.md b/ids-detection/README.md index 21d6cbd..00e9a9f 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.11/LICENSE) +* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/LICENSE) ## Model Card ++ Saftey & Security Subcard diff --git a/log-sequence-ad/README.md b/log-sequence-ad/README.md index 2871518..b763c64 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.11/LICENSE) +* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/LICENSE) ## Model Card ++ Saftey & Security Subcard