From c8125f141bb063a6669392d2b37048996258d807 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Oct 2024 09:57:38 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 0.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from: https://github.com/jenkins-x-plugins/jx-gitops.git ----- # jenkins-x-plugins/jx-gitops ## Changes in version 0.22.0 ### New Features * allow leaving out replacementChart when setting replacementChartPrefix (Mårten Svantesson) * handle adding oci helm repository (Mårten Svantesson) ### Bug Fixes * test replace with OCI repository (Mårten Svantesson) * linting (Mårten Svantesson) --- 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 68e3f0246f..e5721fed2f 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -16,7 +16,7 @@ const ( ChangelogVersion = "0.10.6" // GitOpsVersion the version of the jx gitops plugin - GitOpsVersion = "0.21.4" + GitOpsVersion = "0.22.0" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.77"