From 5036596bc89fdd9e1213ee6aeb2c248566b28478 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Nov 2024 13:07:52 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 0.22.5 from: https://github.com/jenkins-x-plugins/jx-gitops.git ----- # jenkins-x-plugins/jx-gitops ## Changes in version 0.22.5 ### New Features * add --no-push flag; set logic for mirror to git push (GavinPJK) ### Chores * add examples (GavinPJK) * rename command (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 7f88206d08..3ee494adb4 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -16,7 +16,7 @@ const ( ChangelogVersion = "0.10.7" // GitOpsVersion the version of the jx gitops plugin - GitOpsVersion = "0.22.4" + GitOpsVersion = "0.22.5" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.77"