From 1e638f82f5e5392d3c5cf6fd33cd68dfcf7f3267 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 22 Jan 2024 12:54:21 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 0.17.0 from: https://github.com/jenkins-x-plugins/jx-gitops.git ----- # jenkins-x-plugins/jx-gitops ## Changes in version 0.17.0 ### New Features * comment: allow to choose between 3 comment strategies (JordanGoasdoue) ### Code Refactoring * comment: fix lint issues (JordanGoasdoue) ### Chores * comment: only compare to comments with similar author login (JordanGoasdoue) --- 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 67243f8bbb..03a7a2faaf 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.16.9" + GitOpsVersion = "0.17.0" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.77"