Skip to content

Releases: kcl-lang/cli

v0.10.6

24 Oct 10:18

Choose a tag to compare

Changelog

  • f60c7cc chore: kcl version to 0.10.6
  • 6ea91f4 chore: remove arm64 dockerfile editor in CI

v0.10.5

23 Oct 13:21

Choose a tag to compare

Changelog

  • deabccf chore: bump kcl-go deps to v0.10.5

v0.10.4

17 Oct 02:31
50cc9be

Choose a tag to compare

Changelog

  • 50cc9be Merge pull request #152 from Peefy/fix-image-lib-home-env
  • 4db48df fix: image lib home env
  • a8eb2b5 Merge pull request #150 from kcl-lang/fix-client-default-logger-to-stdout
  • 76e9202 fix: client default logger to stdout

v0.10.3

15 Oct 08:05
b2a5ed3

Choose a tag to compare

Changelog

  • b2a5ed3 Merge pull request #148 from Peefy/chore-bump-kcl-version-0.10.3
  • 5bbd807 chore: bump kcl version to 0.10.3

v0.10.2-rc.1

14 Oct 11:41

Choose a tag to compare

Changelog

  • 4d5734e chore: update example test k8s and konfig version
  • 617a595 chore: set CGO_ENABLED=0 for the bin and image release
  • 09d9cf7 chore: bump kcl version to 0.10.2
  • 12d169f chore: bump kcl-go to latest client mode

v0.10.0-rc.2

16 Sep 16:44

Choose a tag to compare

Changelog

  • 133ec1c chore: bump kcl-go version to 0.10.1-0.20240916162929-f633831d71b2
  • 2273201 Revert "chore: bump version to v0.10.0-rc.2 and use zig cross compilation in the go releaser"
  • 3a5a38d Revert "chore: bump kcl-go version to latest"
  • 7bce8da Revert "chore: do not use zig cc on darwin cross compilation"
  • af77f22 chore: do not use zig cc on darwin cross compilation
  • 66c7011 chore: bump go version to 1.23
  • e988680 chore: bump kcl-go version to latest
  • c8e0286 chore: bump version to v0.10.0-rc.2 and use zig cross compilation in the go releaser
  • 7b84d1e chore: bump kpm version to 31d2c0f and fix the git package path
  • b770af8 Merge pull request #145 from zong-zhe/supports-tls-flag
  • de1c2c5 feat: add flag --insecure-skip-tls-verify
  • 60cae64 Merge pull request #144 from kcl-lang/dependabot/go_modules/golang.org/x/mod-0.21.0
  • f38ddf7 Chore: (deps): bump golang.org/x/mod from 0.20.0 to 0.21.0

v0.10.0

16 Sep 17:07

Choose a tag to compare

Changelog

  • d1b9c0c chore: bump kcl-go and kpm to v0.10.x

v0.10.0-rc.1

05 Sep 10:25

Choose a tag to compare

Changelog

  • d89f2ab chore: bump kcl deps to v0.10.0-rc.1
  • 946e0b1 Merge pull request #143 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.20.2
  • 030fe02 Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2
  • 946264b Merge pull request #142 from kcl-lang/dependabot/go_modules/github.com/onsi/gomega-1.34.2
  • f7ac317 Chore: (deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2
  • e388c2c Merge pull request #141 from zong-zhe/fix-cli-doc
  • 5ba5186 fix: fix cli doc with git ssh url
  • fb9366b Merge pull request #140 from zong-zhe/feat-add-diagnostic
  • 90f64bd fix: support tag for oci ref
  • 6abc8a2 feat: add a diagnostic for the invalid flag when add oci ref
  • d174d9c Merge pull request #138 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.20.1
  • cde2e17 Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1
  • e342c39 feat: add cgo build flag for the kclx

v0.10.0-beta.3

23 Aug 13:24

Choose a tag to compare

Changelog

  • c847bbb chore: bump kcl-openapi to v0.9.0

v0.10.0-beta.2

22 Aug 13:20
82bf482

Choose a tag to compare

Changelog

  • 82bf482 Merge pull request #137 from Peefy/chore-bump-kcl-go-and-kpm-to-0.10.0-beta.2
  • faed4b4 chore: bump kcl-go and kpm to v0.10.0-beta.2
  • 5d2c8b7 docs: add more mod push command docs
  • 897c905 chore: bump kcl-openapi version to v0.8.0
  • f6e6a99 Merge pull request #136 from Peefy/feat-run-stdin-entry
  • ec22eff feat: support run entry from stdin
  • e8cea33 Merge pull request #135 from Peefy/try-git-clone-in-kcl-image
  • 1594c93 ci: test git deps in KCL image
  • 47c1b89 Merge pull request #134 from Peefy/ci-image-test
  • 46ec00c ci: add image e2e tests