Skip to content

Releases: kcl-lang/cli

v0.11.0

20 Dec 06:47
Compare
Choose a tag to compare

Changelog

  • 495f165 chore: bump version to 0.11.0
  • 70c34f1 Chore: (deps): bump github.com/goccy/go-yaml from 1.15.8 to 1.15.10 (#189)
  • 7c01b2b Chore: (deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#190)
  • d6adc7b fix: rm the update of kcl.mod when 'kcl mod metadata' (#188)
  • 99df89f chore: bump kpm version (#187)
  • f9c4642 fix: bump kpm version to main (#186)

v0.11.0-alpha.1

09 Dec 16:00
0b9b9fd
Compare
Choose a tag to compare

Changelog

  • 0b9b9fd Chore: (deps): bump github.com/goccy/go-yaml from 1.15.5 to 1.15.8 (#185)
  • 11fc1e8 fix: fix missing echo in kcl run (#184)
  • 2dcc098 fix: bump kpm version to 0.11.0-alpha.2 (#183)
  • 25be385 Chore: (deps): bump kcl-lang.io/kpm (#175)
  • aa2a7f2 Chore: (deps): bump github.com/goccy/go-yaml from 1.13.4 to 1.15.5 (#180)
  • fc83743 Chore: (deps): bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#181)
  • b00b079 fix: fix typo (#182)
  • c5ecdd1 Merge pull request #178 from kcl-lang/dependabot/github_actions/docker/metadata-action-5.6.1
  • 9cb36d1 Merge pull request #176 from kcl-lang/dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • faa67ee Merge pull request #177 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.22.0
  • c68fee9 chore: (deps): bump docker/metadata-action from 5.5.1 to 5.6.1
  • dc6c200 Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0
  • 9bd8992 Chore: (deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • 1d18eea Merge pull request #174 from kcl-lang/chore-update-image-e2e-test-tag
  • 6b3ba07 chore: update image e2e test tag
  • 9a21a82 Merge pull request #172 from kcl-lang/test-kcl-mod-pull-in-image
  • e5681b7 test: the git repo
  • 541806f test in the temp dir
  • 94e6694 chore: add KCL_PKG_PATH env
  • a202206 chore: use the test image
  • 4061925 test: add kcl mod pull test in the image
  • 7a2de26 Merge pull request #173 from kcl-lang/fix-fail-test
  • 964fa99 fix: fix test cases
  • 91e2f00 Merge pull request #170 from kcl-lang/add-ca-certificates-in-image
  • 4dd3203 chore: add ca-certificates deps in the image
  • a459cdf Merge pull request #169 from kcl-lang/refactor-mod-graph
  • 314705e refactor: move 'kcl mod graph' to api Graph()
  • 5318611 Merge pull request #168 from kcl-lang/support-add-rename
  • 9c56821 fix: add more test cases
  • 88a617a Merge pull request #166 from kcl-lang/dependabot/go_modules/golang.org/x/mod-0.22.0
  • 10fa6c2 Chore: (deps): bump golang.org/x/mod from 0.21.0 to 0.22.0
  • 1be3513 feat: supports rename for 'kcl mod add'
  • 927fd46 Merge pull request #165 from kcl-lang/run-mod-spec
  • 9915b0c fix: fix unit test
  • 8afe80d feat: make 'kcl mod run' support ModSpec
  • 5fb9c9a chore: bump cli version to 0.11.0-alpha.1
  • 8402460 Merge pull request #164 from kcl-lang/add-mod-spec
  • 7308b2c fix: bump kpm version to main to fix ci test
  • 507879f fix: fix CI test
  • 9730806 feat: make 'kcl mod add' supports ModSpec
  • 20d46fa Merge pull request #163 from kcl-lang/pull-mod-spec
  • d27dfba fix: fix ci e2e test
  • 8654669 fix: add command doc
  • 118aab4 fix: rm useless code changes
  • ed16b08 feat: 'kcl mod pull' supports ModSpec

v0.10.10

21 Nov 06:24
Compare
Choose a tag to compare

Changelog

  • 37ca716 chore: bump version to 0.10.10
  • 6a2f2aa chore: bump version to 0.10.10
  • 727f32e add: ca-certificates in the kcl image

v0.10.9

07 Nov 03:04
c567635
Compare
Choose a tag to compare

Changelog

  • c567635 Merge pull request #162 from kcl-lang/fix-wrong-crd-import-options
  • 2a55d23 fix: wrong crd import options

v0.10.8

05 Nov 12:59
Compare
Choose a tag to compare

Changelog

  • 0fcb633 chore: bump version to v0.10.8
  • 7fd29a5 chore: bump kcl-go deps to v0.10.8
  • 84787d9 Merge pull request #160 from kcl-lang/fix-cli-output-trunc
  • 5f6760a fix: cli output trunc
  • aa4a8b8 Merge pull request #157 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.21.0
  • e248edb Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0
  • 9ccbd37 Merge pull request #158 from kcl-lang/dependabot/go_modules/github.com/goccy/go-yaml-1.13.4
  • 2f1ee72 Merge pull request #159 from kcl-lang/dependabot/go_modules/github.com/onsi/gomega-1.35.1
  • 8f23465 Chore: (deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1
  • 8c30c48 Chore: (deps): bump github.com/goccy/go-yaml from 1.12.0 to 1.13.4
  • b096ad3 Merge pull request #156 from kcl-lang/chore-bump-kcl-openapi-version-and-keep-order
  • 58627f5 chore: bump kcl-openapi deps to v0.10.0 and use the keep-order feature
  • 8ad02d7 ci: test kcl version in images
  • 914719e ci: add linux/arm64 image test
  • b9bf73b ci: add more os for docker test

v0.10.7

28 Oct 11:55
Compare
Choose a tag to compare

Changelog

  • e7d8571 chore: bump version to 0.10.7
  • 92a6f43 Merge pull request #155 from kcl-lang/dependabot/go_modules/github.com/fatih/color-1.18.0
  • 9a58b96 test: merge image e2e tests
  • 5c3d3fe Chore: (deps): bump github.com/fatih/color from 1.17.0 to 1.18.0
  • f33b9ad chore: bump kcl-go deps to v0.10.7
  • 54a8d81 chore: remove non-user in the dockerfile
  • 767fa8d Merge pull request #154 from Peefy/refactor-image-release
  • a6b3bda refactor: smaller size and multi arch image release

v0.10.6

24 Oct 10:18
Compare
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
Compare
Choose a tag to compare

Changelog

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

v0.10.4

17 Oct 02:31
50cc9be
Compare
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
Compare
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