uselagoon / remote-controller

A group of controllers for handling Lagoon builds and tasks in Kubernetes or Openshift
5 stars 1 forks source link

feat: implement v1beta2 api #259

Open shreddedbacon opened 2 months ago

shreddedbacon commented 2 months ago

Checklist

Introduces new v1beta2 api which has less fields than v1beta1, mostly due to not populating the messaging structures into the api.

It removes the pending message functionality from v1beta2 entirely, as this functionality never worked properly.

v1beta1 is still supported if they are detected in a cluster, but all new builds when received will be created as v1beta2 builds. v1beta1 builds will be removed once they're completed though.

Supporting chart changes https://github.com/uselagoon/lagoon-charts/pull/688