Skip to content

feat(csv/json/toml): add Dasel v3 support - #9704

Merged
olblak merged 7 commits into
updatecli:mainfrom
olblak:issue/5187
Jul 24, 2026
Merged

feat(csv/json/toml): add Dasel v3 support#9704
olblak merged 7 commits into
updatecli:mainfrom
olblak:issue/5187

Conversation

@olblak

@olblak olblak commented Jul 23, 2026

Copy link
Copy Markdown
Member

Fix #5187

Add support for Daselv2 in toml/csv and Daselv3 for toml/csv/json

Test

To test this pull request, you can run the following commands:

go build -o bin/updatecli
./bin/updatecli diff --config e2e/updatecli.d/success.d/json.yaml
./bin/updatecli diff --config e2e/updatecli.d/warning.d/json.yaml
cd pkg/plugins/resources/json/
go test
cd pkg/plugins/resources/csv/
go test
cd pkg/plugins/resources/toml/
go test

Additional Information

Checklist

  • I have updated the documentation via pull request in website repository.

Tradeoff

Potential improvement

Signed-off-by: Olblak <me@olblak.com>
olblak added 6 commits July 23, 2026 08:34
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
@mergify

mergify Bot commented Jul 24, 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 merged commit 317c169 into updatecli:main Jul 24, 2026
8 checks passed
@olblak olblak changed the title feat(csv/json/toml): add Dasel v2/v3 support feat(csv/json/toml): add Dasel v3 support Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[json resource] Cannot use Dasel advanced filters (v2/v3 of Dasel). Allow using Jsonpath query as alternative?

1 participant