Skip to content

Releases: kcl-lang/kpm

v0.9.7

08 Aug 12:57
cb31541
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.5...v0.9.7

v0.9.6 Release

22 Nov 02:54
a110766
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump github.com/containers/image/v5 from 5.31.1 to 5.32.0 by @dependabot in #434
  • Chore: (deps): bump golang.org/x/mod from 0.19.0 to 0.20.0 by @dependabot in #433
  • Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 by @dependabot in #432
  • BUG: Removed extra newline in kcl.mod by @Manoramsharma in #427
  • chore: bump kcl go version to v0.10.0-alpha.2 by @Peefy in #435
  • bug: extra line bothering kcl.mod by @briheet in #436
  • fix: fix missing options in kcl run by @zong-zhe in #439

New Contributors

Full Changelog: v0.9.4...v0.9.6

v0.10.0-alpha.1 Release

06 Aug 08:56
e567824
Compare
Choose a tag to compare

What's Changed

  • [PRETEST1]: Initial changes for adding support to clone bare repo by @Manoramsharma in #400
  • [LFX-Prestest]: added the feature of checkout from bare repo by @Gmin2 in #401
  • fix: fix kpm ci by @zong-zhe in #409
  • feat: add kcl package swagger v2 export API by @Peefy in #417
  • Enhancement: Added Contributing.md file by @Manoramsharma in #422
  • Rname registry to kcl-registry by @liangyuanpeng in #421
  • [LFX-pretest]: Implemented local git command to support downloading from the bare repo by @Gmin2 in #418
  • chore: update deps by @Peefy in #425
  • fix: fix missing Print() by @zong-zhe in #428
  • Chore: (deps): bump github.com/containers/image/v5 from 5.31.1 to 5.32.0 by @dependabot in #434
  • Chore: (deps): bump golang.org/x/mod from 0.19.0 to 0.20.0 by @dependabot in #433
  • Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 by @dependabot in #432
  • BUG: Removed extra newline in kcl.mod by @Manoramsharma in #427
  • chore: bump kcl go version to v0.10.0-alpha.2 by @Peefy in #435

New Contributors

Full Changelog: v0.9.3...v0.10.0-alpha.1

v0.9.5

05 Aug 03:35
Compare
Choose a tag to compare

Full Changelog: v0.9.3...v0.9.5

v0.9.4 Release

08 Aug 12:51
2b1e0b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.3...v0.9.4

v0.9.3

23 Jul 11:45
c3823c2
Compare
Choose a tag to compare

Changelog

  • c3823c2 Merge pull request #395 from zong-zhe/fix-e2e-test
  • 70e157d fix: fix failed e2e test
  • 1b13f62 Merge pull request #393 from zong-zhe/fix-push-failure
  • 6bb0136 fix: fix typo
  • ae8138c fix: move test to e2e
  • c1edd5b fix: fix push error
  • 4d2ae6e Merge pull request #392 from zong-zhe/fix-vendor-redownload
  • 95e0bd2 fix: fix vendor path
  • 45ca18d Merge pull request #390 from zong-zhe/fix-missing-dep
  • 681db9a fix: dep missing in kcl.mod

v0.9.2

20 Jul 17:24
c5a0e5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

20 Jul 14:18
635551d
Compare
Choose a tag to compare

Changelog

  • 635551d Merge pull request #388 from zong-zhe/refactor-oci-auth
  • 74b0e81 feat: add cache for credential to reduce the probability that kpm would be considered a threat
  • b65d5ed Merge pull request #386 from zong-zhe/fix-run-bug
  • c3ca1fd fix: fix wrong root path with 'kcl run'
  • 5e556c8 Merge pull request #385 from zong-zhe/hide-plain-http
  • a5a2a5f feat: hidden the option for plain http
  • 09233a5 fix: fix typo (#382)
  • 81bcdec Merge pull request #381 from zong-zhe/support-relative-path
  • 84f547b fix: supports the mod relative path in api
  • 7c6b74f Merge pull request #380 from zong-zhe/unified-run-api
  • 2e0abef fix: fix test case
  • b6f029b fix: add comments
  • 51dfe29 feat: add unified API for run command
  • 6dd6721 Merge pull request #379 from kcl-lang/dependabot/go_modules/golang.org/x/mod-0.19.0
  • f7bb1ad Chore: (deps): bump golang.org/x/mod from 0.18.0 to 0.19.0
  • d2bfc7c Merge pull request #378 from zong-zhe/fix-test-ci
  • 28eadf9 fix: fix test cases for ci
  • 65d3748 Merge pull request #374 from kcl-lang/dependabot/go_modules/github.com/gofrs/flock-0.12.0
  • fb467c8 Merge pull request #368 from kcl-lang/dependabot/go_modules/github.com/containers/image/v5-5.31.1
  • 2335e3f Merge pull request #367 from kcl-lang/dependabot/go_modules/github.com/hashicorp/go-getter-1.7.5
  • 5539147 Chore: (deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5
  • 0414b3e Chore: (deps): bump github.com/containers/image/v5 from 5.31.0 to 5.31.1
  • c3b3306 Chore: (deps): bump github.com/gofrs/flock from 0.8.1 to 0.12.0
  • 42958c0 fix: fix deps order bug (#377)

v0.9.0

04 Jul 13:56
efc7b9c
Compare
Choose a tag to compare

What's Changed

  • fix: fix missing dependencies when add dependencies from local path by @zong-zhe in #342
  • chore: bump kcl-go to v0.9.0-beta.1 by @Peefy in #343
  • chore: (deps): bump contributor-assistant/github-action from 2.3.0 to 2.4.0 by @dependabot in #345
  • chore: (deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #346
  • chore: (deps): bump actions/checkout from 2 to 4 by @dependabot in #347
  • chore: (deps): bump actions/setup-go from 2 to 5 by @dependabot in #348
  • Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.19.0 by @dependabot in #349
  • Chore: (deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 by @dependabot in #353
  • Chore: (deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by @dependabot in #352
  • Refactor dowloading git repo via git downloader by @officialasishkumar in #354
  • feat: support add dependencies from url by @zong-zhe in #357
  • refactor: refactor the function to parse KCL dependency url by @zong-zhe in #358
  • fix: fix invalid git url by @zong-zhe in #359
  • feat: add a tmp dir for adding dependency to reduce the impact of failed downloads by @zong-zhe in #360
  • chore: (deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #362
  • Chore: (deps): bump golang.org/x/mod from 0.17.0 to 0.18.0 by @dependabot in #361
  • feat: remove the replace for default registry dep by @zong-zhe in #365
  • feat: use orderedmap replace map for dependencies in kcl.mod by @zong-zhe in #373
  • fix: fix rename bug when on different filesystem by @zong-zhe in #375
  • feat: add unified api for CLI pull command by @zong-zhe in #376

Full Changelog: v0.8.7...v0.9.0

v0.9.0-rc.2

25 Jun 13:00
e7f583a
Compare
Choose a tag to compare

Changelog

  • e7f583a Merge pull request #365 from zong-zhe/fix-oci-replace
  • 32df960 feat: remove the replace for default registry dep
  • 02fd238 Merge pull request #361 from kcl-lang/dependabot/go_modules/golang.org/x/mod-0.18.0
  • afad548 Merge pull request #362 from kcl-lang/dependabot/github_actions/goreleaser/goreleaser-action-6
  • 4b7b832 chore: (deps): bump goreleaser/goreleaser-action from 5 to 6
  • 9a0a196 Chore: (deps): bump golang.org/x/mod from 0.17.0 to 0.18.0