Skip to content

Commit

Permalink
Merge pull request #72 from nv-morpheus/branch-24.03
Browse files Browse the repository at this point in the history
[RELEASE] morpheus-experimental v24.03.00
  • Loading branch information
dagardner-nv authored Mar 27, 2024
2 parents 1254214 + 9dbbb6f commit 2170c5c
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/ops-bot.yaml
Original file line number Diff line number Diff line change
@@ -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");
Expand All @@ -20,3 +20,4 @@ auto_merger: true
branch_checker: true
label_checker: true
release_drafter: true
forward_merger: true
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.11/LICENSE)
* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/LICENSE)

## Model Card ++ Saftey & Security Subcard

Expand Down
6 changes: 3 additions & 3 deletions ci/release/pr_code_freeze_template.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.11/dga-detection/datasets/dga-training-data.csv <br>
* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.03/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.11/dga-detection/datasets/dga-validation-data.csv <br>
* https://github.com/nv-morpheus/morpheus-experimental/blob/branch-24.03/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.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?

Expand Down
2 changes: 1 addition & 1 deletion gnn-asset-clustering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Armis device and application data<br>
* 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

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.11/LICENSE)
* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/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.11/LICENSE)
* [Apache 2.0](https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/LICENSE)

## Model Card ++ Saftey & Security Subcard

Expand Down

0 comments on commit 2170c5c

Please sign in to comment.