-
Couldn't load subscription status.
- Fork 11
fix: patch version override logic incorrect #1275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe changes update the logic for determining the patch version in two plugin files. Both the Changes
Sequence Diagram(s)sequenceDiagram
participant C as ServerState Constructor
participant J as JSON Data
participant I as INI File
C->>J: Read JSON data (unraidVersion, combinedVersion)
C->>I: Retrieve current unraid version
alt Versions match
C->>C: Set patcherVersion = combinedVersion
C->>C: Assign patcherVersion to version property
else Versions mismatch
C->>C: Skip version update
end
sequenceDiagram
participant U as UnraidCheck Flow
participant J as JSON Data (patches.json)
participant I as INI File
U->>I: Get current unraid version
U->>J: Read JSON data (unraidVersion, combinedVersion)
alt Versions match
U->>U: Assign patcherVersion = combinedVersion
else Versions mismatch
U->>U: Do not update patcherVersion
end
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (2)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
1785695 to
5f5855b
Compare
|
This plugin has been deployed to Cloudflare R2 and is available for testing. |
🤖 I have created a release *beep* *boop* --- ## [4.4.1](v4.4.0...v4.4.1) (2025-03-26) ### Bug Fixes * .env.production from allowing console logs on build ([#1273](#1273)) ([32acc2d](32acc2d)) * patch version override logic incorrect ([#1275](#1275)) ([6a59756](6a59756)) --- 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>
Summary by CodeRabbit