Why the change?
In env0, an environmentโs status, determined by the last action in its deployment queue, can be overshadowed by drift status. For example, an environment marked asDRIFTED
may obscure the result of its latest deployment, and performing a deployment after drift detection can alter the DRIFTED
status, potentially masking detected drift.
What will break?
The environment statusDRIFTED
will be deprecated. Instead, a new property, driftStats
, will be added to the environment modal, indicating drift status with the following values:
DISABLED
- DD is disabledOK
-The last Drift deployment detects no drift.DRIFTED
- The last Drift deployment detects a drift.ERROR
- The last Drift deployment had an error.NEVER_RUN
- Drift deployment never run since DD was enabled.