Commit Graph

3 Commits

Author SHA1 Message Date
jacob-delgado d9ba074fd3
update go.mod dependencies (#3541)
* update deps

* use go 1.23, not go 1.24

* make gen

* fix: non-constant format string in call to fmt.Errorf
2025-07-17 12:38:43 -04:00
John Howard 1bd7c057ee
Fix CEL validation on older k8s versions (#3219)
* Fix CEL validation on older k8s versions

Also add testing so we can catch this (though its tied to a single k8s
version, so its not perfect -- but should be able to catch most cases).

CEL before k8s 1.30 did not estimate the cost correctly so its basically
impossible

* actually keep it
2024-05-31 11:21:11 -04:00
John Howard a53bf82349
Adopt CRD native validation (#2951)
* Adopt CRD native validation: WasmPlugin

* fix banner

* Hide confusing errors
2023-10-16 12:49:37 -07:00