kcl-lang / krm-kcl

Kubernetes Resource Model KCL Specification and Integrations including Kubectl, Kustomize, Helm, Helmfile, Crossplane, KPT, etc.
Apache License 2.0
20 stars 13 forks source link

Chore: (deps): bump kcl-lang.io/kpm from 0.9.0 to 0.9.3 #79

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps kcl-lang.io/kpm from 0.9.0 to 0.9.3.

Release notes

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

v0.9.3

Changelog

  • c3823c26f4860a50239b9c09bd714f79eaaa0587 Merge pull request #395 from zong-zhe/fix-e2e-test
  • 70e157d1deddebda73d9873954f9ad486988b912 fix: fix failed e2e test
  • 1b13f628efffc26e4463203980a0591c8840d7d4 Merge pull request #393 from zong-zhe/fix-push-failure
  • 6bb0136e5dc261ed3c5983b7fd9ca30544668c63 fix: fix typo
  • ae8138c6df1903837332c088520943120476d15a fix: move test to e2e
  • c1edd5ba60c4465f6e7619c1c7890e26a8100f88 fix: fix push error
  • 4d2ae6ee40938d48004b18736bf45898db745c67 Merge pull request #392 from zong-zhe/fix-vendor-redownload
  • 95e0bd26a7a6043681cb1e62283a84290c4c7024 fix: fix vendor path
  • 45ca18d7c0b1902ba15bd53dbfa92cf02b831989 Merge pull request #390 from zong-zhe/fix-missing-dep
  • 681db9ae081ec88ca4f2ecda4b6c2b09b81032c3 fix: dep missing in kcl.mod

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


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.