Releases: kcl-lang/cli
Releases · kcl-lang/cli
v0.12.4
Changelog
- d88d053 fix: use brews instead of homebrew_casks for CLI Homebrew formula
- 7bbc6d0 chore: migrate .goreleaser.yml to GoReleaser v2 schema
- 3ebd82c Merge pull request #328 from AdamKobi/goreleaser-deprecation-fixes
- fc7adca chore: update goreleaser config
- 1b8d9f7 Merge pull request #325 from AdamKobi/upgrade-goreleaser-version
- c92e79a fix: Add version block on goreleaser
- 05f7ab1 Merge pull request #322 from kcl-lang/dependabot/go_modules/kcl-lang.io/kpm-0.12.4
- 08c575f Merge pull request #323 from kcl-lang/dependabot/go_modules/golang.org/x/mod-0.34.0
- 34edb0f Chore: (deps): bump golang.org/x/mod from 0.33.0 to 0.34.0
- 89ccb7d Chore: (deps): bump kcl-lang.io/kpm from 0.12.3 to 0.12.4
- 0e16704 Merge pull request #320 from liangyuanpeng/update_go_125
- b9c27d0 chore: update go to 1.25
- 0bcb736 Merge pull request #319 from kcl-lang/dependabot/go_modules/kcl-lang.io/kcl-openapi-0.10.2
- 39ad2db Chore: (deps): bump kcl-lang.io/kcl-openapi from 0.10.1 to 0.10.2
- d8d7eb8 Merge pull request #318 from kcl-lang/dependabot/github_actions/docker/metadata-action-6.0.0
- c3e35cc Merge pull request #317 from kcl-lang/dependabot/github_actions/docker/build-push-action-7
- b08ea9d chore: (deps): bump docker/metadata-action from 5.10.0 to 6.0.0
- 2034aac chore: (deps): bump docker/build-push-action from 6 to 7
- 4c23053 Merge pull request #314 from kcl-lang/dependabot/github_actions/docker/login-action-4.0.0
- cff1d79 Merge pull request #315 from kcl-lang/dependabot/github_actions/docker/setup-qemu-action-4
- 1734b8e chore: (deps): bump docker/login-action from 3.7.0 to 4.0.0
- 74661a0 chore: (deps): bump docker/setup-qemu-action from 3 to 4
- 5c75139 Merge pull request #316 from kcl-lang/dependabot/github_actions/docker/setup-buildx-action-4
- 3cc361f chore: (deps): bump docker/setup-buildx-action from 3 to 4
- 99d4442 Merge pull request #311 from kcl-lang/dependabot/github_actions/goreleaser/goreleaser-action-7
- d0f826f Merge pull request #312 from kcl-lang/dependabot/github_actions/actions/download-artifact-8
- 44efe8d chore: (deps): bump actions/download-artifact from 7 to 8
- 432172a chore: (deps): bump goreleaser/goreleaser-action from 5 to 7
- 76d7cf4 Merge pull request #308 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.28.1
- 8aa55a8 Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1
- 024296f Merge pull request #309 from kcl-lang/dependabot/go_modules/github.com/onsi/gomega-1.39.1
- b0deb2a Chore: (deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1
- 45c7162 Merge pull request #310 from kcl-lang/dependabot/go_modules/golang.org/x/mod-0.33.0
- 2f2cbd8 Chore: (deps): bump golang.org/x/mod from 0.32.0 to 0.33.0
- 79ba1ee Merge pull request #307 from kcl-lang/dependabot/github_actions/docker/login-action-3.7.0
- 5d432fb chore: (deps): bump docker/login-action from 3.6.0 to 3.7.0
- b01927a Merge pull request #305 from kcl-lang/dependabot/go_modules/github.com/BurntSushi/toml-1.6.0
- cf19c52 Merge pull request #306 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.27.5
- b183f71 Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5
- 3e5de57 Chore: (deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0
- aabd375 Merge pull request #303 from kcl-lang/dependabot/go_modules/golang.org/x/mod-0.32.0
- e6f4c7c Merge pull request #302 from kcl-lang/dependabot/go_modules/github.com/onsi/gomega-1.39.0
- 6fb249d Merge pull request #301 from kcl-lang/dependabot/go_modules/github.com/goccy/go-yaml-1.19.2
- 4b8f81d Chore: (deps): bump golang.org/x/mod from 0.31.0 to 0.32.0
- cf25410 Chore: (deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0
- 69beec1 Chore: (deps): bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2
- c443008 Merge pull request #300 from Arpit529Srivastava/issue2043-vet-cmd
- 48b6c0b feat: add structured json output support for kcl vet command
- 3a679ab Merge pull request #299 from Arpit529Srivastava/feat-issue-296
- 66dabbd feat: allow kcl import to load HTTP/HTTPS URLs
- f0e1101 Merge pull request #298 from kcl-lang/refactor-cli-source-nil-err
- e584920 refactor: cli source nil error
- e57f95e Merge pull request #295 from kcl-lang/feat-xml-format
- c2e53d1 fix: unit tests
- 3bf6e04 feat: xml format output
- b378603 Merge pull request #293 from kcl-lang/dependabot/go_modules/github.com/goccy/go-yaml-1.19.1
- 71db183 Merge pull request #294 from kcl-lang/dependabot/go_modules/kcl-lang.io/kcl-openapi-0.10.1
- 22d7e3e Chore: (deps): bump kcl-lang.io/kcl-openapi from 0.10.0 to 0.10.1
- 3b084c5 Chore: (deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1
- 683383d Merge pull request #292 from kcl-lang/dependabot/github_actions/actions/download-artifact-7
- a6751dd Merge pull request #291 from kcl-lang/dependabot/github_actions/actions/upload-artifact-6
- 35c5d78 Merge pull request #289 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.27.3
- 1c201a9 Merge pull request #290 from kcl-lang/dependabot/go_modules/golang.org/x/mod-0.31.0
- 8f1a470 chore: (deps): bump actions/download-artifact from 6 to 7
- 5064ff6 chore: (deps): bump actions/upload-artifact from 5 to 6
- 728ee6d Chore: (deps): bump golang.org/x/mod from 0.30.0 to 0.31.0
- e992d1d Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3
v0.12.3
What's Changed
- chore: bump kcl 0.12.2 with musl by @Peefy in #284
- chore: (deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #286
- chore: (deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #285
- Chore: (deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #287
- chore: bump verison to 0.12.3 by @Peefy in #288
Full Changelog: v0.12.1...v0.12.3
v0.12.2-rc.1
What's Changed
Full Changelog: v0.12.1...v0.12.2-rc.1
v0.12.1
What's Changed
- Chore: (deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 by @dependabot[bot] in #283
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.27.1 to 2.27.2 by @dependabot[bot] in #276
- chore: (deps): bump docker/metadata-action from 5.8.0 to 5.9.0 by @dependabot[bot] in #277
- Chore: (deps): bump golang.org/x/mod from 0.29.0 to 0.30.0 by @dependabot[bot] in #279
- chore: (deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #280
- chore: bump kcl-go to v0.12.0-rc.1 by @Peefy in #281
- chore: (deps): bump docker/metadata-action from 5.9.0 to 5.10.0 by @dependabot[bot] in #282
Full Changelog: v0.11.4...v0.12.0
v0.11.4
What's Changed
- chore: (deps): bump docker/metadata-action from 5.7.0 to 5.8.0 by @dependabot[bot] in #251
- Chore: (deps): bump github.com/onsi/gomega from 1.37.0 to 1.38.0 by @dependabot[bot] in #252
- chore: (deps): bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #253
- Chore: (deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 by @dependabot[bot] in #254
- chore: (deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #255
- Chore: (deps): bump github.com/onsi/gomega from 1.38.0 to 1.38.1 by @dependabot[bot] in #257
- Chore: (deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #258
- Chore: (deps): bump github.com/onsi/gomega from 1.38.1 to 1.38.2 by @dependabot[bot] in #259
- Chore: (deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.9 by @dependabot[bot] in #260
- Chore: (deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.0 by @dependabot[bot] in #262
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.2 by @dependabot[bot] in #261
- chore: (deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #263
- Chore: (deps): bump golang.org/x/mod from 0.27.0 to 0.28.0 by @dependabot[bot] in #264
- Chore: (deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 by @dependabot[bot] in #266
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.25.2 to 2.25.3 by @dependabot[bot] in #265
- chore: (deps): bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #267
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.25.3 to 2.26.0 by @dependabot[bot] in #268
- feat: add ssh to final kcl image by @paulorfjesus in #271
- Chore: (deps): bump golang.org/x/mod from 0.28.0 to 0.29.0 by @dependabot[bot] in #269
- chore: update go 1.24 on Makefile" by @liangyuanpeng in #272
- Chore: (deps): bump kcl-lang.io/kpm from 0.11.3 to 0.11.4 by @dependabot[bot] in #273
- Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.1 by @dependabot[bot] in #274
New Contributors
- @paulorfjesus made their first contribution in #271
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- Chore: (deps): bump github.com/goccy/go-yaml from 1.17.1 to 1.18.0 by @dependabot[bot] in #241
- Chore: (deps): bump golang.org/x/mod from 0.24.0 to 0.25.0 by @dependabot[bot] in #242
- Chore: (deps): bump golang.org/x/mod from 0.25.0 to 0.26.0 by @dependabot[bot] in #244
- Add force option to kcl mod push and update kpm to the v0.11.3 by @JRaver in #246
- Chore: (deps): bump kcl-lang.io/kcl-go from 0.11.2 to 0.11.3 by @dependabot[bot] in #248
- Chore: (deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #247
New Contributors
Full Changelog: v0.11.2...v0.11.3
v0.11.2
Changelog
- 5d53c0f chore: bump base image version for release (#239)
- 63dea2a chore: bump kcl version to 0.11.2 (#238)
- 5d5b742 Chore: (deps): bump kcl-lang.io/kpm from 0.11.1 to 0.11.2 (#235)
- 6fe9e06 fix: bump debian version to 12-slim to fix release (#237)
- b234785 Merge pull request #236 from kcl-lang/dependabot/go_modules/kcl-lang.io/kcl-go-0.11.2
- 4931a01 Chore: (deps): bump kcl-lang.io/kcl-go from 0.11.1 to 0.11.2
- 782c2dc Merge pull request #234 from liangyuanpeng/bump_purego
- 067308d chore: bump purego to 1638563e361522e5f63511d84c4541ae1c5fd704 to fix 1.24.3 problem
- 4763212 Merge pull request #233 from liangyuanpeng/fix_version
- 5a58dfe Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.4 (#222)
- b747a3c fix: print the correct version
- 05ae022 Merge pull request #221 from kcl-lang/dependabot/go_modules/github.com/onsi/gomega-1.37.0
- 9c72cd7 Chore: (deps): bump github.com/onsi/gomega from 1.36.2 to 1.37.0
- 0630e5e Merge pull request #227 from liangyuanpeng/bump_go_124
- 07e8a1a update go to 1.24
- b879bed Merge pull request #226 from liangyuanpeng/login_stdin
- 7f18d9e feat: support login with password from stdin
- d6c852f Merge pull request #225 from liangyuanpeng/fix_image
- e3c2fe2 chore: update Makefile for build multi architecture container image
- a0c92d5 Merge pull request #220 from kcl-lang/dependabot/go_modules/github.com/goccy/go-yaml-1.17.1
- ba0949b Chore: (deps): bump github.com/goccy/go-yaml from 1.15.23 to 1.17.1
- 46ecf7b Merge pull request #216 from kcl-lang/dependabot/github_actions/docker/login-action-3.4.0
- 8436cf7 chore: (deps): bump docker/login-action from 3.3.0 to 3.4.0
- 00a6742 Merge pull request #211 from kcl-lang/dependabot/github_actions/docker/metadata-action-5.7.0
- e1e9ce3 chore: (deps): bump docker/metadata-action from 5.6.1 to 5.7.0
- c00a13a Merge pull request #210 from eminaktas/ench/209
- 0d4ba99 feat: introduce new func with name and additional commands
- eb63594 Merge pull request #207 from kcl-lang/dependabot/go_modules/github.com/goccy/go-yaml-1.15.23
- 57082a8 Merge pull request #208 from kcl-lang/dependabot/go_modules/github.com/spf13/cobra-1.9.1
- 05b6d55 Chore: (deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
- e6eccf1 Chore: (deps): bump github.com/goccy/go-yaml from 1.15.19 to 1.15.23
- 4f30aa4 Merge pull request #206 from kcl-lang/chore-update-version-to-0.11.1
- 54d343c Update VERSION
v0.11.1
Changelog
- 04d20b6 chore: bump version to 0.11.1 (#205)
- 5b759a9 Chore: (deps): bump gotest.tools/v3 from 3.5.1 to 3.5.2 (#203)
- 1c70a51 Chore: (deps): bump kcl-lang.io/kcl-go from 0.11.0 to 0.11.1 (#201)
- d9edfa7 Chore: (deps): bump github.com/goccy/go-yaml from 1.15.17 to 1.15.19 (#204)
- 3b9a052 Merge pull request #200 from kcl-lang/dependabot/go_modules/github.com/spf13/pflag-1.0.6
- 090bdb1 Merge pull request #199 from kcl-lang/dependabot/go_modules/github.com/goccy/go-yaml-1.15.17
- 7e2ccf5 Chore: (deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
- 6409dd8 Chore: (deps): bump github.com/goccy/go-yaml from 1.15.15 to 1.15.17
- 3e51df2 Merge pull request #196 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.22.2
- 36df953 Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2
- 611f3b1 Merge pull request #198 from kcl-lang/dependabot/go_modules/github.com/goccy/go-yaml-1.15.15
- 39b0ba1 Merge pull request #197 from kcl-lang/dependabot/go_modules/github.com/otiai10/copy-1.14.1
- 6c64385 Merge pull request #195 from kcl-lang/dependabot/go_modules/github.com/onsi/gomega-1.36.2
- beaacee Merge pull request #194 from kcl-lang/dependabot/go_modules/kcl-lang.io/kcl-plugin-0.11.0
- cd6c60d Chore: (deps): bump github.com/goccy/go-yaml from 1.15.10 to 1.15.15
- 4d0cab3 Chore: (deps): bump github.com/otiai10/copy from 1.14.0 to 1.14.1
- 29a994f Chore: (deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2
- 36b9462 Chore: (deps): bump kcl-lang.io/kcl-plugin from 0.6.0 to 0.11.0
- 57bc79c chore: bump version to 0.11.0 (#191)
- 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
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)