Releases: cloudfoundry/eirini-controller
Releases · cloudfoundry/eirini-controller
0.12.0
Use the standard imagePullSecrets
property on the Task resource, rather than the custom privateRegistry property which exposes passwords in plain text.
0.11.0
Replace CPUWeight
with CPUMillis
.
0.8.0
- Add the
cloudfoundry.org/propagate-cf-role : "true"
annotation to the eirini-controller workloads rolebanding to enable automatic propagation in Korifi
0.7.0
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
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
- 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.2.0
Eirini-related labels and annotations have been changed to match cf-on-k8s convention, see #17 for details