Skip to content

Releases: kubewarden/cel-policy

Release v1.2.1

17 Sep 07:47
v1.2.1
a9f2731
Compare
Choose a tag to compare

Release v1.2.0

12 Sep 06:41
v1.2.0
df6f723
Compare
Choose a tag to compare
  • ci: Run go mod tidy as updatecli target (#84)
  • Script to update third_party directory. (#78)
  • ci: Configure Renovatebot to ignore k8s.io/apiserver (#74)
  • Update setup bats action (#73)

🚀 Features

  • feat: variables lazy evaluation (#68)
  • Update to cel-go v0.21.0, which brings from upstream several fixes and features. Particularly:
    • Math extensions for bitwise ops and floats
    • Better support for custom types and type registries
    • Improved support for nested rules and variables

🐛 Bug Fixes

  • fix(ci): missing file to be copied from apiserver. (#82)
  • chore(deps): update all non-major dependencies (#65)

🧰 Maintenance

  • Bump v1.2.0 version. (#85)
  • Update third_party directory with files from Kubernetes v1.31.0 (#83)
  • chore(deps): update all non-major dependencies (#81)
  • chore(deps): update kubewarden/github-actions action to v3.3.3 (#77)
  • chore(deps): update kubewarden/github-actions action to v3.3.2 (#76)
  • chore(deps): update dependency go to v1.23.0 (#75)
  • chore(deps): update all non-major dependencies (#65)
  • chore: use more stricter golang linter configuration. (#71)
  • chore: Create CODEOWNERS (#70)
  • refactor: simplify namespaceObject lazy-loading (#69)

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