Migrating to Consul Connect ent-changelog-1.18.16
Version ent-changelog-1.18.16 introduces 1 breaking change. This guide details how to update your code.
Released: 12/2/2025
1
Breaking Changes
1
Migration Steps
5
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
/v1/operator/utilizationConsul KV endpointevent endpointRoute#renderTemplateember-component-send-actionBreaking Changes
●Issue #1
Key/value endpoint now enforces key name validation by default to fix path traversal attacks (CVE-2025-11392). To disable this new validation, use the `DisableKVKeyValidation` configuration option.
Migration Steps
- 1If you rely on unvalidated key names in the KV endpoint, you must now explicitly set `DisableKVKeyValidation` to true in your configuration to maintain previous behavior, though this is discouraged due to security risks.
Release Summary
This release shares the Consul Enterprise changelog, introduces a new enterprise API endpoint, and addresses several critical security vulnerabilities through improved validation and DoS mitigation. The UI has also undergone significant modernization to address Ember deprecations.
Need More Details?
View the full release notes and all changes for Consul Connect ent-changelog-1.18.16.
View Full Changelog