Version 2.7.2
Upcoming Changes
For details on significant changes in future versions, including feature deprecations and removals which may necessitate updates to existing workshops, see Upcoming changes.
Bugs Fixed
A workshop environment could technically get stuck in
STARTINGstate as seen by the training portal if the kopf operator framework coalesced events forADDEDandMODIFIEDtogether and only reported a singleADDEDevent. This is because the training portal was only looking for aMODIFIEDevent. Thus it could miss when the workshop details were updated inWorkshopEnvironmentand so not mark the workshop environment asRUNNING.It was not possible through the training portal admin pages to forcibly refresh a workshop environment that was stuck in
STARTINGstate.