Skip to content

Releases: kcl-lang/kpm

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.

v0.8.1

14 Mar 11:56
ab7426f
Compare
Choose a tag to compare

Changelog

v0.8.0-beta.1

28 Feb 12:11
53aece1
Compare
Choose a tag to compare

Changelog

  • 53aece1 Merge pull request #273 from zong-zhe/fix-push-harbor
  • 7db26cc fix: fix some comments
  • e4583fa fix: fix the failure during push to harbor
  • b197e0b Merge pull request #272 from octonawish-akcodes/fix
  • c948c5d typo fix in toml.go
  • e0807e1 Merge pull request #250 from AkashKumar7902/enhancement-check-kcl-version-update-kcl.mod
  • af84cde address review comments
  • 67a77a0 Merge pull request #268 from AkashKumar7902/report-when-dependency-graph-contains-cycle
  • d3eb344 Merge branch 'main' into report-when-dependency-graph-contains-cycle
  • 6071084 address review comments
  • b6d5a18 Merge pull request #265 from Vanshikav123/patch-graph
  • b69a434 modFileContent
  • d3bf2e8 formatting
  • 63c79b7 test cases
  • fe8a344 fix e2e tests
  • 8c49378 add unit test
  • 4cc8128 fix: report in case of cyclic dependency
  • eed7b2e handling dependencies
  • e4dc025 unit-test
  • 621a765 fullPath
  • 789940e ParseKclModFile
  • 5f93ceb Merge branch 'kcl-lang:main' into patch-graph
  • 72b51bc Merge branch 'main' into enhancement-check-kcl-version-update-kcl.mod
  • 296b6ed Merge pull request #260 from atarax665/contribution
  • 0224b99 Merge pull request #264 from AkashKumar7902/dependency-graph
  • 6fcfb5c Add unit test and address review comments
  • f67db1b feat: run remote repo in kpm run (#251)
  • f8c4fbd changes
  • 7f1771c change
  • 3c0c3d0 pretest
  • a2c36b7 pretest
  • 5804939 feat: remove array of graphs
  • 43ed11e feat: add graph subcommand to print dependency graph
  • bd65b2a Merge pull request #262 from AkashKumar7902/remove-unused-arg
  • 7ac7e82 fix typo
  • aa1748b remove unused arg from func
  • d7097f5 Added contribution guideline link
  • 7848690 Merge pull request #259 from zong-zhe/fix-typo
  • 4d4e61a fix: fix typo '{k8s:KCL_MOD}' -> '${k8s:KCL_MOD}'
  • 11790da fix typo
  • 09ba1ca update kcl.mod package.edition with the kcl compiler version