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.0 #83

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

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

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

Get latest apiserver files

ran shell command "bash updatecli/scripts/install-third-party.sh"

Get latest apimachinery files

ran shell command "bash updatecli/scripts/install-third-party.sh"

Update third party directory README file

1 file(s) updated with "This folder contains third-party code from kubernetes:\n\n- [kubernetes/apiserver](https://github.com/kubernetes/apiserver).\n- [kubernetes/apimachinery](https://github.com/kubernetes/apimachinery).\n\nThe current version is based on kubernetes v1.31.0 (apiserver/apimachinery v0.31.0).\n\nAll code in this folder is licensed under the Apache License 2.0, see [LICENSE](LICENSE).\n": * ./third_party/README.md

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 1 month ago

I've pushed the changes done by go mod tidy