From 248b08268bf72bade84a25316a628c8284d44ac0 Mon Sep 17 00:00:00 2001 From: Michael Demoret Date: Thu, 30 Nov 2023 15:38:54 -0700 Subject: [PATCH 1/4] Creating branch for v24.03 From 940defeaebcfb2b19f36a0924cd751794e753a69 Mon Sep 17 00:00:00 2001 From: Michael Demoret Date: Thu, 30 Nov 2023 15:44:25 -0700 Subject: [PATCH 2/4] Updating versions for v24.03.00 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- DFP/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8f62801..5b8c50b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,7 +29,7 @@ body: attributes: label: Version description: What version of Morpheus are you running? - placeholder: "example: 23.11" + placeholder: "example: 24.03" validations: required: true diff --git a/DFP/package.json b/DFP/package.json index dfcdf64..fbe2d9f 100644 --- a/DFP/package.json +++ b/DFP/package.json @@ -1,6 +1,6 @@ { "name": "morpheus-fingerprint-viz", - "version": "23.11.00", + "version": "24.03.00", "private": true, "scripts": { "dev": "CUDA_VISIBLE_DEVICES=0 next dev", From a8a81e009eb258a32a93aa22bbbc39bec8479449 Mon Sep 17 00:00:00 2001 From: Jake Awe <50372925+AyodeAwe@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:36:46 -0600 Subject: [PATCH 3/4] Update ops-bot.yaml (#35) This PR enables the ForwardMerger [ops-bot](https://github.com/rapidsai/ops-bot) plugin. Authors: - Jake Awe (https://github.com/AyodeAwe) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: https://github.com/nv-morpheus/morpheus-visualizations/pull/35 --- .github/ops-bot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml index 199a942..a53759e 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -20,3 +20,4 @@ auto_merger: true branch_checker: true label_checker: true release_drafter: true +forward_merger: true From 1bfa243fcaa6c4acc9d772b33cce19b64f1ce5b6 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Wed, 27 Mar 2024 08:57:16 -0700 Subject: [PATCH 4/4] Updating CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e16767..a2e6295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# morpheus-visualizations 24.03.00 (27 Mar 2024) + +## 🚀 New Features + +- Update ops-bot.yaml ([#35](https://github.com/nv-morpheus/morpheus-visualizations/pull/35)) [@AyodeAwe](https://github.com/AyodeAwe) + # morpheus-visualizations 23.11.00 (30 Nov 2023) ## 🛠️ Improvements