From 43f1b36cb1f8dca5f3e4cdf1f63d570dc260faa2 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 15 Jan 2025 10:03:06 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-pipeline to version 0.7.13 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.13 ### Bug Fixes * goreleaser file format (Mårten Svantesson) * readd writebucket* functions (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 3855f73905..de30ce97dc 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.12" + PipelineVersion = "0.7.13" // PreviewVersion the version of the jx preview plugin PreviewVersion = "0.5.1"