Release 2.0.0#23
Merged
Merged
Conversation
Unifies every component at 2.0.0.0 and documents what landed since 1.9.0. No database schema change since 1.9.0. - Fleet-identity backup/restore (deploy/backup.sh + restore.sh, and the same from the console under Server settings -> Backup, always passphrase-encrypted): an OS swap under the server no longer means re-enrolling every device. - VNC survives a network blip: bastion keepalive now mirrors the agent (15x3), the agent retries the reverse-forward bind across the window, and the console waits for the RFB greeting instead of launching a viewer at a dead tunnel. - The VNC-secret report retries until the server confirms receipt. - "Restart RACD" command: VNC -> Helper -> agent, verifying the Helper is alive before the agent goes down. - Expired sessions return to sign-in instead of surfacing a raw 401. - Dependency bumps (NuGet + Actions, Avalonia 12.1); warning-free build. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis PR updates all listed project versions to 2.0.0.0 and adds README version markers and release notes covering survivability changes, dependency/versioning updates, session expiration UX, and the absence of database schema changes since 1.9.0. Changes2.0.0 release
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unifies every component at 2.0.0.0 and adds the changelog. No database schema change since 1.9.0.
A survivability release — the fleet now rides out what used to need a human:
deploy/backup.sh+restore.sh, and the same from the console (Server settings → Backup, always passphrase-encrypted). An OS swap under the server no longer means re-enrolling ~300 devices.401.Already live on prod: server
1.9.2.0(now 2.0.0.0), the bastion keepalive, and the backup helper.🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation
Chores