From a818c55f3bd98c4d34056ac5738b9570e3acac5f Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Tue, 29 Oct 2024 12:57:31 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-pipeline to version 0.7.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from: https://github.com/jenkins-x-plugins/jx-pipeline.git ----- # jenkins-x-plugins/jx-pipeline ## Changes in version 0.7.12 ### Bug Fixes * remove build of separate effective binary (Mårten Svantesson) * linting errors (Mårten Svantesson) * don't build unused binaries (Mårten Svantesson) ### Chores * deps: upgrade go dependencies (jenkins-x-bot) --- 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 3a8ff80f65..f265432094 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -28,7 +28,7 @@ const ( OctantJXVersion = "0.0.44" // PipelineVersion the version of the jx pipeline plugin - PipelineVersion = "0.7.10" + PipelineVersion = "0.7.12" // PreviewVersion the version of the jx preview plugin PreviewVersion = "0.5.1"