I intend to add additional error message fields to a custom resource status. The fields are marked as
ErrMsg string `json:"errmsg,omitempty"`
Does adding these fields require a new API version, or is is safe to just change the managing operator to fill these fields with values?