Releases: kcl-lang/kpm
Releases · kcl-lang/kpm
v0.12.4
What's Changed
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 by @dependabot[bot] in #682
- Chore: (deps): bump github.com/gofrs/flock from 0.12.1 to 0.13.0 by @dependabot[bot] in #683
- Chore: (deps): bump golang.org/x/mod from 0.30.0 to 0.31.0 by @dependabot[bot] in #689
- Chore: (deps): bump github.com/kubescape/go-git-url from 0.0.30 to 0.0.31 by @dependabot[bot] in #688
- feat: xdg directory by @Peefy in #693
- Chore: (deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0 by @dependabot[bot] in #695
- fix: resolve empty tarball when target is current directory by @DCchoudhury15 in #696
- chore: (deps): bump goreleaser/goreleaser-action from 6 to 7 by @dependabot[bot] in #697
- feat(oci): conditionally use a fresh cache to avoid reusing stale token by @cjuega in #698
New Contributors
- @DCchoudhury15 made their first contribution in #696
Full Changelog: v0.12.3...v0.12.4
v0.12.3
What's Changed
- Chore: (deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 by @dependabot[bot] in #684
- chore: bump kcl-go to v0.12.3 by @Peefy in #687
Full Changelog: v0.12.1...v0.12.3
v0.12.1
What's Changed
- chore: (deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #680
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.27.1 by @dependabot[bot] in #677
- chore: bump kcl-go version to 0.12.1 by @Peefy in #681
- Chore: (deps): bump github.com/go-git/go-git/v5 from 5.16.2 to 5.16.3 by @dependabot[bot] in #675
- chore: (deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #670
- Chore: (deps): bump github.com/containers/image/v5 from 5.36.1 to 5.36.2 by @dependabot[bot] in #668
- Chore: (deps): bump github.com/hashicorp/go-getter from 1.7.8 to 1.8.2 by @dependabot[bot] in #673
Full Changelog: v0.12.0...v0.12.1
v0.12.0
v0.12.0-rc.1
What's Changed
Full Changelog: v0.11.4...v0.12.0-rc.1
v0.11.4
What's Changed
- Chore: (deps): bump github.com/containers/image/v5 from 5.34.3 to 5.36.1 by @dependabot[bot] in #651
- chore: (deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #650
- Chore: (deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 by @dependabot[bot] in #652
- Chore: (deps): bump kcl-lang.io/kcl-go from 0.11.2 to 0.11.3 by @dependabot[bot] in #649
- Chore: (deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #656
- Chore: (deps): bump github.com/onsi/gomega from 1.36.2 to 1.38.1 by @dependabot[bot] in #657
- fix(#659): allow client to request credentials in each call via envvar by @cjuega in #660
- Fix handling of include patterns in kpm pkg by @adborden in #661
- fix: prevent skipping dependency download when cache folder is empty by @wolfchkov in #665
New Contributors
- @cjuega made their first contribution in #660
- @adborden made their first contribution in #661
- @wolfchkov made their first contribution in #665
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- feat: support login with plainhttp by @liangyuanpeng in #638
- fix(oci): utilize default http transport to read proxy environment variables by @fhopfensperger in #640
- Chore: (deps): bump golang.org/x/mod from 0.23.0 to 0.25.0 by @dependabot[bot] in #642
- Chore: (deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.16.2 by @dependabot[bot] in #641
- Chore: (deps): bump github.com/urfave/cli/v2 from 2.27.6 to 2.27.7 by @dependabot[bot] in #643
- Chore: (deps): bump golang.org/x/mod from 0.25.0 to 0.26.0 by @dependabot[bot] in #644
- Add force options to push client to overwrite the artifact by @JRaver in #646
New Contributors
- @fhopfensperger made their first contribution in #640
- @JRaver made their first contribution in #646
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- Add test fo client package by @Rohanraj123 in #603
- fix: fix download slow when 'kcl run' by @zong-zhe in #607
- Chore: (deps): bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1 by @dependabot in #610
- Chore: (deps): bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6 by @dependabot in #614
- fix: Write to mod files only in case of a change by @Siddhi-agg in #612
- Chore: (deps): bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 by @dependabot in #617
- Chore: (deps): bump github.com/containers/image/v5 from 5.34.0 to 5.34.3 by @dependabot in #622
- chore: update github workflows by @liangyuanpeng in #630
- cleanup: remove unuse code of login by @liangyuanpeng in #635
- chore: bump version to v0.11.2 by @zong-zhe in #634
New Contributors
- @Siddhi-agg made their first contribution in #612
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- fix: rm useless comments and move clean deprecated methods by @zong-zhe in #575
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 by @dependabot in #576
- Chore: (deps): bump github.com/elliotchance/orderedmap/v2 from 2.6.0 to 2.6.1 by @dependabot in #579
- Chore: (deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2 by @dependabot in #578
- Chore: (deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.1 by @dependabot in #580
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 by @dependabot in #584
- Chore: (deps): bump github.com/elliotchance/orderedmap/v2 from 2.6.1 to 2.7.0 by @dependabot in #583
- Chore: (deps): bump github.com/otiai10/copy from 1.14.0 to 1.14.1 by @dependabot in #581
- Chore: (deps): bump github.com/hashicorp/go-getter from 1.7.6 to 1.7.7 by @dependabot in #585
- Chore: (deps): bump github.com/moby/term from 0.5.0 to 0.5.2 by @dependabot in #582
- fix: fix download failure for git repo with protocol 'git://' by @zong-zhe in #589
- Chore: (deps): bump github.com/go-git/go-git/v5 from 5.13.1 to 5.13.2 by @dependabot in #592
- Chore: (deps): bump github.com/hashicorp/go-getter from 1.7.7 to 1.7.8 by @dependabot in #591
- Chore: (deps): bump github.com/containers/image/v5 from 5.33.0 to 5.34.0 by @dependabot in #594
- Chore: (deps): bump golang.org/x/mod from 0.22.0 to 0.23.0 by @dependabot in #600
- Chore: (deps): bump gotest.tools/v3 from 3.5.1 to 3.5.2 by @dependabot in #599
- chore: bump kcl-go version to v0.11.1 by @liangyuanpeng in #597
- Lfx Pretest : Improve test coverage by 90 percent. by @Rohanraj123 in #596
New Contributors
- @Rohanraj123 made their first contribution in #596
Full Changelog: v0.11.0...v0.11.1