From 90c4d9ad26e760a530fdbcfc182ac7d9ae3aad19 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 May 2024 13:58:59 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 0.19.1 from: https://github.com/jenkins-x-plugins/jx-gitops.git ----- # jenkins-x-plugins/jx-gitops ## Changes in version 0.19.1 ### Chores * setup go on CodeQL (JordanGoasdoue) * use go 1.22 (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 2edc27b6a5..922f0cf6c6 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.18.1" + GitOpsVersion = "0.19.1" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.77"