From 0759cee4c875f74c9d079a1211dd40c4704e639e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Nov 2024 15:41:49 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 0.23.8 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.23.8 ### Bug Fixes * update base image for preview (Mårten Svantesson) * use OCI prefix on helm release (Christoffer Vig) * OCI support in helm build and release (Christoffer Vig) * helm OCI not adding repo dependency (Christoffer Vig) ### Chores * linting and spelling (Mårten Svantesson) * remove unused field (Mårten Svantesson) * changes requested on PR (Christoffer Vig) --- 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 01b42049c3..6384db80d0 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.7" + GitOpsVersion = "0.23.8" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.77"