Skip to content

Commit 565c19f

Browse files
authored
chore(release): prepare for 2026.2.2 (#1818)
1 parent 610275a commit 565c19f

10 files changed

Lines changed: 37 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
This document provides a list of notable changes introduced in Devolutions Gateway service, installer and Jetsocat.
44

5+
## 2026.2.2 (2026-06-05)
6+
7+
### Features
8+
9+
- _agent_: add PSU Event Hub compatibility (experimental) ([#1803](https://github.com/Devolutions/devolutions-gateway/issues/1803)) ([273ee66fc9](https://github.com/Devolutions/devolutions-gateway/commit/273ee66fc90a39de9177006103be5c3634f599b8))
10+
11+
Adds PowerShell Universal Event Hub remote agent compatibility as an
12+
optional Devolutions Agent feature. This lets Devolutions Agent connect
13+
to PSU Event Hubs, receive command/script invocations, and return
14+
PSU-compatible PowerShell results without installing a separate PSU
15+
agent service.
16+
17+
### Bug Fixes
18+
19+
- _dgw,agent_: backwards-compatibility for update manifest V1 ([#1815](https://github.com/Devolutions/devolutions-gateway/issues/1815)) ([389ae7e2b9](https://github.com/Devolutions/devolutions-gateway/commit/389ae7e2b9e81a320ddbd42487870386a43a464d))
20+
521
## 2026.2.1 (2026-06-03)
622

723
### Bug Fixes

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default-members = [
1919
]
2020

2121
[workspace.package]
22-
version = "2026.2.1"
22+
version = "2026.2.2"
2323

2424
[profile.profiling]
2525
inherits = "release"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026.2.1
1+
2026.2.2

crates/devolutions-pedm-shell-ext/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
1212
IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com">
1313
<Identity Name="DevolutionPEDMShellExtension" ProcessorArchitecture="neutral" Publisher="CN=Devolutions"
14-
Version="2026.2.1.0" />
14+
Version="2026.2.2.0" />
1515
<Properties>
1616
<DisplayName>Devolutions Agent</DisplayName>
1717
<PublisherDisplayName>Devolutions</PublisherDisplayName>

dotnet/DesktopAgent/DesktopAgent.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>DevolutionsDesktopAgent</AssemblyName>
77
<AssemblyTitle>Devolutions Agent</AssemblyTitle>
88
<LangVersion>latest</LangVersion>
9-
<Version>2026.2.1.0</Version>
9+
<Version>2026.2.2.0</Version>
1010
<Company>Devolutions</Company>
1111
<Copyright>Copyright © 2025</Copyright>
1212
<Product>Devolutions Agent</Product>

fuzz/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/AgentLinux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Packaging changelog
22

3+
## 2026.2.2 (2026-06-05)
4+
5+
- No changes.
6+
37
## 2026.2.1 (2026-06-03)
48

59
- No changes.

package/Linux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Packaging changelog
22

3+
## 2026.2.2 (2026-06-05)
4+
5+
- No changes.
6+
37
## 2026.2.1 (2026-06-03)
48

59
- No changes.

powershell/DevolutionsGateway/DevolutionsGateway.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
RootModule = 'DevolutionsGateway.psm1'
88

99
# Version number of this module.
10-
ModuleVersion = '2026.2.1'
10+
ModuleVersion = '2026.2.2'
1111

1212
# Supported PSEditions
1313
CompatiblePSEditions = 'Desktop', 'Core'

0 commit comments

Comments
 (0)