kubewarden / cel-policy

A policy that can run CEL expressions
Apache License 2.0
3 stars 5 forks source link

Update third_party directory with files from Kubernetes v1.31.1 #91

Closed github-actions[bot] closed 3 weeks ago

github-actions[bot] commented 3 weeks ago

Automatic third_party directory update with the files from the Kubernetes v1.31.1.

REMEMBER IF YOU WANT TO MERGE IN A SINGLE COMMIT CHANGES AND VERSION BUMP, YOU MUST SQUASH THE COMMIT BEFORE MERGING THIS PR!


Update the third party directory with files from Kubernetes repositories

Update apiserver version in use

go.mod updated Module path "k8s.io/apiserver" version from "v0.29.1" to "v1.31.1"

Update go.mod replaces for k8s.io/apiserver and k8s.io/apimachinery packages

ran shell command "go mod edit -replace=k8s.io/apiserver@v1.31.1=./third_party/k8s.io/apiserver/ -replace=k8s.io/apimachinery@v1.31.1=./third_party/k8s.io/apimachinery/"

GitHub Action workflow link

Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

flavio commented 3 weeks ago

@jvanz, @viccuad: apparently the DCO issue has not been fixed. Any idea?

viccuad commented 3 weeks ago

@jvanz, @viccuad: apparently the DCO issue has not been fixed. Any idea?

Argh, indeed. https://github.com/kubewarden/cel-policy/pull/93 should fix it.

viccuad commented 3 weeks ago

Rebased on top of main so it's mergeable.