You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Add deprecation log for repository status field
added deprecation warning log message for pipelinerun_status
field in repository CR to bring it into user's attention.
Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
logger.Infof("Repository status of %s has been updated", nrepo.Name)
76
+
logger.Warn("The `pipelinerun_status` field in the Repository CR is scheduled for deprecation and will be removed in a future release. Please avoid relying on it.")
0 commit comments