From 48b448a12a7d5034c606ba3e61fe85453cb58523 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Nov 2024 16:44:25 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 0.23.4 from: https://github.com/jenkins-x-plugins/jx-gitops.git ----- # jenkins-x-plugins/jx-gitops ## Changes in version 0.23.4 ### Chores * set correct sparse checkout order (GavinPJK) * remove leading slash (GavinPJK) * remove redundant check (GavinPJK) * Check out /jx-requirements.yml sparsely (GavinPJK) --- 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 b4d0f840bb..05348f92ba 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -16,7 +16,7 @@ const ( ChangelogVersion = "0.10.10" // GitOpsVersion the version of the jx gitops plugin - GitOpsVersion = "0.23.3" + GitOpsVersion = "0.23.4" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.77"