-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d94a3f
commit 930a149
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Meta Release Ticket | ||
about: A meta ticket that holds all information related to an nzyme release. | ||
title: 'Version [version] Meta Release Ticket' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
## Version [version] Meta Release Ticket | ||
|
||
* *Requires all nodes to be shut down during upgrade*: 🟢 No / ⚠️ Yes (Update `nzyme-node` upgrade procedure below) | ||
|
||
### Breaking Changes | ||
|
||
* | ||
|
||
### New Optional Configuration Parameters | ||
|
||
* | ||
|
||
### Upgrade Procedure | ||
|
||
#### `nzyme-node` | ||
|
||
If you are upgrading from a previous version, you can simply run `dpkg -i` on the new release | ||
package and restart the `nzyme-node` service. Always upgrade `nzyme-node` before `nzyme-tap` | ||
unless instructed otherwise. | ||
|
||
#### `nzyme-tap` | ||
|
||
If you are upgrading from a previous version, you can simply run `dpkg -i` on the new release | ||
package and restart the `nzyme-tap` service. Always upgrade `nzyme-node` before `nzyme-tap` | ||
unless instructed otherwise. |