diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1ce7d93da9..17f0341c1b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.27.2"} +{".":"4.28.0"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 99c5c33fcb..ea19bdb36f 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.28.0](https://github.com/unraid/api/compare/v4.27.2...v4.28.0) (2025-12-12) + + +### Features + +* when cancelling OS upgrade, delete any plugin files that were d… ([#1823](https://github.com/unraid/api/issues/1823)) ([74df938](https://github.com/unraid/api/commit/74df938e450def2ee3e2864d4b928f53a68e9eb8)) + + +### Bug Fixes + +* change keyfile watcher to poll instead of inotify on FAT32 ([#1820](https://github.com/unraid/api/issues/1820)) ([23a7120](https://github.com/unraid/api/commit/23a71207ddde221867562b722f4e65a5fc4dd744)) +* improve API startup reliability with timeout budget tracking ([#1824](https://github.com/unraid/api/issues/1824)) ([51f025b](https://github.com/unraid/api/commit/51f025b105487b178048afaabf46b260c4a7f9c1)) +* PHP Warnings in Management Settings ([#1805](https://github.com/unraid/api/issues/1805)) ([832e9d0](https://github.com/unraid/api/commit/832e9d04f207d3ec612c98500a2ffc86659264e5)) + ## [4.27.2](https://github.com/unraid/api/compare/v4.27.1...v4.27.2) (2025-11-21) diff --git a/api/package.json b/api/package.json index b40e6ec197..9789776777 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.27.2", + "version": "4.28.0", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 9cd390f0a2..3fabd59f1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.27.2", + "version": "4.28.0", "scripts": { "build": "pnpm -r build", "build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch", diff --git a/plugin/package.json b/plugin/package.json index d4a7842284..a2350f943d 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.27.2", + "version": "4.28.0", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index b21ce6c190..5e7b61f976 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.27.2", + "version": "4.28.0", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index e5ee057f1a..ec5f845fb9 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.27.2", + "version": "4.28.0", "private": true, "type": "module", "license": "GPL-2.0-or-later",