From a5232fb123e4d1ffca649539a337adef780a70b1 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 May 2024 15:11:29 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 0.20.0 from: https://github.com/jenkins-x-plugins/jx-gitops.git ----- # jenkins-x-plugins/jx-gitops ## Changes in version 0.20.0 ### build * deps: upgrade jenkins-x/lighthouse-client to v0.0.1191 (Maximilien Raulic) ### New Features * handle list of trusted apps (Maximilien Raulic) ### Bug Fixes * remove deprecated Periodic.Tags field usage (Maximilien Raulic) --- pkg/plugins/versions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugins/versions.go b/pkg/plugins/versions.go index 922f0cf6c6..74f91d5a7e 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -16,7 +16,7 @@ const ( ChangelogVersion = "0.10.3" // GitOpsVersion the version of the jx gitops plugin - GitOpsVersion = "0.19.1" + GitOpsVersion = "0.20.0" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.77"