Skip to content

Releases: kcl-lang/kpm

v0.3.5

05 Sep 13:45
730ecef
Compare
Choose a tag to compare

Changelog

  • 730ecef Merge pull request #178 from zong-zhe/bump-kpm-version
  • 01f861c Merge pull request #177 from zong-zhe/add-more-apis
  • b8d6f2f chore: bump kpm version from '0.3.4' to '0.3.5'
  • ffaefad feat: add more apis for 'kpm run' to get the full compile results
  • d8f53cf fix: set the 'kcl.mod' path as workdir (#176)
  • b9c6d23 Merge pull request #175 from zong-zhe/github-action-doc
  • 35b0b40 fix: replace 'vars' by 'secrets'
  • 8df9b34 fix: fix CR comments
  • 7223578 fix: add github action examples
  • ee58f4b feat: add en docs
  • 4faa321 feat: add 'kpm push' in github action doc.

v0.3.4

01 Sep 03:11
dcb5a11
Compare
Choose a tag to compare

Changelog

  • dcb5a11 Merge pull request #174 from zong-zhe/bump-kcl-version
  • 920dd66 chore: bump kcl version from 0.5.4 to 0.5.6
  • b80dece fix: fix typo 'dependancy'->'dependency'. (#173)
  • 3aaee6f chore: bump kpm version from 0.3.3 to 0.3.4. (#172)
  • 85a014e Merge pull request #170 from zong-zhe/replace-kcl-args
  • acdaade fix: make e2e test happy.
  • c0aa041 fix: fix CR comments.
  • 945780b feat: remove the '--kcl-args'.
  • 370028b Merge pull request #167 from zong-zhe/kpm-run-path
  • 9a80f42 feat: 'kpm run' supports the local path.
  • e37b573 fix: fix the 'No kcl files' error in api. (#165)
  • 7a41919 feat: support filter for api to get schema type. (#163)
  • 10be407 feat: add the real path for all the schema type. (#162)
  • 4b4b1f1 Merge pull request #161 from zong-zhe/push-check-tag
  • 572a4eb feat: add checking for the exists tag when 'kpm push'.
  • 9360824 feat: add api for get kcl package info. (#157)
  • c2197df Merge pull request #156 from zong-zhe/bump-kcl-version
  • 3e44fd0 chore: bump kcl version from 0.5.0 to 0.5.4.
  • 9a1eb0c Merge pull request #153 from zong-zhe/push-docker-doc
  • ab5577e fix: rm step 3.
  • 6635787 docs: add guide docs for 'kpm push' to docker.io.
  • c3c9474 Merge pull request #152 from zong-zhe/reduce-kcl-pkg
  • e7a7d79 fix: make go lint happy.
  • 8a7d240 feat: add '--vendor' to control whether all the dependencies are packaged together.

v0.3.3

15 Aug 06:00
73bda99
Compare
Choose a tag to compare

Changelog

  • 73bda99 Merge pull request #150 from zong-zhe/bump-kpm-version
  • f755f2d Merge pull request #145 from zong-zhe/add-mod-docs
  • 580db96 fix: fix CR comments
  • 5904311 chore: bump kpm version from 0.3.2 to 0.3.3.
  • 5a53906 Merge pull request #146 from zong-zhe/add-run-api
  • 7d32efb feat: create some APIs for command 'kpm run'.
  • dc0e8e4 feat: add the docs for 'kcl.mod'.
  • 30c41ca Merge pull request #144 from zong-zhe/kpm-add-local
  • 1a6d48c fix: fix e2e test.
  • 920317f feat: 'kpm add' supports local path.
  • e104bef feat: make 'kpm add' feel better. (#143)
  • 81663d0 Merge pull request #142 from zong-zhe/feat-e2e-test
  • 21725c7 feat: add an oci registry for e2e test.
  • 35d534f Merge pull request #140 from zong-zhe/support-http-oci
  • f7789fa fix: fix failed test case.
  • b6fbe66 feat: added env 'OCI_REG_PLAIN_HTTP' as a switch to support OCI Registry under http protocol

v0.3.2

27 Jul 08:51
57ee1db
Compare
Choose a tag to compare

Changelog

  • 57ee1db chore: bump kpm version from 0.3.1 to 0.3.2. (#138)
  • ba52f1b Merge pull request #137 from zong-zhe/update-default-reg
  • f681d0e feat: replace the default registry from 'ghcr.io/kusionstack' to 'ghcr.io/kcl-lang'.
  • 9a4340c Merge pull request #131 from zong-zhe/fix-pull-url
  • 046b191 fix: add more test cases.
  • 5a4aad7 fix: add more test cases.
  • 3d306c7 fix: fix the null pointer when 'kpm pull'.
  • f5082de fix:the latest tag does not need to be automatically filled in the missing position. (#130)
  • b530bf1 Merge pull request #129 from zong-zhe/feat-pull-diag
  • b0ca12a fix: make lint happy.
  • b73e533 fix: fix test case.
  • 3b0c972 feat: make 'kpm pull' diagnostics feel better.

v0.3.1

18 Jul 11:16
523917d
Compare
Choose a tag to compare

Changelog

  • 523917d Merge pull request #127 from zong-zhe/fix-windows-lock
  • 959db7d fix: fix CR comments.
  • 15b3bb9 fix: lock on global file package-cache when 'kpm add'.

v0.3.0

14 Jul 04:24
d20ac3d
Compare
Choose a tag to compare

Changelog

  • d20ac3d Merge pull request #126 from zong-zhe/bump-kpm-version
  • 3e7bdd9 feat: bump kpm version from 0.2.5 to 0.3.0.

v0.2.6

04 Jul 09:54
510e59b
Compare
Choose a tag to compare

Changelog

  • 510e59b feat: bump kpm version from 0.2.5 to 0.2.6. (#122)
  • 2067ede feat: specify the GOOS/GOARCH to build in '.goreleaser.yml'. (#121)
  • edf28d2 feat: rename go path (#119)
  • adfade3 Merge pull request #118 from zong-zhe/bump-kpm-version
  • 18dbf18 Merge pull request #117 from zong-zhe/bump-kcl-version
  • d313c89 chore: bump kpm version from '0.2.4' to '0.2.5'.
  • 4167cb2 chore: bump kcl version from v0.5.0-alpha.4 to v0.5.0-beta.1.
  • 37eca68 Merge pull request #116 from zong-zhe/add-docs-link
  • f7e562e fix: bump cla kcl bot.
  • 5183dd1 docs: feat docs.
  • a4171d4 Merge pull request #113 from zong-zhe/add-push-docs
  • c50ced2 fix: fix CR comments and mdfmt.
  • 330a150 feat: fix CR comments and add command reference.
  • 76594ea docs: add docs 'how to share kcl package' and update docs about 'kpm push'.
  • 534b50c Merge pull request #112 from zong-zhe/feat-kpm-push
  • 30ee2a1 fix: fix test on windows.
  • 2b15ce3 fix: Add todo comments
  • 2282857 fix: make push prompt better.
  • 2457318 fix: fix CR comments.
  • 2ff327e feat: 'kpm push' supports the default oci url.
  • 3281097 Merge pull request #114 from zong-zhe/fix-win-bugs
  • 12e0e47 fix: replace filepath.Join by url.JoinPath.
  • f767f12 Merge pull request #107 from zong-zhe/feat-oci-docs
  • 4975db8 fix: fix CR comments
  • 3134b52 feat: add gifs for kpm oci registry.
  • 7e15485 Merge pull request #110 from zong-zhe/add-mod-entries
  • 3f8c843 feat: add 'entries' in kcl.mod.
  • c4893e6 Merge pull request #109 from zong-zhe/feat-kpm-pull
  • fbaaa7c feat: Refactoring command 'kpm pull' to have the same style as 'kpm add'.
  • 68776ae Merge pull request #106 from zong-zhe/refactor-kpm-run
  • cff3198 fix: fix e2e test ci.
  • 691155f fix: fix CR
  • d7e1a29 fix: undate kclvm-go version
  • 7295ceb fix: fix go test
  • 2b068b9 fix: update kclvm_cli version in ci.
  • f94183b fix: fix test case.
  • a1f2e89 refactor: replace 'Command' with 'kclvm-go' when 'kpm run'.
  • bc542ce Merge pull request #105 from zong-zhe/fix-kpm-run
  • 539f4c5 fix: fix '--tag' is invalid in kpm run.

v0.2.4

02 Jun 09:17
5b188e8
Compare
Choose a tag to compare

Changelog

  • 5b188e8 chore: bump kpm version to 0.2.4. (#103)
  • d7a4ed8 Merge pull request #102 from zong-zhe/fix-path-mistake
  • 4ff7240 fix: fix a mistakes in package path.
  • cc25f8e Merge pull request #101 from zong-zhe/fix-pkg-path
  • ccb4866 fix: fix the localpath when 'kpm add' from oci registry without tag.
  • 0a9e2d4 Merge pull request #100 from zong-zhe/rm-add-tar
  • 07a2c9f fix: After untaring kcl package tar, the tar file should be deleted.
  • e7957bd Merge pull request #99 from zong-zhe/fix-unit-test
  • 1d04e2e fix: fix failed unit test cases.
  • 361990b Merge pull request #96 from zong-zhe/add-print-in-test
  • 434b113 feat: add some prints in test case 'TestMarshalTOML' to show more test info.
  • 1bdd15f Merge pull request #95 from zong-zhe/add-package-cache
  • 06e1e7f feat: a global file lock 'package-cache' has been added. every time 'kpm add' is executed, this lock will be acquired first. fix issue #87.
  • be7878f Merge pull request #94 from zong-zhe/feat-kpm-version
  • b5fd1c0 feat: If kpm can not find the version in the build flags, it will return the version constant. fix issue #82.
  • bd2aa05 Update README-zh.md
  • 88f8d8f Update README.md
  • 118f7e6 Merge pull request #90 from zong-zhe/feat-readme
  • 0023dea Merge pull request #93 from zong-zhe/kpm-add-latest
  • af66500 fix: make e2e test happy.
  • 4bbf954 feat: 'kpm add' will download the latest version by default.
  • 1dc3f8e Merge pull request #92 from zong-zhe/fix-test-case
  • 3e899c2 fix: Fixed the occasional failure in the test cases.
  • 4564b7c fix: refactor the case code.
  • c41f5c3 feat: The content in Section 'Quick Start' is simplified.

v0.2.3

26 May 11:01
17e68aa
Compare
Choose a tag to compare

Changelog

v0.2.2

26 May 10:18
8c02b6e
Compare
Choose a tag to compare

Changelog

  • 8c02b6e Merge pull request #88 from zong-zhe/fix-push-error
  • 684a1a5 fix: rm a panic.
  • c785256 Merge pull request #86 from zong-zhe/add-oci-pkg
  • 4bd4ff9 fix: fix CR comments.
  • b0f4395 fix: fix typo.
  • 1847aca fix: rm useless file.
  • 3932049 fix: fix CR comments.
  • 5504157 fix: fix typo.
  • 84be2ba fix: make go lint happy.
  • 4b9be98 fix: fix type.
  • 2753eb8 fix: fix CR comments, add lock on kcl.mod.lock.
  • bd48f17 feat: 'kpm add' supports add oci registry packages.
  • f74e068 Merge pull request #84 from zong-zhe/feat-kpm-init
  • 40fe469 feat: make 'kpm init' feel better.