Skip to content

Releases: kubewarden/kubewarden-controller

Release kubewarden-controller v0.4.5-rc1

24 Jan 13:48
v0.4.5-rc1
Compare
Choose a tag to compare
Adds new field in policy configuration to allow a mutating policy behave

like a validating one.

Release v0.4.4

20 Jan 11:35
Compare
Choose a tag to compare
Update CHANGELOG.md

Release v0.4.3

20 Dec 15:04
Compare
Choose a tag to compare
Update CHANGELOG.md

Release v0.4.2

10 Nov 17:31
b819143
Compare
Choose a tag to compare
Update CHANGELOG.md

Release v0.4.1

03 Nov 09:48
v0.4.1
ac9ded8
Compare
Choose a tag to compare

Release v0.4.0

05 Oct 10:26
v0.4.0
83850a2
Compare
Choose a tag to compare

Features

  • Introduce a PolicyServer CRD that allow users to describe a Policy Server
    Deployment. The configuration of PolicyServer is now done through this
    resource, instead of using the policy-server ConfigMap.
  • ClusterAdmissionPolicy has the following changes:
    • A new PolicyStatus field which can be: unscheduled, unschedulable, pending or active
    • A new condition called PolicyActive.
    • A policyServer attribute. This is used to specify which instance of
      PolicyServer is going to host the policy. If nothing is specified, the
      policy will be scheduled on the PolicyServer named default. This one is
      created by the helm chart at installation time.
  • Introduce cert-manager dependency
  • PolicyServer and ClusterAdmissionPolicies are now validated and mutated by
    dedicated admission controllers. The kubewarden-controller is acting as
    validation endpoint for both of them.
  • All the resources created by the operator are now using
    Finalizers.

Release v0.3.2

19 Aug 11:29
e165c6d
Compare
Choose a tag to compare
Update CHANGELOG.md

Release v0.3.1

18 Jun 12:02
Compare
Choose a tag to compare

This release includes a correct aarch64 controller binary in the published container images on the GitHub registry.

Release v0.3.0

18 Jun 09:25
Compare
Choose a tag to compare

This version has removed support of v1alpha1 ClusterAdmissionPolicy custom resource. You should migrate to v1alpha2 before upgrading to this version.

Release v0.2.3

04 Jun 13:38
Compare
Choose a tag to compare
Update CHANGELOG.md