Skip to content

fix(agent): render dispatcher allow/deny lists without JSON string encoding#85

Merged
olamilekan000 merged 1 commit into
mainfrom
fix/agent-dispatcher-allow-deny-env
Mar 23, 2026
Merged

fix(agent): render dispatcher allow/deny lists without JSON string encoding#85
olamilekan000 merged 1 commit into
mainfrom
fix/agent-dispatcher-allow-deny-env

Conversation

@mekilis
Copy link
Copy Markdown
Contributor

@mekilis mekilis commented Mar 23, 2026

Sprig toJson on the comma-joined CIDR string produced a JSON-quoted value (e.g. "0.0.0.0/0"), which broke netip.ParsePrefix in the agent worker. Match CONVOY_ENABLE_FEATURE_FLAG by using join + quote only.

Bump chart version to 3.7.6.

…coding

Sprig toJson on the comma-joined CIDR string produced a JSON-quoted value
(e.g. "0.0.0.0/0"), which broke netip.ParsePrefix in the agent worker.
Match CONVOY_ENABLE_FEATURE_FLAG by using join + quote only.

Bump chart version to 3.7.6.
@olamilekan000 olamilekan000 merged commit 3be2253 into main Mar 23, 2026
1 check passed
@olamilekan000 olamilekan000 deleted the fix/agent-dispatcher-allow-deny-env branch March 23, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants