-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 Bump sigs.k8s.io/kustomize/kyaml from 0.17.2 to 0.18.0 in /hack/tools #1976
🌱 Bump sigs.k8s.io/kustomize/kyaml from 0.17.2 to 0.18.0 in /hack/tools #1976
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a metal3-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest |
/hold cd apis; /home/prow/go/src/github.com/metal3-io/baremetal-operator/tools/bin/controller-gen object:headerFile="../hack/boilerplate.go.txt" paths="./..."
tools/bin/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..."
cd apis; /home/prow/go/src/github.com/metal3-io/baremetal-operator/tools/bin/controller-gen "crd:allowDangerousTypes=true,crdVersions=v1" rbac:roleName=manager-role webhook paths="./..." output:webhook:dir=../config/base/webhook/ output:crd:artifacts:config=../config/base/crds/bases
tools/bin/controller-gen rbac:roleName=manager-role paths="./..." output:rbac:artifacts:config=config/base/rbac
cd hack/tools; go build -o /home/prow/go/src/github.com/metal3-io/baremetal-operator/tools/bin/kustomize sigs.k8s.io/kustomize/kustomize/v5
go: downloading sigs.k8s.io/kustomize/kustomize/v5 v5.4.3
go: downloading sigs.k8s.io/kustomize/cmd/config v0.14.2
go: downloading github.com/sergi/go-diff v1.2.0
# sigs.k8s.io/kustomize/cmd/config/internal/commands
/home/prow/go/pkg/mod/sigs.k8s.io/kustomize/cmd/config@v0.14.2/internal/commands/run-fns.go:349:3: unknown field EnableStarlark in struct literal of type runfn.RunFns
# sigs.k8s.io/kustomize/api/internal/plugins/fnplugin
/home/prow/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.17.3/internal/plugins/fnplugin/fnplugin.go:80:4: unknown field EnableStarlark in struct literal of type runfn.RunFns
make: *** [Makefile:193: tools/bin/kustomize] Error 1 |
Bumps [sigs.k8s.io/kustomize/kyaml](https://github.com/kubernetes-sigs/kustomize) from 0.17.2 to 0.18.0. - [Release notes](https://github.com/kubernetes-sigs/kustomize/releases) - [Commits](kubernetes-sigs/kustomize@api/v0.17.2...kyaml/v0.18.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/kustomize/kyaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e6a2ce8
to
480c965
Compare
@dependabot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/assign @kashifest |
This is possibly broken because of the fact that kustomize has tagged kyaml v0.18.0 where they have removed the starlark support but they do not have corresponding tags/releases for kustomize/api and kustomize/cmd/config modules which uses it. I have created an issue upstream for this kubernetes-sigs/kustomize#5779 |
Superseded by #1993. |
Bumps sigs.k8s.io/kustomize/kyaml from 0.17.2 to 0.18.0.
Release notes
Sourced from sigs.k8s.io/kustomize/kyaml's releases.
Commits
2cd9a2e
Merge pull request #5768 from dims/remove-starlark-supportd32eacf
Remove starlark support88f19bf
Merge pull request #5763 from koba1t/update_go_1.22.7a3c0b4a
disable for a step to skip test when that is docs PRb67ce5b
go work sync && ./hack/doGoMod.sh tidy5ba8523
update go 1.22.74034e36
Add--helm-debug
Flag to Kustomize for Enhanced Helm Debugging (#5751)c3872ce
Merge pull request #5745 from isarns/masterd35d21c
Merge pull request #5760 from Kavinjsir/patch-docsa5f43ec
style: lintingDependabot 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 <dependency name> 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)