What's Changed
- fix: rm the generation of kcl.mod when compile virtual package by @zong-zhe in #437
- [PRETEST]: Added support for bare repo in clone function of git module by @Manoramsharma in #419
- fix: fix kcl.yaml missing bug when kcl run by @zong-zhe in #443
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 by @dependabot in #448
- chore: bump container image module to v5.32.1 by @Peefy in #451
- Chore: (deps): bump github.com/elliotchance/orderedmap/v2 from 2.2.0 to 2.4.0 by @dependabot in #454
- Chore: (deps): bump github.com/hashicorp/go-getter from 1.7.5 to 1.7.6 by @dependabot in #456
- Chore: (deps): bump kcl-lang.io/kcl-go from 0.10.0-alpha.3 to 0.10.0-beta.1 by @dependabot in #455
- Sparse checkout - kcl mod add --package by @officialasishkumar in #453
- Sync update and metadata with package flag (sparse checkout) by @officialasishkumar in #457
- fix: fix the auth fail for pull by @zong-zhe in #458
- fix vendor mode for metadata and test case by @officialasishkumar in #459
- refactor: mod init format by @Peefy in #460
- Chore: (deps): bump github.com/containers/image/v5 from 5.32.1 to 5.32.2 by @dependabot in #462
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 by @dependabot in #464
- Chore: (deps): bump kcl-lang.io/kcl-go from 0.10.0-beta.1 to 0.10.0-beta.2 by @dependabot in #463
- feat: add resolver for dependency resolving by @zong-zhe in #467
- added design doc for sparse checkout by @officialasishkumar in #335
- Rename fullname to reponame by @officialasishkumar in #466
- fix: fix run bug when compile single k files without kcl.mod by @zong-zhe in #468
- fix: add a test case for compile non-k file by @zong-zhe in #469
- added checker module to validate kpm three-party dependencies by @NishantBansal2003 in #470
- feat: add a test case for wildcard path by @zong-zhe in #471
- feat: Ignore tls when pull image by @Manoramsharma in #449
- Chore: (deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 by @dependabot in #473
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 by @dependabot in #472
- chore: bump kcl-go deps to v0.10.0-rc.1 by @Peefy in #475
- feat:
kpm update
support mvs algorithm by @zong-zhe in #477 - Chore: (deps): bump golang.org/x/mod from 0.20.0 to 0.21.0 by @dependabot in #479
- feat: add feature gate to controll new features by @zong-zhe in #481
- fix: fix missing path in metadata by @zong-zhe in #482
- fix: fix a bug when check cyclic dependeny by @zong-zhe in #483
- chore: bump kcl go version to v0.10.1 by @Peefy in #485
New Contributors
- @NishantBansal2003 made their first contribution in #470
Full Changelog: v0.9.6...v0.10.0