Skip to content

[v0.65.x] Bump Golang 1.25.7 + Migrate ytt dependency#1109

Merged
devanshuVmware merged 4 commits intocarvel-dev:v0.65.xfrom
CodesbyUnnati:add-develop-cherry-picks
Feb 16, 2026
Merged

[v0.65.x] Bump Golang 1.25.7 + Migrate ytt dependency#1109
devanshuVmware merged 4 commits intocarvel-dev:v0.65.xfrom
CodesbyUnnati:add-develop-cherry-picks

Conversation

@CodesbyUnnati
Copy link
Member

@CodesbyUnnati CodesbyUnnati commented Feb 16, 2026

What this PR does / why we need it:

This PR adds few cherry-picks from develop branch to v0.65.x branch in order to fix CVEs and include some commits.

List of cherry-picks

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?


Additional Notes for your reviewer:

Review Checklist:
  • Follows the developer guidelines
  • Relevant tests are added or updated
  • Relevant docs in this repo added or updated
  • Relevant carvel.dev docs added or updated in a separate PR and there's
    a link to that PR
  • Code is at least as readable and maintainable as it was before this
    change

Additional documentation e.g., Proposal, usage docs, etc.:


Siegfriedk and others added 4 commits February 16, 2026 15:05
Migrate ytt dependency from legacy github.com/k14s/ytt (v0.36.0)
to the official carvel.dev/ytt repository (v0.52.2).

The k14s namespace is deprecated and ytt has been moved under the
Carvel organization. This update includes:

- Update go.mod to use carvel.dev/ytt v0.52.2
- Update Go version from 1.24.9 to 1.24.11 (required by ytt)
- Update import paths in overlay_contract_v1_mod.go
- Update import paths in wait_rule_contract_v1.go
- Adapt to ytt API changes (ReadFileFunc -> ReadFilesFunc)
- Regenerate go.sum and vendor directory

API Compatibility: The ytt v0.52.2 API changed ReadFileFunc to
ReadFilesFunc with a different signature. Updated both files to
wrap file content in []*files.File instead of returning []byte.

Version v0.52.2 selected for:
- Go 1.24 compatibility (matches kapp's Go 1.24.11)
- Latest stable release with recent CVE fixes
- No breaking changes from v0.36.0 (aside from API signature)

Signed-off-by: Siegfried Kiermayer <siegfried.kiermayer@sap.com>
(cherry picked from commit 32a9c80)
Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>

Update golang, vendir, ytt

Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>
(cherry picked from commit bf34177)
Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>

Add new-from-rev

Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>
(cherry picked from commit 7e611e4)
Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>
(cherry picked from commit 9ec503e)
@CodesbyUnnati CodesbyUnnati changed the title Add develop branch cherry picks to v0.65.x [v0.65.x] Bump Golang 1.25.7 + Migrate ytt dependency Feb 16, 2026
@devanshuVmware devanshuVmware merged commit 2632ff7 into carvel-dev:v0.65.x Feb 16, 2026
6 checks passed
@github-project-automation github-project-automation bot moved this to Closed in Carvel Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants