Skip to content

Releases: kubewarden/cel-policy

Release v1.1.0

03 Jul 17:17
v1.1.0
Compare
Choose a tag to compare

🚀 Features

  • feat: OCI capability to fetch image manifest and configuration. (#66)
  • ci: Add release-drafter workflow (#63)

🐛 Bug Fixes

  • fix: remove timestamp from logs (#64)

🧰 Maintenance

  • chore: bump version v1.1.0. (#67)

Release v1.0.1

17 Jun 06:06
v1.0.1
24c445e
Compare
Choose a tag to compare

Fix ArtifactHub metadata.

Release v1.0.0

14 Jun 14:17
v1.0.0
add57fb
Compare
Choose a tag to compare

Initial Release 🚀

This policy builds and bundles the upstream cel-go interpreter, and also the
different libraries available for CEL in Kubernetes from apiextensions-apiserver.

In addition, cel-policy bundles a Kubewarden CEL extension library that exposes
Kubewarden's host capabilities as native CEL:

  • Sigstore verification
  • OCI interaction
  • Cryptographic functions
  • Network operations
  • Access to Kubernetes resources