Skip to content

Releases: kcl-lang/kpm

v0.4.5

21 Dec 12:05
f2d9f9b
Compare
Choose a tag to compare

Changelog

v0.4.4

14 Dec 04:05
0d2ed61
Compare
Choose a tag to compare

Changelog

  • 0d2ed61 chore: bump kpm version to 0.4.4 (#227)
  • 626632d Merge pull request #226 from zong-zhe/support-no-lockfile
  • a085461 feat: add flag '--no_sum_check' to support no kcl.mod.lock generation

v0.4.3

13 Dec 08:51
Compare
Choose a tag to compare

What's Changed

  • feat: align the compile arguments in kcl.mod with the kcl.yaml by @zong-zhe in #222
  • fix: fix the missing update when dependency in kcl.mod and kcl.mod.lo… by @zong-zhe in #225

Full Changelog: v0.4.2...v0.4.3

v0.4.2

30 Nov 09:21
0c34bfc
Compare
Choose a tag to compare

Changelog

  • 0c34bfc chore: bump kpm version to 0.4.2 (#221)
  • b60b9ef feat: add api to 'GetFullSchemaTypeMappingWithFilters' (#220)

v0.4.1

22 Nov 05:44
Compare
Choose a tag to compare

Changelog

  • c30f473 chore: bump version to v0.4.1
  • 4a9277e Merge pull request #219 from kcl-lang/chore-remove-error-prefix
  • 305bcd7 chore: remove error prefix in the error message
  • 7868e7e Merge pull request #217 from zong-zhe/fix-metadata-autoupdate
  • 49c5829 Merge pull request #218 from zong-zhe/rm-diag-prefix
  • ec3033d fix: remove all the 'kpm:' prefix in kpm
  • 03f7991 fix: fix windows test case
  • 5e626d4 fix: remove the autoupdate of kcl.mod when use 'kpm metadata'
  • 3b107b3 fix: throw all errors from low level (#216)
  • cb0e284 Merge pull request #215 from zong-zhe/add-dep-link
  • 02199fd feat: create a symbolic link for the dependencies
  • 8d4fdbd Merge pull request #214 from zong-zhe/fix-update-bug
  • f3a7c4a fix: fix update bug when the dependency is from local path

v0.4.0

14 Nov 10:15
3b4043f
Compare
Choose a tag to compare

Changelog

  • 3b4043f chore: bump kcl version to 0.7.0.alpha.2 and bump kpm version to 0.4.0 (#213)
  • 1b58fe5 feat: add 'kpm update' to update the dependencies (#212)
  • 703dd7c Merge pull request #211 from kcl-lang/fix-kcl-run-with-settings
  • d19a2aa fix: settings options without entry features in the run with opt API.
  • 55b49ae Merge pull request #210 from zong-zhe/fix-run-oci
  • 119089e fix: fix e2e test case
  • 21100d4 fix: fix panic error when 'kpm run <oci_url>'
  • dd18da2 doc: add docs for 'publish kcl package' (#208)
  • abc1063 Merge pull request #209 from kcl-lang/entry-set-api
  • 654cafd feat: add entry set APIs

v0.3.7

23 Oct 11:22
f6f6493
Compare
Choose a tag to compare

Changelog

  • f6f6493 chore: bump kpm version from 0.3.6 to 0.3.7 (#207)
  • ea0ff83 feat: Add a method to KpmClient to fetch the oci manifest (#206)
  • 0de32be feat: add metadata into oci manifest when 'kpm push' (#205)
  • 01c6aa5 fix: 'kpm run' will trigger the automatic download of the dependencies (#198)
  • d861866 Merge pull request #194 from jakezhu9/feat/import
  • 3c86657 Merge pull request #196 from zong-zhe/fix-test-case
  • 8b3a380 fix: fix failed test case
  • f9eaf82 fix: bump the latest version of k8s in test case
  • 2fe4d70 fix: return error with message
  • 12a1a2a fix: e2e test
  • f704c32 docs: add docs for kpm import
  • 917683e feat: add 'kpm import' to converts other formats to KCL file
  • 900a16d Merge pull request #195 from zong-zhe/add-kpm-quiet
  • 0348557 feat: add '--quiet' to control the kpm log message
  • 26ede83 refactor: add struct 'KpmClient' to manage the settings of kpm (#193)

v0.3.6

13 Sep 09:44
d8ea659
Compare
Choose a tag to compare

Changelog

  • d8ea659 feat: bump kpm version from 0.3.5 to 0.3.6 (#189)
  • 79f4bd1 chore: bump kcl version from 0.5.6 to 0.6.0-alpha.1 (#188)
  • cf53e94 feat: take 'Workdir' as package path for api (#187)
  • ae90a2b Merge pull request #183 from zong-zhe/kpm-run-file
  • 8fa5cf0 fix: fix CR comments
  • 1d7a64d feat: 'kpm run' supports compile single kcl file

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.