Skip to content

chore: update Cue version and formatting changes#124

Merged
FogDong merged 1 commit intokubevela:mainfrom
roguepikachu:feat/upgrade-cue-version-v0.14.1
Oct 7, 2025
Merged

chore: update Cue version and formatting changes#124
FogDong merged 1 commit intokubevela:mainfrom
roguepikachu:feat/upgrade-cue-version-v0.14.1

Conversation

@roguepikachu
Copy link
Contributor

@roguepikachu roguepikachu commented Oct 7, 2025

Summary by cubic

Upgraded CUE to v0.14.1 and updated tests to match the new formatter and error path output. Also refreshed several Go dependencies.

  • Dependencies

    • cuelang.org/go v0.14.1
    • github.com/google/go-cmp v0.7.0
    • github.com/spf13/cobra v1.9.1, github.com/spf13/pflag v1.0.7
    • golang.org/x/{crypto v0.40.0, mod v0.26.0, net v0.42.0, oauth2 v0.30.0, sync v0.16.0, sys v0.34.0, term v0.33.0, text v0.27.0, tools v0.35.0}
    • New indirects: github.com/emicklei/proto, github.com/mitchellh/go-wordwrap, github.com/pelletier/go-toml/v2, github.com/protocolbuffers/txtpbfmt, golang.org/x/tools/go/packages/packagestest
  • Migration

    • CUE now prints keys and blocks in a slightly different order and adjusts error path comments.
    • Update any downstream test fixtures or string comparisons that rely on field order or exact CUE error paths. No code changes required.

@codecov
Copy link

codecov bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.71%. Comparing base (528095b) to head (b562021).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
+ Coverage   86.64%   86.71%   +0.07%     
==========================================
  Files          82       82              
  Lines        4072     4072              
==========================================
+ Hits         3528     3531       +3     
+ Misses        410      408       -2     
+ Partials      134      133       -1     
Flag Coverage Δ
unit-test 86.71% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Ayush Kumar <ayushshyamkumar888@gmail.com>
@roguepikachu roguepikachu force-pushed the feat/upgrade-cue-version-v0.14.1 branch 2 times, most recently from 03f0696 to d83667a Compare October 7, 2025 06:05
@roguepikachu roguepikachu marked this pull request as ready for review October 7, 2025 06:10
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 7 files

@FogDong FogDong merged commit a91fd1f into kubevela:main Oct 7, 2025
6 of 7 checks passed
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.

3 participants