Skip to content

Commit 8f4ea98

Browse files
chore(main): release 4.31.0 (#1939)
🤖 I have created a release *beep* *boop* --- ## [4.31.0](v4.30.1...v4.31.0) (2026-03-23) ### Features * **api:** support encrypted array start inputs ([#1944](#1944)) ([018a8d5](018a8d5)) * **onboarding:** add shared loading states ([#1945](#1945)) ([776c8cc](776c8cc)) * Serverside state for onboarding display ([#1936](#1936)) ([682d51c](682d51c)) ### Bug Fixes * **api:** reconcile emhttp state without spinning disks ([#1946](#1946)) ([d3e0b95](d3e0b95)) * **onboarding:** auto-open incomplete onboarding on 7.3+ ([#1940](#1940)) ([f0241a8](f0241a8)) * **onboarding:** replace internal boot native selects ([#1942](#1942)) ([d6ea032](d6ea032)) * preserve onboarding resume state on reload ([#1941](#1941)) ([91f7fe9](91f7fe9)) * recover VM availability after reconnect ([#1947](#1947)) ([e064de7](e064de7)) * Unify callback server payloads ([#1938](#1938)) ([f58fcc0](f58fcc0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 776c8cc commit 8f4ea98

File tree

7 files changed

+25
-6
lines changed

7 files changed

+25
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.30.1"}
1+
{".":"4.31.0"}

api/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [4.31.0](https://github.com/unraid/api/compare/v4.30.1...v4.31.0) (2026-03-23)
4+
5+
6+
### Features
7+
8+
* **api:** support encrypted array start inputs ([#1944](https://github.com/unraid/api/issues/1944)) ([018a8d5](https://github.com/unraid/api/commit/018a8d5251ad4b69bb11763296ca97dbbeb26582))
9+
* **onboarding:** add shared loading states ([#1945](https://github.com/unraid/api/issues/1945)) ([776c8cc](https://github.com/unraid/api/commit/776c8cc8083c64ab7d682eb9a6dd288214581fb5))
10+
* Serverside state for onboarding display ([#1936](https://github.com/unraid/api/issues/1936)) ([682d51c](https://github.com/unraid/api/commit/682d51c41ba0e18d07ab63080ae5f4cfa298eb7f))
11+
12+
13+
### Bug Fixes
14+
15+
* **api:** reconcile emhttp state without spinning disks ([#1946](https://github.com/unraid/api/issues/1946)) ([d3e0b95](https://github.com/unraid/api/commit/d3e0b9560d3d71348953241fb6ae37c49d645d5a))
16+
* **onboarding:** auto-open incomplete onboarding on 7.3+ ([#1940](https://github.com/unraid/api/issues/1940)) ([f0241a8](https://github.com/unraid/api/commit/f0241a8ef3f70d3a5a395439513b30e2e9812120))
17+
* **onboarding:** replace internal boot native selects ([#1942](https://github.com/unraid/api/issues/1942)) ([d6ea032](https://github.com/unraid/api/commit/d6ea032c7f5cc687f7952d4deec39a4c2040ea3a))
18+
* preserve onboarding resume state on reload ([#1941](https://github.com/unraid/api/issues/1941)) ([91f7fe9](https://github.com/unraid/api/commit/91f7fe9759e0eb84de301b3373bf5eaffd9071b4))
19+
* recover VM availability after reconnect ([#1947](https://github.com/unraid/api/issues/1947)) ([e064de7](https://github.com/unraid/api/commit/e064de7d3701edbad1b397a8558f16115ea0bb81))
20+
* Unify callback server payloads ([#1938](https://github.com/unraid/api/issues/1938)) ([f58fcc0](https://github.com/unraid/api/commit/f58fcc028ce745764d28f0409525b5ec08da57ad))
21+
322
## [4.30.1](https://github.com/unraid/api/compare/v4.30.0...v4.30.1) (2026-03-18)
423

524

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/api",
3-
"version": "4.30.1",
3+
"version": "4.31.0",
44
"main": "src/cli/index.ts",
55
"type": "module",
66
"corepack": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unraid-monorepo",
33
"private": true,
4-
"version": "4.30.1",
4+
"version": "4.31.0",
55
"scripts": {
66
"build": "pnpm -r build",
77
"build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch",

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/connect-plugin",
3-
"version": "4.30.1",
3+
"version": "4.31.0",
44
"private": true,
55
"dependencies": {
66
"commander": "14.0.0",

unraid-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/ui",
3-
"version": "4.30.1",
3+
"version": "4.31.0",
44
"private": true,
55
"license": "GPL-2.0-or-later",
66
"type": "module",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/web",
3-
"version": "4.30.1",
3+
"version": "4.31.0",
44
"private": true,
55
"type": "module",
66
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)