Skip to content

fix(cli): allow equal signs in annotation values#2867

Merged
migmartri merged 1 commit intochainloop-dev:mainfrom
migmartri:add-annotations-support
Mar 16, 2026
Merged

fix(cli): allow equal signs in annotation values#2867
migmartri merged 1 commit intochainloop-dev:mainfrom
migmartri:add-annotations-support

Conversation

@migmartri
Copy link
Member

Split annotation strings on only the first '=' so values containing '=' (e.g. URLs with query parameters) are accepted.

Fixes #2866

Split annotation strings on only the first '=' so values containing '='
(e.g. URLs with query parameters) are accepted.

Fixes chainloop-dev#2866

Signed-off-by: Miguel Martinez Trivino <[email protected]>
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@migmartri migmartri merged commit 7eebef5 into chainloop-dev:main Mar 16, 2026
15 checks passed
@migmartri migmartri deleted the add-annotations-support branch March 17, 2026 08:58
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.

Annotations with equal signs in value are rejected

2 participants