crossplane-contrib / function-kcl

Crossplane Composition Functions using KCL Programming Language
Apache License 2.0
34 stars 13 forks source link

fix(deps): update module kcl-lang.io/krm-kcl to v0.9.1 #117

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
kcl-lang.io/krm-kcl v0.9.0-beta.2 -> v0.9.1 age adoption passing confidence

Release Notes

kcl-lang/krm-kcl (kcl-lang.io/krm-kcl) ### [`v0.9.1`](https://togithub.com/kcl-lang/krm-kcl/releases/tag/v0.9.1): Release [Compare Source](https://togithub.com/kcl-lang/krm-kcl/compare/v0.9.0-beta.2...v0.9.1) #### What's Changed - feat: add resource rules to krm-kcl spec by [@​shruti2522](https://togithub.com/shruti2522) in [https://github.com/kcl-lang/krm-kcl/pull/54](https://togithub.com/kcl-lang/krm-kcl/pull/54) - refactor: match constraints code and add more examples, tests and docs by [@​Peefy](https://togithub.com/Peefy) in [https://github.com/kcl-lang/krm-kcl/pull/56](https://togithub.com/kcl-lang/krm-kcl/pull/56) - Add private OCI registry authentication by [@​bradkwadsworth-mw](https://togithub.com/bradkwadsworth-mw) in [https://github.com/kcl-lang/krm-kcl/pull/57](https://togithub.com/kcl-lang/krm-kcl/pull/57) - refactor: source field to impl better local package running by [@​Peefy](https://togithub.com/Peefy) in [https://github.com/kcl-lang/krm-kcl/pull/58](https://togithub.com/kcl-lang/krm-kcl/pull/58) - feat: kcl run config by [@​Peefy](https://togithub.com/Peefy) in [https://github.com/kcl-lang/krm-kcl/pull/59](https://togithub.com/kcl-lang/krm-kcl/pull/59) - refactor: kube package and remove the kpt deps by [@​Peefy](https://togithub.com/Peefy) in [https://github.com/kcl-lang/krm-kcl/pull/60](https://togithub.com/kcl-lang/krm-kcl/pull/60) - chore: (deps): bump contributor-assistant/github-action from 2.3.2 to 2.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kcl-lang/krm-kcl/pull/61](https://togithub.com/kcl-lang/krm-kcl/pull/61) - Chore: (deps): bump kcl-lang.io/cli from 0.8.8 to 0.8.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kcl-lang/krm-kcl/pull/62](https://togithub.com/kcl-lang/krm-kcl/pull/62) - feat: support for external dependencies for the KRM KCL spec by [@​Peefy](https://togithub.com/Peefy) in [https://github.com/kcl-lang/krm-kcl/pull/64](https://togithub.com/kcl-lang/krm-kcl/pull/64) - Chore: (deps): bump kcl-lang.io/kpm from 0.8.6 to 0.8.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kcl-lang/krm-kcl/pull/65](https://togithub.com/kcl-lang/krm-kcl/pull/65) - Chore: (deps): bump kcl-lang.io/kpm from 0.9.0-beta.1 to 0.9.0-rc.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kcl-lang/krm-kcl/pull/67](https://togithub.com/kcl-lang/krm-kcl/pull/67) - Chore: (deps): bump kcl-lang.io/kcl-go from 0.9.0-beta.1 to 0.9.0-rc.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kcl-lang/krm-kcl/pull/68](https://togithub.com/kcl-lang/krm-kcl/pull/68) - Chore: (deps): bump kcl-lang.io/cli from 0.9.0-beta.1 to 0.9.0-rc.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kcl-lang/krm-kcl/pull/69](https://togithub.com/kcl-lang/krm-kcl/pull/69) - Chore: (deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kcl-lang/krm-kcl/pull/70](https://togithub.com/kcl-lang/krm-kcl/pull/70) - docs: add git source option documents by [@​Peefy](https://togithub.com/Peefy) in [https://github.com/kcl-lang/krm-kcl/pull/73](https://togithub.com/kcl-lang/krm-kcl/pull/73) #### New Contributors - [@​shruti2522](https://togithub.com/shruti2522) made their first contribution in [https://github.com/kcl-lang/krm-kcl/pull/54](https://togithub.com/kcl-lang/krm-kcl/pull/54) - [@​bradkwadsworth-mw](https://togithub.com/bradkwadsworth-mw) made their first contribution in [https://github.com/kcl-lang/krm-kcl/pull/57](https://togithub.com/kcl-lang/krm-kcl/pull/57) **Full Changelog**: https://github.com/kcl-lang/krm-kcl/compare/v0.8.6...v0.9.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 month ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/getkin/kin-openapi v0.124.0 -> v0.125.0
github.com/gofrs/flock v0.8.1 -> v0.11.0
github.com/hashicorp/go-getter v1.7.4 -> v1.7.5
github.com/spf13/cobra v1.8.0 -> v1.8.1
github.com/yuin/goldmark v1.7.1 -> v1.7.4
golang.org/x/crypto v0.23.0 -> v0.24.0
golang.org/x/mod v0.17.0 -> v0.18.0
golang.org/x/net v0.25.0 -> v0.26.0
golang.org/x/sys v0.20.0 -> v0.21.0
golang.org/x/term v0.20.0 -> v0.21.0
golang.org/x/text v0.15.0 -> v0.16.0
golang.org/x/tools v0.21.0 -> v0.21.1-0.20240508182429-e35e4ccd0d2d
kcl-lang.io/cli v0.9.0-beta.1 -> v0.9.1
kcl-lang.io/kcl-go v0.9.0-beta.1 -> v0.9.1
kcl-lang.io/kcl-openapi v0.6.1 -> v0.6.3
kcl-lang.io/kpm v0.9.0-beta.1 -> v0.9.0
kcl-lang.io/lib v0.9.0-beta.1 -> v0.9.1