Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Releases: cloudfoundry/eirini-controller

0.12.0

29 Jul 12:50
Compare
Choose a tag to compare

Use the standard imagePullSecrets property on the Task resource, rather than the custom privateRegistry property which exposes passwords in plain text.

0.11.0

22 Jul 11:57
Compare
Choose a tag to compare

Replace CPUWeight with CPUMillis.

0.9.0

19 Jul 10:22
Compare
Choose a tag to compare

Regenerate CRDs with controller-gen@v0.9.2 (#22)

0.8.0

14 Jul 14:06
Compare
Choose a tag to compare
  • Add the cloudfoundry.org/propagate-cf-role : "true" annotation to the eirini-controller workloads rolebanding to enable automatic propagation in Korifi

0.7.0

11 Jul 12:38
Compare
Choose a tag to compare

Add Reason and Message to the Failed condition of an Eirini Task. The failed condition message will include the exit code of the respective task container.

0.6.0

01 Jul 14:55
Compare
Choose a tag to compare

Task status conditions

  • Initialized - set to True when the underlying k8s job has been created
  • Started - set to True when the k8s job starts
  • Succeeded - set to True the job succeeds
  • Failed - set to True the job fails

0.5.0

27 Jun 10:40
Compare
Choose a tag to compare
  • Remove pod security policies as they are going to be removed with K8S 1.25
  • Ensure deployment and workloads adhere to the restricted pod security standard as PSP replacement
  • Change the the eirini service account role for workloads to be a cluster-wide one

0.4.0

15 Jun 15:07
Compare
Choose a tag to compare

0.3.0

0.2.0

18 Nov 15:42
Compare
Choose a tag to compare

Eirini-related labels and annotations have been changed to match cf-on-k8s convention, see #17 for details