chore(release): prepare for 2026.2.1#1813
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the 2026.2.1 release by bumping version identifiers across Rust, .NET, PowerShell, and packaging assets, and by adding the corresponding changelog entries.
Changes:
- Bump core project versions from
2026.2.0to2026.2.1across workspace/package metadata and lockfiles. - Update desktop/Windows artifacts (DesktopAgent
.csproj, AppX manifest, PowerShell module manifest) to2026.2.1. - Add
2026.2.1 (2026-06-03)entries to top-level and packaging changelogs.
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
VERSION |
Updates the repository release version to 2026.2.1. |
powershell/DevolutionsGateway/DevolutionsGateway.psd1 |
Bumps PowerShell module version to 2026.2.1. |
package/Linux/CHANGELOG.md |
Adds packaging changelog entry for 2026.2.1. |
package/AgentLinux/CHANGELOG.md |
Adds AgentLinux packaging changelog entry for 2026.2.1. |
fuzz/Cargo.lock |
Updates the fuzz workspace lock entry for devolutions-gateway to 2026.2.1. |
dotnet/DesktopAgent/DesktopAgent.csproj |
Bumps DesktopAgent assembly/package version to 2026.2.1.0. |
crates/devolutions-pedm-shell-ext/AppxManifest.xml |
Bumps AppX identity version to 2026.2.1.0. |
CHANGELOG.md |
Adds 2026.2.1 release notes (bug fix entry for standalone web app / recording player assets). |
Cargo.toml |
Updates Rust workspace package version to 2026.2.1. |
Cargo.lock |
Updates crate versions in the lockfile to 2026.2.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Richard Markiewicz (thenextman)
approved these changes
Jun 3, 2026
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.
2026.2.1 (2026-06-03)
Bug Fixes
dgw: serve standalone web app and recording player static assets (#1811) (eb6c032627)
The standalone web application and the recording player loaded their
main page but failed to load any static assets (JS, CSS, fonts), which
returned HTTP 500. As a result both UIs were effectively broken.
Requests for sub-resources under /jet/webapp/client/ and /jet/jrec/play/
now resolve correctly, restoring the standalone web application and the
recording player.