Versions in this module Expand all Collapse all v2 v2.10.1 Aug 18, 2023 v2.9.0 Aug 18, 2023 Changes in this version + type Controller struct + func New(gh RepositoriesService, fs afero.Fs) *Controller + func (ctrl *Controller) Init(ctx context.Context, cfgFilePath string, logE *logrus.Entry) error + type RepositoriesService interface + GetLatestRelease func(ctx context.Context, repoOwner, repoName string) (*github.RepositoryRelease, *github.Response, error)