You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deprecated proxy configuration fields need to be removed as planned. These fields were marked for deprecation in PR #1133 when spec.proxySecretRef was introduced as the recommended approach.
Current warning: "specifying proxy with 'proxy' key in the referenced secret is deprecated, use spec.proxySecretRef with 'address' key instead. Support for the 'proxy' key will be removed in v1."
Timeline
Target: After Flux v2.7 release (around September 2025)
Rationale: Need one release cycle with deprecation warnings before removal
Implementation Tasks
Remove deprecated proxy fields from API and controller logic
Optimize URL parsing to eliminate redundant parsing across notifiers
Remove deprecated proxy fields from Provider API
Background
The deprecated proxy configuration fields need to be removed as planned. These fields were marked for deprecation in PR #1133 when
spec.proxySecretRefwas introduced as the recommended approach.Deprecated Fields to Remove
1.
spec.proxyfieldProviderspecspec.proxySecretRef2.
proxykey in secretspec.proxySecretRefwithaddresskeyTimeline
Implementation Tasks