Releases: kcl-lang/cli
Releases · kcl-lang/cli
v0.8.0-alpha.1
Changelog
- 6d8a852 Merge pull request #45 from Peefy/feat-show-hidden-flag
- 1d6321e feat: add show_hidden flag and bump version to v0.8.0-alpha.1
- 8d09e88 feat: add show_hidden flag and bump version to v0.8.0-alpha.1
- 8cc86b7 Merge pull request #44 from Peefy/fix-git-repo-run
- e9e2803 fix: git repo running
- 5e8e169 Merge pull request #41 from Peefy/mod-graph-cmd
- 8f4ee74 Merge pull request #38 from kcl-lang/dependabot/go_modules/github.com/spf13/cobra-1.8.0
- 306bf37 Merge pull request #37 from kcl-lang/dependabot/github_actions/docker/login-action-3
- ccceaaa Merge pull request #36 from kcl-lang/dependabot/github_actions/docker/build-push-action-5
- a7d6d7e Merge pull request #34 from kcl-lang/dependabot/github_actions/goreleaser/goreleaser-action-5
- f8685e0 feat: add kcl mod graph command
- 25f1831 Merge pull request #33 from kcl-lang/dependabot/github_actions/docker/metadata-action-5
- b49c508 Merge pull request #35 from kcl-lang/dependabot/github_actions/actions/checkout-4
- b7d5d2e chore: update cla in CI
- ca83b59 Merge pull request #40 from Peefy/feat-run-git-entry
- fb6eee3 feat: add git entry run
- 0871377 Chore: (deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
- 2b18fba chore: (deps): bump docker/login-action from 2 to 3
- a39ffe7 chore: (deps): bump docker/build-push-action from 3 to 5
- b596d6a chore: (deps): bump actions/checkout from 2 to 4
- 7e6d9ae chore: (deps): bump goreleaser/goreleaser-action from 4 to 5
- 4e5e20e chore: (deps): bump docker/metadata-action from 4 to 5
- 8f9bf95 chore: add dependabot.yml
- 287cbb7 chore: add version v0.7.6
v0.7.5
v0.7.4
v0.7.3
Changelog
- 20e1806 chore: bump version to v0.7.3
- 0c6c69a chore: bump kcl-go to 0.7.3
- 3277dc8 chore: bump go version to 1.21 and kcl-go version to latest
- 5077580 chore: bump kcl-go version to latest
- 1396e0e chore: bump k8s version to 1.29
- 7025818 Merge pull request #30 from zong-zhe/fix-run-npe
- 02109f3 fix: fix the npe when 'kcl mod run'
- fc0ddd8 chore: use abs import in the example test cases
- f072fe9 chore: bump kpm and kcl-playground to latest
- 0ca394e chore: add github download badge
- 2dd33c7 Merge pull request #29 from Peefy/fix-oci-source
- e5a2392 fix: kcl run oci source entry
v0.7.2
Changelog
- 92127f1 chore: remove lsp installation in .goreleaser
- 10e3631 chore: bump version to v0.7.2
- d22d623 chore: bump kcl version to v0.7.2
- 5b8601b release kcl v0.7.3-alpha.1
- db60132 chore: change kclvm location in the kcl dockerfile
- b3c68b0 chore: bump kcl-openapi version to v0.5.5
- 2f88ce9 chore: bump kpm to latest
- 88af86c fix: top level argument flag -D
- 0a00b10 chore: update jsonschema import
v0.7.1
Changelog
- 6fccc86 Merge pull request #27 from Peefy/release-0.7.1
- 50f16f4 chore: bump kcl version to latest
- cfc70e5 chore: bump kcl-openapi to latest
- 3ccadf5 chore: bump kcl openapi to the latest version
- da7d529 Merge pull request #26 from Peefy/test-e2e-on-all-platforms
- 7d0d72a test: add e2e tests for all platforms
- 4fde9aa chore: remove Error and newline prefix in the command line error mesaage
- b03c697 chore: bump version to v0.7.1
- 50b9427 Merge pull request #25 from Peefy/feat-support-multiple-crd-import
- b5ccdf7 feat: impl multiple crd import
- 6ac8553 chore: bump kcl version to 0.7.0
- 793a315 Merge pull request #24 from Peefy/fix-kcl-lsp-install-scirpts-on-windows
- 33c418b fix: kcl lsp install scripts
v0.7.0
Changelog
- 3086aac chore: remove kcl-lsp hook
- ad5b4b3 fix: goreleaser archive tag
- 6a3894f Merge pull request #23 from Peefy/bump-kcl-0.7
- 35b9d01 chore: bump kcl version to v0.7
- 955f2e5 Merge pull request #22 from Peefy/add-run-entry-for-test
- 31c6158 feat: impl no-style for the kcl test tool error result
- f4c2901 feat: add run flags for the test tool
- d390787 Merge pull request #21 from Peefy/format-cli-documents
- 2667cad chore: format all command documents
- badad1b Merge pull request #20 from Peefy/add-kcl-lsp-release-using-hook
- e367101 feat: add kcl language server install hooks
- 7152980 feat: add help command
- 4d6e7d8 chore: bump deps to the latest version
v0.7.0-beta.2
Changelog
- 27097ac chore: bump version to v0.7.0-beta.2
- 4444f1e Merge pull request #19 from Peefy/refactor-vet-cli
- e141e5c refactor: vet cli using the validate API
- 791f875 fix: help or version flag check
- 2408cce feat: enhance kcl cli command messages
- a85e70e Merge pull request #18 from Peefy/enhance-vet-cli-input
- 343d5e9 feat: enhance vet cli with file pattern and stdin features
- e90ae43 Merge pull request #17 from Peefy/feat-default-settings-file
- d0da38a test: add server e2e tests
- 6301089 feat: support default settings file kcl.yaml loading
- 4975f0d Merge pull request #16 from Peefy/set-log-to-stdout
- a59d573 feat: set logger to stdout to show the values of the print function
v0.7.0-beta.1
Changelog
- a0277df Merge pull request #15 from Peefy/feat-test-tool-cli
- 26cfa58 fix: golang-ci lint errors
- 23df182 feat: add test tool cli and add e2e test cases
- 075ce50 chore: bump version to v0.7.0-beta.1
- 700fc95 feat: use the kpm latest version and polish error messages
- 1987947 chore: bump kpm and openapi version to latest
- 95af5bd feat: add gcc deps in kcl dockerfile
- e8a685e Merge pull request #14 from Peefy/add-single-module-folder-with-kcl-mod-run-kind
- a0fa893 feat: add single module folder with kcl mod file with entries config
- bf93d5f docs: add kcl-lang/cli repo introduction documents
- 7a82f12 Merge pull request #13 from Peefy/feat-add-playgound-command
- d0ea329 feat: add playground subcommnad
- f8587f7 chore: remove deprecated test cases
- 24c88f7 chore: bump kcl-openapi to the latest version
- 6582592 chore: quiet kpm log message for the run command
- 43fffc8 fix: kcl registry command
- 63c8f51 fix: kcl mod pull command
v0.7.0-alpha.2
Changelog
- d37cfe9 fix: output file for kcl results
- f6d5116 chore: update language command flags
- e0f2b8c Merge pull request #12 from zong-zhe/add-mod-update
- 9cfa653 feat: add 'kcl mod update'
- 895efa5 chore: bump kcl-go to latest
- 7b516c4 chore: update brews with depends
- c363db6 Merge pull request #11 from Peefy/bump-kcl-version-0.7.0-alpha.2
- abe9069 chore: bump kcl version to v0.7.0-alpha.2
- 90d6cf0 feat: add more command line tools
- fc2b00a Merge pull request #10 from Peefy/server-command
- c3b9c48 feat: add server command
- 3271e5f Merge pull request #9 from Peefy/file-expand-for-import-tool
- 103be1b feat: support file expand for the import tool
- 6b7d860 chore: add nfpms
- 9ba5ea1 chore: go mod tidy
- a546246 Merge pull request #8 from Peefy/kpm-related-cmd-migration
- 81b5332 feat: migrate kpm command to kcl cli