chore(release): prepare for 2026.1.0#1687
Open
Benoît Cortier (CBenoit) wants to merge 1 commit intomasterfrom
Open
chore(release): prepare for 2026.1.0#1687Benoît Cortier (CBenoit) wants to merge 1 commit intomasterfrom
Benoît Cortier (CBenoit) wants to merge 1 commit intomasterfrom
Conversation
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.1.0 (2026-02-23)
Features
agent-installer: deploy desktop agent in main feature (5422ae5eed)
agent: UX improvement for desktop agent app (ec76aa4f48)
agent-installer: auto launch desktop app on install (aad097b8e4)
dgw: add CredSSP certificate configuration keys (#1676) (443e5f0b02)
Add optional
CredSspCertificateFile,CredSspPrivateKeyFileandCredSspPrivateKeyPasswordconfiguration keys allowing usage of a different certificate for CredSSP
credential injection instead of the main TLS certificate. When unset,
the existing TLS certificate is used (no behavior change).
dgw: generate self-signed certificate when no TLS cert is configured for CredSSP (#1682) (e4a1b121f8)
When neither a CredSSP-specific certificate nor a main TLS certificate
is configured, automatically generate a self-signed certificate for
CredSSP credential injection.
Bug Fixes
agent-installer: specify ARM64 platform for ARM64 agent installer (43266e8dba)
agent-installer: cleanup of agent installer (a5ebf58c7a)
Performance