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

Releases: cloudfoundry/eirini-controller

0.12.0

Choose a tag to compare

@eirinici eirinici released this 29 Jul 12:50

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

0.11.0

Choose a tag to compare

@eirinici eirinici released this 22 Jul 11:57

Replace CPUWeight with CPUMillis.

0.9.0

Choose a tag to compare

@eirinici eirinici released this 19 Jul 10:22

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

0.8.0

Choose a tag to compare

@eirinici eirinici released this 14 Jul 14:06
  • Add the cloudfoundry.org/propagate-cf-role : "true" annotation to the eirini-controller workloads rolebanding to enable automatic propagation in Korifi

0.7.0

Choose a tag to compare

@eirinici eirinici released this 11 Jul 12:38

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

Choose a tag to compare

@eirinici eirinici released this 01 Jul 14:55

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

Choose a tag to compare

@eirinici eirinici released this 27 Jun 10:40
  • 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

Choose a tag to compare

@eirinici eirinici released this 15 Jun 15:07

0.3.0

Choose a tag to compare

@eirinici eirinici released this 20 May 12:17

0.2.0

Choose a tag to compare

@eirinici eirinici released this 18 Nov 15:42

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