Skip to content

Fix YAML quoted scalar reads - #9385

Merged
olblak merged 5 commits into
updatecli:mainfrom
ahfoysal:fix-yaml-quoted-source-value
Jul 17, 2026
Merged

Fix YAML quoted scalar reads#9385
olblak merged 5 commits into
updatecli:mainfrom
ahfoysal:fix-yaml-quoted-source-value

Conversation

@ahfoysal

@ahfoysal ahfoysal commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Fix #4510

Test

go test ./pkg/plugins/resources/yaml
make test-short

Additional Information

This keeps YAML source and condition reads from returning quote syntax for quoted scalar values.

@olblak

olblak commented Jul 9, 2026

Copy link
Copy Markdown
Member

Thank for the pullrequest, I'll try to find some times in the coming days to review it

@mergify

mergify Bot commented Jul 9, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@olblak olblak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you for the fix, it seems to be working as expected

@olblak
olblak enabled auto-merge (squash) July 17, 2026 08:28
@olblak olblak added the bug Something isn't working label Jul 17, 2026
@olblak
olblak merged commit 5fe979e into updatecli:main Jul 17, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

YAML parsing seems to erroneously distinguish quoted and non-quoted version strings

2 participants