Skip to content

Commit 414f751

Browse files
authored
[RELEASE] morpheus-visualizations v23.11
Merge pull request #26 from nv-morpheus/branch-23.11
2 parents 07e7ec7 + a034b12 commit 414f751

File tree

6 files changed

+24
-4
lines changed

6 files changed

+24
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body:
2929
attributes:
3030
label: Version
3131
description: What version of Morpheus are you running?
32-
placeholder: "example: 23.07"
32+
placeholder: "example: 23.11"
3333
validations:
3434
required: true
3535

.github/copy-pr-bot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Configuration file for `copy-pr-bot` GitHub App
2+
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/
3+
4+
enabled: true

.github/ops-bot.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ auto_merger: true
2020
branch_checker: true
2121
label_checker: true
2222
release_drafter: true
23-
copy_prs: true
24-
rerun_tests: true

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# morpheus-visualizations 23.11.00 (30 Nov 2023)
2+
3+
## 🛠️ Improvements
4+
5+
- Use `copy-pr-bot` ([#25](https://github.com/nv-morpheus/morpheus-visualizations/pull/25)) [@ajschmidt8](https://github.com/ajschmidt8)
6+
- Update Versions for v23.11.00 ([#21](https://github.com/nv-morpheus/morpheus-visualizations/pull/21)) [@mdemoret-nv](https://github.com/mdemoret-nv)
7+
18
# morpheus-visualizations 23.07.00 (18 Jul 2023)
29

310
## 🐛 Bug Fixes

DFP/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "morpheus-fingerprint-viz",
3-
"version": "23.07.00",
3+
"version": "23.11.00",
44
"private": true,
55
"scripts": {
66
"dev": "CUDA_VISIBLE_DEVICES=0 next dev",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## :snowflake: Code freeze for `branch-${VERSION}` and `v${VERSION}` release
2+
3+
### What does this mean?
4+
Only critical/hotfix level issues should be merged into `branch-${VERSION}` until release (merging of this PR).
5+
6+
All other development PRs should be retargeted towards the next release branch: `branch-${NEXT_VERSION}`.
7+
8+
### What is the purpose of this PR?
9+
- Update documentation
10+
- Allow testing for the new release
11+
- Enable a means to merge `branch-${VERSION}` into `main` for the release

0 commit comments

Comments
 (0)