Migrating to Consul Connect v1.22.6
Version v1.22.6 introduces 1 breaking change. This guide details how to update your code.
Released: 3/26/2026
1
Breaking Changes
1
Migration Steps
2
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
SideNavAppSideNavBreaking Changes
●Issue #1
The Consul UI replaced the deprecated SideNav component with AppSideNav. If you were relying on specific internal APIs or structure of SideNav, you must update your custom UI integrations to use AppSideNav instead.
Migration Steps
- 1Update custom UI integrations to use the new AppSideNav component instead of the deprecated SideNav component.
Release Summary
This patch release focuses heavily on security updates, upgrading Envoy, Go, and gRPC dependencies. It also includes several improvements and fixes to the Consul UI, including replacing a deprecated navigation component.
Need More Details?
View the full release notes and all changes for Consul Connect v1.22.6.
View Full Changelog