Skip to content

Releases: kcl-lang/kpm

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

v0.9.0-rc.1

06 Jun 08:48
f5cf19d
Compare
Choose a tag to compare

Changelog

  • f5cf19d Merge pull request #360 from zong-zhe/add-tmp-path
  • 1e80f0e fix: fix windows test case
  • 12338e0 fix: fix test case
  • 755928d feat: add a tmp dir for adding dependency to reduce the impact of failed downloads
  • c5c5085 Merge pull request #359 from zong-zhe/fix-git-url-scheme
  • 20f945d fix: add default scheme https
  • 8b8d033 fix: fix invalid git url
  • 4244558 Merge pull request #358 from zong-zhe/refactor-parse-url
  • 433c658 fix: fix test case
  • 0739548 fix: fix typo
  • 780950e refactor: refactor the function to parse KCL dependency url
  • d7258bd feat: support add dependencies from url (#357)
  • 7a35562 Merge pull request #354 from officialasishkumar/refactor-dowloading-git-repo-via-gitDownloader
  • e496a6f removed git subdirectory when download from git Downloader
  • 33f0bac feat: change git download from DownloadFromGit to GitDownloader
  • 6359c77 typo fix in TestDownloadOci in client_test.go
  • f76ef15 feat: added tests for gitDownload

v0.9.0-beta.1

29 May 03:44
7dd3dc5
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

Full Changelog: v0.8.7...v0.9.0-beta.1

v0.8.7

27 May 12:58
27294c2
Compare
Choose a tag to compare

Changelog

  • 27294c2 Merge pull request #341 from zong-zhe/bump-kclgo-version
  • fc5f928 fix: fix test cases
  • cd73c8e chore: bump kcl-go version to v0.9.0-alpha.2
  • 9a84542 Merge pull request #340 from zong-zhe/add-git-branch
  • 5331226 fix: fix failed ci
  • 6bb17a2 feat: supports add dependencies by git branch
  • c670ccc Merge pull request #338 from zong-zhe/rm-update-log
  • 4cb17d4 fix: fix test case
  • 123e426 fix: rm log 'adding' during updating the dependencies
  • 7a4df5b Merge pull request #337 from zong-zhe/add-store-api
  • 9e863d6 feat: add StoreModLockFile and StoreModFile to store modfile and lockfile to local system
  • d20b1ac Merge pull request #332 from zong-zhe/rm-fetch-sum
  • bfd8fe3 fix: fix test case
  • d22bf32 fix: fix test case
  • 2e15bc7 fix: fix test case
  • ef37c0e fix: add update flag to kpm metadata
  • e0fb793 fix: rm fetch metadata during loading kcl.mod
  • ec21ccf Merge pull request #331 from zong-zhe/fix-missing-sum
  • a611015 fix: fix test case
  • 7a7077f fix: fix oci sum missing
  • c2d54a4 Merge pull request #330 from zong-zhe/rm-acquire-sum
  • 8cd980c fix: remove keep AcquireDepSum() only in the downloading from OCI
  • aa19024 Merge pull request #314 from zong-zhe/rm-calculation-sum
  • 66a5cf6 fix: use reference in getDepStorePath()
  • ecb24a3 fix: rm useless case
  • 1ce1532 fix: fix test case
  • 90e3ab0 fix: fix ci
  • e493d91 fix: fix CR comments
  • 0195cb7 feat: the checksum calculation during compilation is removed
  • 0b0b423 Merge pull request #327 from officialasishkumar/fix-322
  • 16833c6 feat: prohibit packaging and uploading when there are local dependencies
  • 3a66dfe Merge pull request #326 from officialasishkumar/kpm-add-rename
  • 28f1516 feat: added renamed pkgname in kcl.mod.lock
  • c15e39b Merge pull request #325 from kcl-lang/refactor-kpm-repo
  • 8c42491 refactor: kcl-lang.io/kpm repo
  • 9fc4c5e Merge pull request #323 from kcl-lang/fix-test-suites
  • 256fb37 chore: bump container image version to v5
  • 702d7f3 chore: fix all test suites
  • d2af32c Merge pull request #321 from officialasishkumar/kpm-add-rename
  • 2e4fda3 Merge pull request #319 from AkashKumar7902/lfx-2024
  • 09d8219 fix ci failure
  • 3386e0f fix: rename in kpm add
  • 5a3394c fix: rename in kpm add
  • a61c36f refactor: address review comments
  • dfb0080 Merge pull request #318 from officialasishkumar/kpm-add-rename
  • 3726560 add mvs to update command
  • 5e4e2bd feat: added rename flag in kpm add
  • 83ebb23 Merge pull request #292 from AkashKumar7902/lfx-2024
  • 1a8c8a4 fix windows ci
  • 6724705 fix windows ci failure
  • 1a30352 remove tidy command
  • 3e9cae6 fix unit tests
  • c9675cd remove not needed changes
  • 030d434 delete unused function
  • bc62300 fix unit tests
  • 1e5f228 add check to return err if git host name is other than github
  • 1502ec9 fix golint ci failure
  • 444d9da fix unit tests
  • 20b7314 Merge branch 'main' into lfx-2024
  • 6cfd463 fix: downgrade issue
  • cfd80ed add tests
  • 3fd05e7 feat: add implementation of upgrade, previous, required, max
  • faa726d Merge pull request #317 from kcl-lang/fix-tests
  • 015ccfb fix: fail unit test cases
  • f60d5bd Merge pull request #316 from officialasishkumar/kpm-pkg-include-and-exclude
  • 0f2e6c5 feat: added unit tests
  • 01c472b feat: added unit tests
  • 4b99ed8 fix: addressed comments
  • 7239ec4 feat: removed print statement from utils.go
  • ee93448 feat: updated utils.go
  • f9a58dd feat: updated toml.go
  • 2d1a654 removed print statements
  • 6889282 feat: add kpm pkg include and exclude
  • 6cf8df8 address review comments
  • 3d1187a Merge branch 'main' into lfx-2024
  • 62ff3e6 fix: Supports adding third-party dependencies from git repo with the version field
  • ec6f1f2 fix: build error
  • c071ce0 Merge branch 'main' into lfx-2024
  • 255d871 feat: add already existing mvs library in go and use module package as graph key value type

v0.8.6

30 Apr 22:10
b8a87ca
Compare
Choose a tag to compare

What's Changed

  • fix: fix download deps from oci url by @zong-zhe in #302
  • chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 by @dependabot in #307
  • feat: add ocidownloader to pull oci package by @zong-zhe in #305
  • fix: fix logWriter missing in KpmClient by @zong-zhe in #308
  • fix: dep ref symlink by @Peefy in #309
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #310
  • chore(deps): bump github.com/containerd/containerd from 1.7.0 to 1.7.11 by @dependabot in #313
  • chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #312

Full Changelog: v0.8.5...v0.8.6

v0.8.5

19 Apr 13:53
bb39f68
Compare
Choose a tag to compare

What's Changed

  • fix: fix missing mod when dep from local path by @zong-zhe in #294
  • fix: rm checksum for dependencies from local path and fix symlink by @zong-zhe in #296
  • disable auto block pr option by @d4v1d03 in #297
  • fix: entry override settings file by @Peefy in #298

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

28 Mar 12:28
9760af0
Compare
Choose a tag to compare

What's Changed

  • fix: turned off update indirect dependencies in kcl.mod by @zong-zhe in #291
  • fix: oci source with settings files by @Peefy in #290

Full Changelog: v0.8.3...v0.8.4

v0.8.3

27 Mar 09:41
bede720
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

18 Mar 06:26
80caaec
Compare
Choose a tag to compare

Changelog

  • 80caaec fix: fix windows path bug (#280)
  • f70f6ff Merge pull request #279 from zong-zhe/add-sanitize-path
  • d2512d6 fix: fix test case
  • 9a291e7 fix: fix test case
  • db421f4 fix: fix windows cases
  • 22335e0 fix: fix test cases
  • 18abd37 feat: Added some methods for sanitizing path on different platforms
  • 116d6e4 Merge pull request #276 from liangyuanpeng/mod_opt_version
  • 36a43ff Add version option for mod init.