This release continues the work to improve kpt. The golang version and the versions of many dependencies are bumped and we continue our work to refactor kpt.
What's Changed
- chore: update kyaml/kustomize API versions to current versions by @SurbhiAgarwal1 in #4480
- Bump go.opentelemetry.io/otel from 1.38.0 to 1.41.0 by @dependabot[bot] in #4502
- security: upgrade go version to 1.25.9 to fix CVE-2026-27143 by @menahyouyeah in #4474
- Changing favicons to the new logo by @CsatariGergely in #4496
- bump Go version to 1.26.2 and update dependencies by @aravindtga in #4507
- fix: remove porch references from kpt docs (#4288) by @NETIZEN-11 in #4498
- Improve FunctionConfig related validation errors by @mozesl-nokia in #4512
- Validate function tag literals before execution by @AkashKumar7902 in #4503
- feat: add 'cat' command for displaying package resources by @aravindtga in #4505
- Upgrade Go version to 1.26.3 by @alphanota in #4519
- Move more code out of
internalby @mozesl-nokia in #4515 - Bump documentation go and docsy version by @aravindtga in #4511
- Fix import on cmdcat command.go by @liamfallon in #4535
- ci: verify documentation/go.sum integrity by @efiacor in #4531
- Add DeepCopy generation to all API types by @mozesl-nokia in #4527
- Display non-KRM files in kpt pkg tree output by @aravindtga in #4518
- Fix pkg cat docs source to match generated output by @aravindtga in #4536
- Bump all dependencies to their latest revisions by @liamfallon in #4532
New Contributors
- @NETIZEN-11 made their first contribution in #4498
- @AkashKumar7902 made their first contribution in #4503
- @alphanota made their first contribution in #4519
Full Changelog: v1.0.0-beta.62.1...v1.0.0-beta.63