kcl-lang / flux-kcl-controller

Flux KCL Controller
https://kcl-lang.io
Apache License 2.0
23 stars 7 forks source link

chore(deps): bump the misc-deps group with 2 updates #94

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the misc-deps group with 2 updates: kcl-lang.io/kcl-go and kcl-lang.io/kpm.

Updates kcl-lang.io/kcl-go from 0.9.1 to 0.9.3

Release notes

Sourced from kcl-lang.io/kcl-go's releases.

v0.9.3 Release

Full Changelog: https://github.com/kcl-lang/kcl-go/compare/v0.9.2...v0.9.3

v0.9.2 Release

What's Changed

Full Changelog: https://github.com/kcl-lang/kcl-go/compare/v0.9.1...v0.9.2

Commits
  • 00f47a8 chore: remove macos-14 tests
  • 63b4a9e chore: bump kpm to v0.9.2
  • 7528478 chore: bump kcl lib to v0.9.3
  • 34f9a0a chore: bump kcl lib to v0.9.2
  • 3b45c36 feat: more api and examples (#352)
  • 888419d feat: add more plugin APIs and documents (#351)
  • d011403 feat: add build flag for native service (#350)
  • 8b7904e Chore: (deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 (#346)
  • 9000a92 Chore: (deps): bump github.com/getkin/kin-openapi from 0.125.0 to 0.126.0 (#347)
  • 52573d7 Chore: (deps): bump github.com/gofrs/flock from 0.11.0 to 0.12.0 (#348)
  • Additional commits viewable in compare view


Updates kcl-lang.io/kpm from 0.9.0 to 0.9.2

Release notes

Sourced from kcl-lang.io/kpm's releases.

v0.9.2

What's Changed

Full Changelog: https://github.com/kcl-lang/kpm/compare/v0.9.1...v0.9.2

v0.9.1

Changelog

  • 635551d2a69d94ca96a44a62da59dad9993a66b1 Merge pull request #388 from zong-zhe/refactor-oci-auth
  • 74b0e813e8880ff5169f7770a1880e61d383e645 feat: add cache for credential to reduce the probability that kpm would be considered a threat
  • b65d5ed91da8b95e1d1333c226b18f04898a3d00 Merge pull request #386 from zong-zhe/fix-run-bug
  • c3ca1fd6a326af670c7d7b86674be677d23529b0 fix: fix wrong root path with 'kcl run'
  • 5e556c8082905a7a9507dfd00b096f381e7f62cf Merge pull request #385 from zong-zhe/hide-plain-http
  • a5a2a5fdc77d5d32da937d3566202ef2cf9d0eb0 feat: hidden the option for plain http
  • 09233a5a2ceb4251ec04776036ecf85070f6a8fc fix: fix typo (#382)
  • 81bcdec1e5c43f99896ea56266ce758ef4d28eb7 Merge pull request #381 from zong-zhe/support-relative-path
  • 84f547b4ba1f6cd87eb0bca3ce87330d976bc227 fix: supports the mod relative path in api
  • 7c6b74f8b24cedad4c7cc5b22dd04815d64b687d Merge pull request #380 from zong-zhe/unified-run-api
  • 2e0abef5a528dd9ef8f3d6332c2f515baf9005ae fix: fix test case
  • b6f029b1c7ede6f747a7d62ce276110cb3674bc6 fix: add comments
  • 51dfe29326a293afc4a61658e415bb2306915489 feat: add unified API for run command
  • 6dd672133f0cee75e9887084d9e4c55098810456 Merge pull request #379 from kcl-lang/dependabot/go_modules/golang.org/x/mod-0.19.0
  • f7bb1ad0aa54ccd825f86e79037e209aee9b17c7 Chore: (deps): bump golang.org/x/mod from 0.18.0 to 0.19.0
  • d2bfc7cc43cd077ee975d49ddb4640fe7c158d71 Merge pull request #378 from zong-zhe/fix-test-ci
  • 28eadf95e2ecccdad6f69ce39a853497c9423cb1 fix: fix test cases for ci
  • 65d3748b2f32ea9b00352581fdccb9054e3396c3 Merge pull request #374 from kcl-lang/dependabot/go_modules/github.com/gofrs/flock-0.12.0
  • fb467c806675d965407944139b8d97c500f70e21 Merge pull request #368 from kcl-lang/dependabot/go_modules/github.com/containers/image/v5-5.31.1
  • 2335e3f6bcb8f46d0e85dee0421328c2edc82a90 Merge pull request #367 from kcl-lang/dependabot/go_modules/github.com/hashicorp/go-getter-1.7.5
  • 5539147aca7e00670113a256a7f8bc2dbd0fef12 Chore: (deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5
  • 0414b3ecb340dc9621ea7eba0803ec96a03e3412 Chore: (deps): bump github.com/containers/image/v5 from 5.31.0 to 5.31.1
  • c3b3306733e2e86c250ba3d9a30a7ac06b25abe8 Chore: (deps): bump github.com/gofrs/flock from 0.8.1 to 0.12.0
  • 42958c087ef818fcd1b0fe32f0b4573d49a64287 fix: fix deps order bug (#377)
Commits
  • c5a0e5a Merge pull request #389 from kcl-lang/fix-root-path-of-local-path
  • cc1b26e fix: root path of the local path
  • 635551d Merge pull request #388 from zong-zhe/refactor-oci-auth
  • 74b0e81 feat: add cache for credential to reduce the probability that kpm would be co...
  • b65d5ed Merge pull request #386 from zong-zhe/fix-run-bug
  • c3ca1fd fix: fix wrong root path with 'kcl run'
  • 5e556c8 Merge pull request #385 from zong-zhe/hide-plain-http
  • a5a2a5f feat: hidden the option for plain http
  • 09233a5 fix: fix typo (#382)
  • 81bcdec Merge pull request #381 from zong-zhe/support-relative-path
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions